Search found 2 matches

by peter_p
2013-04-08T23:16:12-07:00
Forum: Users
Topic: Converting .png to .xpm with transparency and RGB colorspace
Replies: 2
Views: 20022

Re: Converting .png to .xpm with transparency and RGB colors

Your answer clarified the behavior of convert. As you pointed out the xpm format only supports binary transparency. In my special case the image data only consist of black pixels and an appropriate alpha value. So converting this png image with 8bit transparency to xpm must result in a monochrome ...
by peter_p
2013-04-07T23:55:35-07:00
Forum: Users
Topic: Converting .png to .xpm with transparency and RGB colorspace
Replies: 2
Views: 20022

Converting .png to .xpm with transparency and RGB colorspace

Hi, I need to convert a .png image to .xpm containing a RGB colorspace and keeping the transparency information of the .png image. The problem is the resulting .xpm file always contains only a blackwhite colorspace. But I need a RGB colorspace in the resulting .xpm file. I am using ImageMagick 6.7.7 ...