[resolved] possible bug gif histogram
Posted: 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:
But saving as GIF, creates an file that is not openable, i.e. corrupt
It also fails the same way in IM 7.0.5.5 Q16
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