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?".
In command line you would use -fuzz XX% -transparent white. See if there are Imagick commands to do that. If you make -fuzz with XX=0 or leave it off, then it will only make exactly (pure) white pixels transparent.