User Tools

Site Tools


batch_image_conversion

This is an old revision of the document!


Batch Image Conversion

At the command line:

FOR %i IN (*.png) DO convert "%i" -quality 100 "%~ni.jpg"

In a batch file:

FOR %%i IN (*.png) DO convert "%%i" -quality 100 "%%~ni.jpg"
batch_image_conversion.1261793441.txt.gz · Last modified: 2017/01/01 19:48 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki