Search found 2 matches
- 2012-11-12T01:59:29-07:00
- Forum: Bugs
- Topic: -clip throws error on linux
- Replies: 4
- Views: 5823
Re: -clip throws error on linux
The image that I used can be found at: https://www.dropbox.com/s/rkq83ac0dtibkhx/28200001.psd
- 2012-11-09T03:50:30-07:00
- Forum: Bugs
- Topic: -clip throws error on linux
- Replies: 4
- Views: 5823
-clip throws error on linux
i'm trying to generate a jpg from a PSD file and need to apply the clipping path. I'm using the following command successfully on my local windows environment, using ImageMagick 6.8.0-4. convert /home/test/test.psd -alpha transparent -clip -alpha opaque -strip -density 72x72 -units PixelsPerInch ...