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?".
Hi guys,
Is there a command that works for both images that has Clipping path and Transparent images? I want to convert them to JPG file and make the background white.
This are the commands that I am using on each but would like to make a single command that works for both of them. TRANSPARENT COMMAND
"-clip" applies to all following operations, until "+clip". You don't have "+clip" in your second command. I suggest you insert one.
In your first command, the image already has transparency. In your second command, you create transparency from the clip path. These are two different operations, which is reasonable. But I don't see how you can "make a single [convert] command that works for both of them."