convert fails to produce gif87a format
Posted: 2011-11-13T04:37:09-07:00
OS: Windows XP
Version: ImageMagick 6.5.8-3 2009-11-28 Q16 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2009 ImageMagick Studio LLC
Features: OpenMP
convert -size 200x200 xc:white gif89.gif
convert -list format
....
GIF* GIF rw+ CompuServe graphics interchange format
GIF87* GIF rw- CompuServe graphics interchange format (version 87a)
....
convert gif89.gif -format GIF87 gif87.gif
# giffer extracts parameters from a gif file including the 6 byte identifier.
giffer gif89.gif
Header=GIF89a
....
giffer gif87.gif
Header=GIF89a
....
Thus, unless I have misused it, the GIF87 option appears to have failed.
Can it be fixed?
Version: ImageMagick 6.5.8-3 2009-11-28 Q16 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2009 ImageMagick Studio LLC
Features: OpenMP
convert -size 200x200 xc:white gif89.gif
convert -list format
....
GIF* GIF rw+ CompuServe graphics interchange format
GIF87* GIF rw- CompuServe graphics interchange format (version 87a)
....
convert gif89.gif -format GIF87 gif87.gif
# giffer extracts parameters from a gif file including the 6 byte identifier.
giffer gif89.gif
Header=GIF89a
....
giffer gif87.gif
Header=GIF89a
....
Thus, unless I have misused it, the GIF87 option appears to have failed.
Can it be fixed?