D
dal.luc
Hello,
I'm tryine to use imagemagick in asp pages to convert svg files in
jpg.
Here is the script I use
depart=Server.MapPath("../temp/testsvg.svg")
fin=Server.MapPath("../temp/testsvg.jpg")
Set img = CreateObject("ImageMagickObject.MagickImage.1")
Img.Convert "-box=black",depart,"-write",fin,"-resize=50"
Set img=Nothing
IUSR has all the rights on the directory temp
This script doesn't do anything !!
When I use the command line convert c:\temp\testsvg.svg c:\temp
\testsvg.jpg
everything works fine
Who can help me ?
Thanks
I'm tryine to use imagemagick in asp pages to convert svg files in
jpg.
Here is the script I use
depart=Server.MapPath("../temp/testsvg.svg")
fin=Server.MapPath("../temp/testsvg.jpg")
Set img = CreateObject("ImageMagickObject.MagickImage.1")
Img.Convert "-box=black",depart,"-write",fin,"-resize=50"
Set img=Nothing
IUSR has all the rights on the directory temp
This script doesn't do anything !!
When I use the command line convert c:\temp\testsvg.svg c:\temp
\testsvg.jpg
everything works fine
Who can help me ?
Thanks