Skip to content

agateau/pafx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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, a retro race game.

Included functions

  • add_depth
  • add_outline
  • clone_format
  • paste

See the matching files in /pafx for details.

Dependencies

Installation

./setup.py install

License

Apache 2.0