Search found 3 matches

by jrz
2011-01-07T03:16:11-07:00
Forum: Bugs
Topic: Layered PSD conversion incorrect (corrupted output)
Replies: 5
Views: 14702

Re: Layered PSD conversion incorrect (corrupted output)

Unfortunately, that will be a no-go (I think) We use the same command for all file types (psd, tiff, eps, ai, etc). I think the psds are saved by default that way, but I think this stuff should be done automatically be imagemagick. There's no way for us to see if it's saved that way, and it should b...
by jrz
2011-01-07T01:15:23-07:00
Forum: Bugs
Topic: Layered PSD conversion incorrect (corrupted output)
Replies: 5
Views: 14702

Re: Layered PSD conversion incorrect (corrupted output)

Actually, both methods give the same result. We only want to create a preview of the psd, the full command is convert -density 400 -size 1600x1200 badimage.psd -flatten -strip ( +clone -thumbnail 64x64 -colorspace RGB -quality 85 +write thumb.jpg +delete ) ( +clone -thumbnail 128x128 -colorspace RGB...
by jrz
2011-01-06T03:22:32-07:00
Forum: Bugs
Topic: Layered PSD conversion incorrect (corrupted output)
Replies: 5
Views: 14702

Layered PSD conversion incorrect (corrupted output)

We have an image that refuses to convert correctly. It is a PSD, and we've resaved it several times, but that didn't work. I've updated to the latest version imagemagick (), but it still doesn't work. The issue is in layers 6-10 (see the output) The commands used are (simplified, in prod we use clip...