JPG with Clipping Path to PNG with transparency on IIS

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
Post Reply
allnet4u

JPG with Clipping Path to PNG with transparency on IIS

Post by allnet4u »

Hi
I need help with imagMagick that run on iis 6
i need to make png from jpg with the clipping path

i'm using classic asp for that:
here is the code (with jpg that have clipping path - attached)

Code: Select all

<%
Set img = CreateObject("ImageMagickObject.MagickImage.1")

rs =img.Convert( "-clip","7290100246603.jpg", "test2.png") 
%>

it's not working
Post Reply