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 perl module. You can install it with the following command :
$ sudo cpan Imager