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.
fmw42
Posts: 25562 Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA
Post
by fmw42 » 2017-05-11T15:18:47-07:00
IM 6.9.8.4 Q16 Mac OSX Sierra.
Input:
Using this command and saving as PNG works fine:
Code: Select all
convert x5hWF.png -negate -colorspace HSV -channel red -separate +channel -define histogram:unique-colors=false histogram:with_hist.png
But saving as GIF, creates an file that is not openable, i.e. corrupt
Code: Select all
convert x5hWF.png -negate -colorspace HSV -channel red -separate +channel -define histogram:unique-colors=false histogram:with_hist.gif
It also fails the same way in IM 7.0.5.5 Q16
fmw42
Posts: 25562 Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA
Post
by fmw42 » 2017-05-13T12:20:42-07:00
Thanks. This now works in the latest release today (6.9.8.5)