ITIC - Image to Image Converter
The package can be installed through pip, example:
pip install iticSimply use itic to converter from one image format to another as follows:
itic <image_to_convert.jpg> <new_image.png>The image is automatically converted based on the extension you specify.
To get help you can use the --help flag like so:
itic --help