Conditional convert

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?".
Post Reply
thud

Conditional convert

Post by thud »

Hello,

I want to trim an image, and if the resulting canvas is too small for my definition, I want to do deliver some replacement image.
For the sake of performance, can this be done in a single convert operation; or alternatively can this be done using pipes?

Big thanks for your help!
immortal26

Re: Conditional convert

Post by immortal26 »

This may help you out, as far as conditional statements:
viewtopic.php?f=1&t=12843

Only way I can think of is using a script.
Are you using any scripting now? and which language?
thud

Re: Conditional convert

Post by thud »

Thanks for your reply,

I am aware that the control flow can be dealt with outside of IM.
I am using im4java and was hoping to avoid the expense of forking off multiple IM processes from the JVM. Also I expect that doing the conversion in multiple IM instances may introduce concurrency issues...

Will sleep over it.
Regards, thud
Post Reply