How to ignore Photoshop EPS's clipping path?

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
User avatar
Satoshi Uno
Posts: 1
Joined: 2012-09-17T03:00:59-07:00
Authentication code: 67789

How to ignore Photoshop EPS's clipping path?

Post by Satoshi Uno »

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.

Code: Select all

convert src.eps dst.png
convert src.eps -strip dst.png
It serves as a thumbnail of only inside clipping path.

How to ignore clipping path at thumbnail creation?
Or please teach me how to remove clipping path from Photoshop EPS.

Please show my avater!!

If no way to do, please tell me "Impossible".

--Environments--
CentOS 6.0(x64)
ImageMagick 6.5.4
GhostScript 8.70
Post Reply