Skip to content

briacp/pico2png

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

pico2png

This script converts Pico8 graphics from/to PNG.

Usage is :

    pico2png.pl cart.p8
       - creates a 128x128 spritesheet named cart_sprites.png

    pico2png.pl cart_sprites.png
       - copy the content of the spritesheet into the gfx part of the cart

This script requires the Imager and File::Slurp perl modules. You can install them with the following command :

$ sudo cpan Imager File::Slurp

About

Converts Pico8 graphics from/to PNG

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages