Search found 1 match

by Satoshi Uno
2012-09-17T03:18:16-07:00
Forum: Users
Topic: How to ignore Photoshop EPS's clipping path?
Replies: 0
Views: 4041

How to ignore Photoshop EPS's clipping path?

I create PNG thumbnail from Photoshop EPS (it includes clipping path).
I want the thumbnail containing outside clipping path.

However, a desired result is not brought by the following commands.


convert src.eps dst.png
convert src.eps -strip dst.png

It serves as a thumbnail of only inside ...