Search found 5 matches

by lugiber
2018-10-09T07:20:16-07:00
Forum: Users
Topic: Convert psd "maximum channels exceeded"
Replies: 4
Views: 4202

Re: Convert psd "maximum channels exceeded"

Thanks @magick!
I compiled ImageMagick 7.0.8-12 and it seems like the problems are fixed since the update!
by lugiber
2018-10-02T23:46:45-07:00
Forum: Users
Topic: Convert psd "maximum channels exceeded"
Replies: 4
Views: 4202

Re: Convert psd "maximum channels exceeded"

Thanks so much for your reply! Just to make sure, when you are writing: Nevertheless, ImageMagick currently cannot read more than one extra channel. I suppose that you mean that only applies to psd files. Because ImageMagick can read the exact same file, with the exact same layers if it's saved as a...
by lugiber
2018-10-02T01:57:30-07:00
Forum: Users
Topic: Convert psd "maximum channels exceeded"
Replies: 4
Views: 4202

Convert psd "maximum channels exceeded"

I'm trying to convert a psd to a tiff with this command: convert -flatten 90506-35_7681.psd 90506-35_7681.tif And I'm getting this error: convert: maximum channels exceeded `90506-35_7681.psd' @ error/psd.c/ReadPSDLayersInternal/1706. convert: no images defined `90506-35_7681.tif' @ error/convert.c/...
by lugiber
2013-10-22T01:47:51-07:00
Forum: Users
Topic: Stacking images with transparency
Replies: 4
Views: 4790

Re: Stacking images with transparency

Thanks Fred! That worked great! If you don't mind i'd like to pick your brain one last time. 1.) Would it be possible to save the four images as a layered psd? 2.) Would it be possible to update the transparency of those layers with image magick after the file is saved? It would be nice to have all ...
by lugiber
2013-10-21T09:10:46-07:00
Forum: Users
Topic: Stacking images with transparency
Replies: 4
Views: 4790

Stacking images with transparency

I have four images that i need to merge/stack to one image. But for the life of me i can't get image magick to do what i want. Basically i want a background image with 100% opacity then i want to add another image on top of it with 70% opacity, then another image with 40% transparency and finally at...