Skip to content

A simple image packer that combines grayscale images into a single image

License

Notifications You must be signed in to change notification settings

myuce/RGBPacker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RGB Packer

A simple image packer that combines grayscale images into a single image.

Installing & running

The only dependency needed to run RGB Packer is Pillow, which can be installed using the following command.

python3 -m pip install --upgrade pip
python3 -m pip install --upgrade Pillow

Afterwards, you can simply run RGBPacker.py. Optionally, you can also install PyInstaller and run build.bat to build an exe file if you want to build it yourself. Otherwise, you can get the prebuilt executables from here.

You can then simply choose the images you want to pack and then press the pack button. If you are going to leave a channel empty, you can decide if the said channel will be filled with black or white. If you leave the alpha channel empty, the result will not have an alpha channel.

Icon file source: http://www.fatcow.com/free-icons

About

A simple image packer that combines grayscale images into a single image

Resources

License

Stars

Watchers

Forks

Packages

No packages published