Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/briacp/pico2png
Converts Pico8 graphics from/to PNG
https://github.com/briacp/pico2png
Last synced: 6 days ago
JSON representation
Converts Pico8 graphics from/to PNG
- Host: GitHub
- URL: https://github.com/briacp/pico2png
- Owner: briacp
- License: gpl-2.0
- Created: 2015-09-29T07:45:25.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2020-04-10T21:46:46.000Z (over 4 years ago)
- Last Synced: 2024-08-02T06:17:08.622Z (3 months ago)
- Language: Perl
- Size: 10.7 KB
- Stars: 23
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-PICO-8 - pico2png - Spritesheet extraction written in perl. (Uncategorized / Uncategorized)
README
# pico2png
This script converts Pico8 graphics from/to PNG.
Usage is :
pico2png.pl cart.p8
- creates a 128x128 spritesheet named cart_sprites.pngpico2png.pl cart_sprites.png
- copy the content of the spritesheet into the gfx part of the cartThis script requires the [Imager](http://search.cpan.org/perldoc?Imager) and [File::Slurp](http://search.cpan.org/perldoc?File::Slurp) perl modules. You can install them with the following command :
$ sudo cpan Imager File::Slurp