[opensuse-factory] What's happened with ImageMagick (XPM issue)?
Hello. I see, ImageMagick doesn't recognize XPM files now. % identify logo_48.xpm identify: unrecognized color `None' @ warning/color.c/GetColorCompliance/947. identify: corrupt image `logo_48.xpm' @ error/xpm.c/ReadXPMImage/391. AFAIK color 'None' (transparent) is valid. Reference: http://ftp.x.org/contrib/libraries/xpm-FAQ.html http://www.fileformat.info/format/xpm/egff.htm The file: http://susepaste.org/view/raw/84491063 -- WBR Kyrill
* Kyrill Detinov <lazy.kent@opensuse.org> [2013-06-13 20:50]:
Hello.
I see, ImageMagick doesn't recognize XPM files now.
% identify logo_48.xpm identify: unrecognized color `None' @ warning/color.c/GetColorCompliance/947. identify: corrupt image `logo_48.xpm' @ error/xpm.c/ReadXPMImage/391.
AFAIK color 'None' (transparent) is valid. Reference: http://ftp.x.org/contrib/libraries/xpm-FAQ.html http://www.fileformat.info/format/xpm/egff.htm
The file: http://susepaste.org/view/raw/84491063
-- WBR Kyrill
XPM support has been completely broken for many releases and upstream doesn't care: http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=23295#p97872 I've switched to GraphicsMagick which handles XPM file fine. -- Guido Berhoerster -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
On Thu, 13 Jun 2013 21:03:27 +0200 Guido Berhoerster wrote:
I see, ImageMagick doesn't recognize XPM files now.
% identify logo_48.xpm identify: unrecognized color `None' @ warning/color.c/GetColorCompliance/947. identify: corrupt image `logo_48.xpm' @ error/xpm.c/ReadXPMImage/391.
XPM support has been completely broken for many releases and upstream doesn't care:
I think, it was OK before https://build.opensuse.org/package/rdiff?linkrev=base&package=ImageMagick&project=graphics&rev=153 Then it has became broken in x86_64 only. I've seen that because my maintained packages were failed to build converting XPM icons to PNG ones. Reported: https://bugzilla.novell.com/show_bug.cgi?id=825151 -- WBR Kyrill
On Sat, 15 Jun 2013 23:55:25 +0400 Kyrill Detinov wrote:
XPM support has been completely broken for many releases and upstream doesn't care:
I think, it was OK before https://build.opensuse.org/package/rdiff?linkrev=base&package=ImageMagick&project=graphics&rev=153 Then it has became broken in x86_64 only. I've seen that because my maintained packages were failed to build converting XPM icons to PNG ones.
Reported: https://bugzilla.novell.com/show_bug.cgi?id=825151
Fixed. Thanks to Petr Gajdos. -- WBR Kyrill
participants (2)
-
Guido Berhoerster
-
Kyrill Detinov