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 have many WMFs which are surrounded by whitespace. I wish to strip off the space, then enlarge the images on-the-fly to a max of 800px wide by 600px high. The command I have run is:
The whitespace trimming and image enlargement seem OK, the problem is that the text and stroke lines all disappear after conversion, meaning I'm left with just a block of colour with no details.
You should read your image immediately after your -density setting. that way you are performing all the image operations, including the read, in the correct order, and not reling on the IM legacy handler to figure out just what you really want to do.
If instead of directly installing IM from the tar sources, you can have those tar sources generate a SRPM and from that RPM packages build specifically for your machine.