Search found 5 matches
- 2015-12-21T15:36:11-07:00
- Forum: Users
- Topic: Insert clipping path
- Replies: 13
- Views: 16923
- 2015-12-07T02:40:40-07:00
- Forum: Users
- Topic: Insert clipping path
- Replies: 13
- Views: 16923
- 2015-11-27T01:45:53-07:00
- Forum: Users
- Topic: Insert clipping path
- Replies: 13
- Views: 16923
Re: Insert clipping path
I need to extract a clipping path from one image (as SVG for example), and I need to reimport it to an other one. So, I have a low quality JPEG file with a Photoshop Clipping Path, with a identify -verbose /path/of/myimage.jpg I get the clipping path and I use "cut, grep and awk" to create a ready ...
- 2015-11-02T01:40:38-07:00
- Forum: Users
- Topic: Insert clipping path
- Replies: 13
- Views: 16923
Re: Insert clipping path
I already get an SVG clipping path, with a script who works with identify -verbose.
But, I don't really understand the read mask part..
But, I don't really understand the read mask part..
- 2015-10-30T03:01:25-07:00
- Forum: Users
- Topic: Insert clipping path
- Replies: 13
- Views: 16923
Insert clipping path
Hello, Sorry, but I don't know exactly where I supposed to post my message. :D I need to do something with ImageMagick: I have an empty image (JPEG) who contains an Photoshop clipping path. With a identify -verbose $fileName I can get the SVG clipping path code of my image (JPEG). But now, I want to ...