Search found 6 matches

by lavie
2011-08-31T01:54:00-07:00
Forum: Users
Topic: Get Clipping Path (as opposed to applying it)
Replies: 7
Views: 15255

Re: Get Clipping Path (as opposed to applying it)

Hi Anthony,

I already managed to succeed with that - thanks for the "-verbose" tip.

How would I extract that same SVG info via an API call?

TIA,
mlavie
by lavie
2011-08-30T23:24:46-07:00
Forum: Users
Topic: Get Clipping Path (as opposed to applying it)
Replies: 7
Views: 15255

Re: Get Clipping Path (as opposed to applying it)

OK - I just tried this, and I am getting what appears to be an array of points, I assume that this is the info I need. However, I want to access this info via an API from a lib linked into my code, and not via command-line, which would be grossly inefficient for large volumes of SVG extraction. how ...
by lavie
2011-08-30T23:04:00-07:00
Forum: Users
Topic: Get Clipping Path (as opposed to applying it)
Replies: 7
Views: 15255

Re: Get Clipping Path (as opposed to applying it)

Hi Anthony,

Would the command you give (verbose) just give the name of the clipping path, or would it extract the actual array of Bezier curve points from the Adobe 8BIM clipping path?

TIA,
Lavie
by lavie
2011-08-30T07:56:15-07:00
Forum: Users
Topic: Get Clipping Path (as opposed to applying it)
Replies: 7
Views: 15255

Get Clipping Path (as opposed to applying it)

I've already figured out how to apply a clipping path embedded in the image file, using the "-clip" option. My quesion is: is there a way to extract the clipping path - either as a memory struvture, stream, file, etc in some easily understood format (preferably an array of Bezier curves). TIA mlavie
by lavie
2011-08-30T07:54:02-07:00
Forum: Users
Topic: ImageMagickNET on VS2008 - Has anyone succeeded?
Replies: 3
Views: 7453

Re: ImageMagickNET on VS2008 - Has anyone succeeded?

What I was looking for was a solution which would alow accessing ImageMagick as a DLL. Accessing it through the command line would be slow for massive processing, and I don't want to have to store intermediate files. But htabnks Ahikaz. What I am looking for is essentially a .NET wrapper which I ...
by lavie
2011-08-29T04:42:05-07:00
Forum: Users
Topic: ImageMagickNET on VS2008 - Has anyone succeeded?
Replies: 3
Views: 7453

ImageMagickNET on VS2008 - Has anyone succeeded?

Has anyone succeeded in PRESONALLY making ImageMagickNET work on VS2008? I've read quite a few articles gaiving advice to others who have failed - but I see no evidence of anyone who has PERSONALLY gotten it to work.

TIA
mlavie