possible RGB vs sRGB colorspace bug IM 6.7.6.7

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

possible RGB vs sRGB colorspace bug IM 6.7.6.7

Post by fmw42 »

IM 6.7.6.7 Mac OSX Snow Leopard

I am not seeing any differences visually between:

PNG:
convert rose: rose_6767.png
convert rose: -colorspace rgb rose_rgb_6767.png
convert rose: -colorspace srgb rose_srgb_6767.png

similarly

JPG:
convert rose: rose_6767.jpg
convert rose: -colorspace rgb rose_rgb_6767.jpg
convert rose: -colorspace srgb rose_srgb_6767.jpg


Should there be a difference?
User avatar
anthony
Posts: 8883
Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia

Re: possible RGB vs sRGB colorspace bug IM 6.7.6.7

Post by anthony »

Depends on what is happenign with 'auto-colorspace' handling during write!

I asked a question previosuly. should PNG images be able to save and load (preserving colorspace)
linear-RGB images.

Also it does not look like we have a sGray colorspace as yet!
Meaning the piped 'MIFF' images could still have colorspace issues.
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
Post Reply