BlinkenLightsInteractiveMovieProgram
Copyright (C) 2004-2005: Stefan Schuermans <1stein@schuermans.info>
Copyleft: GNU public license - http://www.gnu.org/copyleft/gpl.html
a blinkenarea.org project
powered by eventphone.de
version 1.2.1 date 2006-01-08
-----------------------------
- added bluebox format (98x7-1/128)
- done by STephan Kambor <st@blinkenarea.org>
version 1.2 date 2005-12-19
---------------------------
- changed internal format of pixel data
- old format: data[y][x][c]
- new format: data[y][x * channels + c]
- faster and uses less memory
version 1.1 date 2005-04-16
---------------------------
- frame scroll bar now has block increment of 1
- added buttons to insert, duplicate and delete frames
- added keyboard shortcuts for menu commands
- extended image import function for importing multiple images
- when inserting or importing a frame, duration of current frame is copied
- added function to import BlinkenLights movies
- added frame-selection stuff
- selecting sequences of frames
- copying, moving, reversing, delting
version 1.0 date 2005-02-24
---------------------------
- now considered stable
version 0.6 date 2005-03-10
---------------------------
- fixed a bug with corrupt bbm files (sub header size < 6)
- loading *.bml: channels="1", bits="4" is now default
- added importing frames from image files
version 0.5 date 2004-11-19
---------------------------
- fixed a bug in channels 3..inf when drawing with alpha < 255
- default movie has now got a single frame
- default format is now 8x8-1/128
version 0.4 date 2004-11-15
---------------------------
- first release