Page 1 of 1

Non ImageMagick image conversion

Posted: Tue Mar 27, 2018 1:12 pm
by shimbu
Hello everyone,
I've recieved a question from Client who wanted to convert .png files to .jpg.
So I came out with this simple solution which uses NConvert http://www.xnview.com/en/nconvert/.
What's important in this flow: it uses quasi hot folder structure. There's no rocket science involved. It is important to point Execute command to place where NConvert is extracted and command line should point to folder where (in this case) png files will be copied. This will fire up NConvert which then converts pngs to jpegs. Hold function prevents creating duplicates.
Feel free to modify this flow.
One more thing NConvert is free for personal use.

Hope You'll like it.
Cheers
shimbu

Re: Non ImageMagick image conversion

Posted: Tue Mar 27, 2018 6:56 pm
by Arthur
Useful, thank you :)