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 a small SVG file which defines how to create a thumbnail from an arbitrary image (I use XSL to fill in the filename) and then I planned on using the command-line convert utility (ImageMagick) against this to make it a JPG. The SVG views fine in FireFox but the JPEG created by ImageMagick appears to disregard preserveAspectRatio in svg:image.
Here is my SVG, you can try it with any ol' source image:
Is there no support for this in ImageMagick, or it's perhaps a bug or in the works? I wasn't sure where to post this particular issue, so maybe it belongs in the developer forum. Any wizards out there have suggestions or work-arounds?