Search found 1 match

by sideralarts
2013-03-07T17:38:40-07:00
Forum: MagickWand
Topic: MagickContrastStretchImage question
Replies: 0
Views: 11673

MagickContrastStretchImage question

Greetings,

I am trying to contrast correct a greyscale image to get some details to appear a little sharper. Currently I create my wand and give it the following command:


MagickContrastStretchImage(image_wand, 0.8, 0.9);

The reason I am posting here is no matter what values I give for the ...