Skip to content

PySNESify is a small utility that will convert an image to fit into the color limitations of the SNES and GBA, meaning that every color value is a multiple of 8.

License

Notifications You must be signed in to change notification settings

ShadowApex/pysnesify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PySNESify

PySNESify is a small utility that will convert an image to fit into the color limitations provided by a given palette.

Requirements

  • opencv

Usage

usage: pysnesify.py [-h] [-t TECHNIQUE] [-o OUTPUT] filename palette

Process some integers.

positional arguments:
  filename              Path to file of the image to convert
  palette               Path to palette image file

optional arguments:
  -h, --help            show this help message and exit
  -t TECHNIQUE, --technique TECHNIQUE
                        Technique to use (bgr, hsv)
  -o OUTPUT, --output OUTPUT
                        Output filename

License

GNU GENERAL PUBLIC LICENSE v3

Copyright (C) 2021 William Edwards shadowapex@gmail.com

This software is distributed under the GNU General Public Licence as published by the Free Software Foundation. See the file LICENCE for the conditions under which this software is made available.

About

PySNESify is a small utility that will convert an image to fit into the color limitations of the SNES and GBA, meaning that every color value is a multiple of 8.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages