An open API service indexing awesome lists of open source software.

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

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/