Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
I have PSD files with different backgrounds and will convert them to PSD without background or white. That part is covered but I noticed that after the convertion the resulting file is twice or thrice the size of the original PSD.
I tried using -flatten in the command but to no avail. Is there another way to flatten or combine all layers using IM?
Post your PSD file to some free hosting service that does not change the format (or zip the file) and put the URL here. We need to see your file and what is in it to understand what is happening. Also what is your platform and exact IM version 7.0.1.x?
Hi, thank you for your response but my colleague have found a solution on this issue.
I have another question though, is it possible to have conditional statement in a single command?
I.e. if the INPUT file has Clipping path Then
Run Clipping path command
else
Run default command