https://github.com/agateau/pafx
Pixel Art effects for PIL
https://github.com/agateau/pafx
Last synced: 9 months ago
JSON representation
Pixel Art effects for PIL
- Host: GitHub
- URL: https://github.com/agateau/pafx
- Owner: agateau
- License: apache-2.0
- Created: 2015-09-02T20:56:10.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2020-11-15T10:33:06.000Z (about 5 years ago)
- Last Synced: 2025-02-13T19:49:51.402Z (11 months ago)
- Language: Python
- Size: 10.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PAFX - Pixel Art effects
PAFX is a set of Python functions to apply pixel art effects to images.
It works with [Pillow][] images.
It has been created to produce assets for [Pixel Wheels][pw], a retro race
game.
## Included functions
- `add_depth`
- `add_outline`
- `clone_format`
- `paste`
See the matching files in [/pafx](pafx) for details.
## Dependencies
- [Pillow][]
## Installation
./setup.py install
## License
Apache 2.0
[Pillow]: http://python-pillow.github.io/
[pw]: http://agateau.com/projects/pixelwheels/