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?".
The problem i found is that blur polygon in svg file are completely ignored. I have run the same command on a Debian Lenny and it works perfectly.
Here are two example:
DEBIAN LENNY -----------> UBUNTU LUCID
The ImageMagick version on Ubuntu is 6.5.7 on Lenny is 6.3.7
Does anybody knows how can I solve on the Ubuntu machine?
Ciao,
Max
See SVG Handling for details. It is important to know if your using RSVG (externel) or MSVG (internel) driver. probably the later. http://www.imagemagick.org/Usage/draw/#svg
Otherwise you need to rsvg development package and a re-build.
It should also be posible to write your script to use teh rsvg command to generate the raster, and then feed that to IM if you need more image processing.