MagickWand for PHP is an object-oriented PHP interface to ImageMagick. Use this forum to discuss, make suggestions about, or report bugs concerning MagickWand for PHP.
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...
The MagickWand source code says that "80% is a good starting point" and this means 80% of QuantumRange. If 50000 is giving you a good result that would make sense if you are using a Q16 version of IM because 80% of the Q16 QuantumRange is 52428.