Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
It looks like the alpha channel is being handled differently between the two versions. Is this a bug in Imagemagick 7, or do I need to adjust my command?
I may be wrong, but I thought that in IM 7 the equivalent of -alpha off and -alpha on was supposed to be -alpha deactivate and -alpha activate. The -alpha off permanently removes the alpha channel so that -alpha on will not return it.
From the porting guide:
-alpha activate/deactivate
enables and disables the alpha channel, respectively, with persistence. This is like on/off in Imagemagick 6. In Imagemagick 7, -alpha off will remove the alpha channel permanently such that -alpha on will not re-enable it.