Search found 5 matches

by zappzerapp
2019-05-03T03:19:43-07:00
Forum: Users
Topic: Possible to convert a .psd with Blending Options ?
Replies: 3
Views: 3976

Re: Possible to convert a .psd with Blending Options ?

Hi Fred,

I was already worried about that.
I think we'll have to revise the PSDs before we can process them with ImageMagick.

Thanks for your answer!
by zappzerapp
2019-05-02T07:15:13-07:00
Forum: Users
Topic: Possible to convert a .psd with Blending Options ?
Replies: 3
Views: 3976

Possible to convert a .psd with Blending Options ?

Hi community,

last year i wanted to process layers from a psd, where i was helped here in the forum (thanks fmw42 :wink: )
http://www.imagemagick.org/discourse-server/viewtopic.php?t=34546

Unfortunately, a problem case was added here:
We now also have to process PSDs with blending options but ...
by zappzerapp
2018-08-10T08:32:07-07:00
Forum: Users
Topic: [SOLVED] Extract layers from PSD and merge together
Replies: 4
Views: 7654

Re: Extract layers from PSD and merge together

TIFF is the solution.

Many Thanks!
by zappzerapp
2018-08-09T02:41:00-07:00
Forum: Users
Topic: [SOLVED] Extract layers from PSD and merge together
Replies: 4
Views: 7654

Re: Extract layers from PSD and merge together

Hi Fred,

thanks for your reply!

When I convert the PSD to 3 PNGs and merge them together, the result looks nearly like I wanted to do. (I am amazed that even the layer names are not lost)
Unfortunately, I can not use the solution, because it loses the color space and the color profile.

I also ...
by zappzerapp
2018-08-08T08:05:30-07:00
Forum: Users
Topic: [SOLVED] Extract layers from PSD and merge together
Replies: 4
Views: 7654

[SOLVED] Extract layers from PSD and merge together

Hi community,

I want to extract layers from the test.psd and merge them with the same result together again.

To get the layers I have done the following:
identify -verbose -format "label:%l,geometry:%g\n" test.psd

Output:

label:,geometry:1000x1000+0+0
label:eins,geometry:233x318+54+58
label ...