Page 1 of 1

JPG with Clipping Path to PNG with transparency on IIS

Posted: 2010-10-28T04:00:22-07:00
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