Skip to content

Converting large amount of .ppm files to other file formats.

Notifications You must be signed in to change notification settings

Joonsey/ppmconverter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

converting .ppm files to other files

This script can effectively convert ANY image files to ANY other imagefiles.

It's simply using the pillow library to convert images.

quick start

This is the lightweight repo, my test files aren't included.

python convert.py

make sure you have pillow in your python environment

pip install pillow

keep in mind the filesize of the .ppm images in this repo are massive in filesize.

du -sh images/
452M    images/

use the lightweight branch if you want to avoid cloning with my test images.

About

Converting large amount of .ppm files to other file formats.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages