RSounder / PyJPG2PNG

This simple python code takes in a folder full of .jpg files and converts them to .png files in a new folder. Why? Bulk conversion was necessary when we are working with Photoshop or other image processing software and the images given as assets to work with are incompatible; thus the code transforms the incompatible pictures to ones that can be used in Photoshop without any hassle. Can be used for other picture conversion types with a little twerking.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PyJPG2PNG

This simple python code takes in a folder full of .jpg files and converts them to .png files in a new folder.

Why? Bulk conversion was necessary when we are working with Photoshop or other image processing software and the images given as assets to work with are incompatible; thus the code transforms the incompatible pictures to ones that can be used in Photoshop without any hassle. Can be used for other picture conversion types with a little twerking.

This code uses the skeleton GUI from one of datatofish.com posts

gitpj

About

This simple python code takes in a folder full of .jpg files and converts them to .png files in a new folder. Why? Bulk conversion was necessary when we are working with Photoshop or other image processing software and the images given as assets to work with are incompatible; thus the code transforms the incompatible pictures to ones that can be used in Photoshop without any hassle. Can be used for other picture conversion types with a little twerking.

License:GNU General Public License v3.0


Languages

Language:Python 100.0%