joelr
|
You can set gamma and other parameters as part of the format parameter to WriteImage. E.g., WriteImage( ... format="ImageMagick supported format gamma=1", ...) See WriteImage documentation page. The default gamma is 2 - don't know why. If you set gamma=1, your colors should be fine. I verified this with the image you posted. I read it in, and wrote it back out. Without setting gamma, the result is washed out. Setting gamma to 1 preserved the colors. Cheers, Joel
|