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?".
From the command line, how do I make all pixels of an existing image 80% transparent? I assume it's something along the lines of
convert test.gif -alpha set 80% testalpha.gif
except the above command is complete nonsense according to IM
Any help most appreciated, as I just can't seem to find any reference to this in the Usage or Examples.