akanyuk/speccy_animation_parser

Parsing animation from GIF-files into ZX Spectrum source code

v1.2.0 2022-10-18 14:58 UTC

This package is auto-updated.

Last update: 2024-04-18 22:49:42 UTC


README

Library for parsing GIF-file or ZIP-archive with scr-files into ZX Spectrum animation source code

Requires

  • PHP 5.6 or above
  • Composer

GIF-file requires

  • Two colors only: approximately black paper, approximately white ink
  • No internal compression allowed

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

Online demo

https://nyuk.retroscene.org/animation_parser_zx