Skip to content

Parsing animation from GIF-files into ZX Spectrum source code

License

Notifications You must be signed in to change notification settings

akanyuk/speccy_animation_parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Speccy Animation parser

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