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?".
Hello,
I need help to merge convert command due to optimization. We have command for resize, white remove, black remove , flip ,flop etc and merge.
below are sample code. Does it will improve speed ?
It looks simple. I assume the only required output is from the final convert? Or do you also want the intermediate results?
If I merged them, I'd probably make a minor mistake that would take forever to resolve. But if you provide logo.png, logo2.png and the required output, we could do this.
Hello Snibgo,
Thanks for quick reply. I will provide logo1,logo2 and final temp-image1458046351068348700.mpc is needed. There is no need for intermediate results.
I have given try for following code but fail to get desire result.