[Resolved] possible bug XYZ

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

[Resolved] possible bug XYZ

Post by fmw42 »

I thought colorspace XYZ was supposed to be linear. If that is correct, then I think there is a bug, since it has gamma=0.4545


imbh convert rose: -colorspace XYZ -verbose info:
Image: rose:
Format: PPM (Portable pixmap format (color))
Mime type: image/x-portable-pixmap
Class: DirectClass
Geometry: 70x46+0+0
Units: Undefined
Type: TrueColor
Endianess: Undefined
Colorspace: XYZ
Depth: 8/1-bit
Channel depth:
red: 16-bit
green: 16-bit
blue: 16-bit
...
Rendering intent: Perceptual
Gamma: 0.454545
Last edited by fmw42 on 2013-10-18T20:50:20-07:00, edited 1 time in total.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: possible bug XYZ

Post by magick »

We can reproduce the problem you posted and have a patch in ImageMagick 6.8.7-1 Beta available by sometime tomorrow. Thanks.
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: possible bug XYZ

Post by fmw42 »

This appears to be fixed now in the released version 6.8.7.1. It shows gamma=1.
Post Reply