Skip to content

Scripts to automatically convert greyscale images to the green palette recognized by GB STUDIO

License

Notifications You must be signed in to change notification settings

colortelevision/gbstudiopalette

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gbstudiopalette

2 Scripts to automate the conversion of greyscale 'image.png' to the green palette recognized by GB STUDIO

  1. SETUP:

Navigate to folder in terminal.

Ensure you have Python3 installed. RUN:

python3 -V

If you don't have a version of python3 installed, RUN:

brew install python3

If you don't have brew installed... go to

https://brew.sh

Follow the instructions, and try again.

Once Python3 is installed, we can ensure PIP's version, RUN:

python3 -m pip -V

Then we need to install NUMPY

pip install numpy
  1. INSTRUCTIONS:

Let's generate the custom_palette.png file RUN:

python3 custom.py

Now, we'll convert 'image.png' from greyscale to the green palette recognized in GB-STUDIO,

python3 convert.py

Pretty dope, huh?

https://www.patreon.com/krimpfugly

https://colortv.itch.io

https://www.colortelevision.org

https://twitter.com/krimpfugly

https://www.gbstudio.dev

WTFPL LICENSE

About

Scripts to automatically convert greyscale images to the green palette recognized by GB STUDIO

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages