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