https://github.com/shadowapex/pysnesify
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.
https://github.com/shadowapex/pysnesify
Last synced: 6 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/shadowapex/pysnesify
- Owner: ShadowApex
- License: gpl-3.0
- Created: 2015-08-26T20:21:27.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2021-09-02T04:45:19.000Z (almost 5 years ago)
- Last Synced: 2024-12-29T19:58:13.329Z (over 1 year ago)
- Language: Python
- Size: 52.7 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
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.