ImageMagick version: 6.8.9-9 Q16
I'm trying to put together a reasonably looking Devuan GNU/Linux logo for X Display Manager (XDM) which needs to be in the XPM format. So, I tried using convert to create the xpm file from the original I had compiled with GIMP:
Code: Select all
convert devuan-logo-xdm-purpy.xcf devuan-logo-xdm-purpy.xpm
Searching these forums for a solution, I found out that the problem is that "the alpha becomes binary, ie on or off, and loses any graduation".
Now I'm looking for a way to prevent that. I tried tinkering with convert's -alpha parameter already, but that didn't make any visible difference.