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?".
i want to figure out the -shadow option. it work's but not as expected. the shadow which created by IM is a solid and not blur (i hope this is correct english ).
The shadow generated is semi-transparent. JPG does not handle transparency.
You need to 'flatten' your image first to a background of a different color before saving to JPEG, or use PNG images instead. JPEG transparency - NOT