Name | Modified | Size | Downloads / Week |
---|---|---|---|
image-converter_v0.3.zip | 2019-02-16 | 15.6 MB | |
README.txt | 2018-10-11 | 912 Bytes | |
LICENSE | 2018-10-11 | 11.6 kB | |
image-converter_v0.2.zip | 2018-10-09 | 9.2 MB | |
Totals: 4 Items | 24.7 MB | 0 |
image-converter This is a command line utility used to convert image format to any other image format on windows platforms. Basic usage: image-converter.exe -i INPUT -o OUTPUT or image-converter.exe --input INPUT --ouput OUTPUT How to use? 1) First, unzip the zip file. 2) Then, goto the unzipped folder that contain image-converter.exe 3) Open cmd: Hold SHIFT + Mouse Right Click 3) Copy some images to the unzipped folder, then execute the commands below: Note: replace "input_image.jpg" with existing images names Single image example: > image-converter.exe -i input_image.jpg -o output_image.png Batch images example: > image-converter.exe -b -e png -i input_folder -o output_folder Note: replace "input_image.jpg" with existing folder name -b: enable batch -e or --ext: new extension Here, I changed the format of the image from 'png' to 'jpg'.