Sepia Tone Turning whole image yellow?
Posted: 2006-12-11T10:55:34-07:00
Hi,
I'm trying to create sepia toned images, and am using this line
MagickSepiaToneImage($sourceWand,0);
But my image is coming out almost entirely yellow... with only the brightest points remaining. The value i use as paramater 2 seems to have no effect whatsoever..
The docs state that the first param. should be an Image, not an ImageWand, I dont know if this is important, or an error in the documentation...
Any help appreciated.
I'm trying to create sepia toned images, and am using this line
MagickSepiaToneImage($sourceWand,0);
But my image is coming out almost entirely yellow... with only the brightest points remaining. The value i use as paramater 2 seems to have no effect whatsoever..
The docs state that the first param. should be an Image, not an ImageWand, I dont know if this is important, or an error in the documentation...
Any help appreciated.