How to ignore Photoshop EPS's clipping path?
Posted: 2012-09-17T03:18:16-07:00
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.
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
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
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