Skip to content

Simple tool that converts custom 8-bit indexed color image PM file to PNG

Notifications You must be signed in to change notification settings

kkyborg/convertPM2PNG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python3 -m venv path/to/venv
source path/to/venv/bin/activate

for file in *.pm; do python3 convertPM2PNG.py "$file" Palette.pal --color-list recognize.txt; done

About

Simple tool that converts custom 8-bit indexed color image PM file to PNG

Resources

Stars

Watchers

Forks

Languages