akanyuk/speccy_animation_parser
Parsing animation from GIF-files into ZX Spectrum source code
Maintainers
Package info
github.com/akanyuk/speccy_animation_parser
pkg:composer/akanyuk/speccy_animation_parser
v1.3.0
2025-04-12 07:02 UTC
Requires
- php: >=5.6
- ext-gd: *
- ext-zip: *
- ccampbell/chromephp: ^4.1
- sybio/gif-frame-extractor: ^1.0
- vanilla/garden-cli: ^3.1
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
Apache-2.0 543c03bdd413cf8b5ed67b10c4a7ca135a5ee8ee
- Andrey Marinov <aka.nyuk.woop@gmail.com>
README
Library for parsing GIF-file, SCA-file or ZIP-archive with ZX Spectrum screen files (6912 bytes) into ZX Spectrum animation source code
Requires
- PHP 5.6 or above
- Composer
GIF-file requirements
- Two colors only: approximately black paper, approximately white ink
- No internal compression allowed
SCA-file requirements
- Only version 1 and payload type 0 are supported
Running web application in docker
docker run -p 80:80 nyuk/speccy_animation_parser
Then open http://localhost
CLI from docker image
docker run -v C:\Docs\gifs:/app -w /app nyuk/speccy_animation_parser memsave animation.gif output_folder
CLI with PHP
php cmd.php fast animation.gif output_folder
Use --help arg for more information
