Skip to content
forked from mungre/img2beeb

Batch conversion of GIFs to beeb palette animations

License

Notifications You must be signed in to change notification settings

lurkio/img2beeb

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

img2beeb

Convert animated gifs into BBC Micro palette animations.

This is only of any use when the animated gif was created from a BBC Micro palette animation in the first place.

The code is written in C# using VS2010, but a batch file is also provided to build the application in the absence of Visual Studio.

Conversion

Open a command prompt. Type

git clone https://github.com/mungre/img2beeb
cd img2beeb
build

Copy animated gifs into the gifs subdirectory. Execute

build

for a second time. The mode2 directory should contain the results.

Animation

The BBC BASIC program basic\ani.txt displays a menu of all "P.*" files and animates the selected one.

The SSDs posted on stardot illustrate this.

About

Batch conversion of GIFs to beeb palette animations

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Smalltalk 98.2%
  • Batchfile 1.8%