How to detect and extract a clipping path from a JPG?
Posted: 2010-07-27T05:17:14-07:00
Is it possible to let Image Magick detect and extract a clipping path from a JPG?
Right now I do this do detect:
- which is kind of lame.
I also would like to extract the complete SVG code - as seen with the identify -verbose command.
Possible?
Thanks
Right now I do this do detect:
Code: Select all
identify -verbose image.jpg | grep Clipping
I also would like to extract the complete SVG code - as seen with the identify -verbose command.
Possible?
Thanks