probably due to format mis-match.
probably due to format mis-match.
If you have a problem, CUT and PASTE your code. Do not retype or simplify it. Give a COMPLETE and COMPILABLE example of your problem. Otherwise we are all guessing the problem from a fabrication where relevant details are often missing.
We have no idea what the original image is or what the output looks like. A bluish hue could come from the original, input colorspace conversion, dithering or an indexed palette. All happening in the Magick code.
In first code, the image doesn't matter, it just takes very very long to write image to BLOB. The displayed image slightly lost quality but wasn't bad afterall. In the second code I gave you original image and the output, it was image of 1 pixel: input (R: 183, G: 113, B: 51), output (R: 113, G: 51, B: 51). The second code works fine now, as I said in previous post.
Bookmarks