Hello guys, I'm back again from a long time of other activities.
I'm using Magick++, and it is behaving strangely. When using a PixelPacket, there are some images that have channel which supposedly greater than the QuantumRange (65535). I'm building an Image operator, which scans each pixel channel values, and when comparing, a same image (fully white) after modification has channel value 65535.5, and the original is 65535. As a temporary solution, I'm transforming the value through floor() first, then do the comparison. Is this Normal? And how can I solve this permanently? It might be worth noting that I run the .shade() method on the Image that have 65535.5 channel value prior to comparison. Elie Zedeck. _______________________________________________ Magick-users mailing list [email protected] http://studio.imagemagick.org/mailman/listinfo/magick-users
