Search found 4 matches

by andrew31
2019-09-16T01:11:38-07:00
Forum: Users
Topic: Combine two psd files into one, keep filename
Replies: 7
Views: 16324

Re: Combine two psd files into one, keep filename

It worked to delete the duplicated layer but the final file is not good. it's just a part of it :(
by andrew31
2019-09-13T05:42:41-07:00
Forum: Users
Topic: Combine two psd files into one, keep filename
Replies: 7
Views: 16324

Re: Combine two psd files into one, keep filename

Thank you for detailed information !!!

I'm working on MacOSX so bash syntax I guess ?

Thank you !
by andrew31
2019-09-12T22:23:57-07:00
Forum: Users
Topic: Combine two psd files into one, keep filename
Replies: 7
Views: 16324

Re: Combine two psd files into one, keep filename


What version of IM? I'll assume v7.
magick test-me-1.psd test-me-5.psd test-me-1.psd
This reads the two input files, and overwrites the first. Is that what you want?


It is exactly what I need ! How simple was that ! But there's two small problems:

For some reasons the output file has 2 ...
by andrew31
2019-09-12T00:27:36-07:00
Forum: Users
Topic: Combine two psd files into one, keep filename
Replies: 7
Views: 16324

Combine two psd files into one, keep filename

Morning guys, wondering if possible to achieve something like this :

Let's pretend I have these files in the same folder : test-me-1.psd and test-me-5.psd

I want to combine them into a single psd file that would be called as the first file input, so in this case : test-me-1.psd

How I can ...