How to detect and extract a clipping path from a JPG?

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
have
Posts: 7
Joined: 2009-09-16T03:06:58-07:00
Authentication code: 8675309

How to detect and extract a clipping path from a JPG?

Post by have »

Is it possible to let Image Magick detect and extract a clipping path from a JPG?

Right now I do this do detect:

Code: Select all

identify -verbose image.jpg | grep Clipping
- which is kind of lame.

I also would like to extract the complete SVG code - as seen with the identify -verbose command.

Possible?

Thanks
Post Reply