BlinkenLightsInteractiveMovieProgram
Copyright (C) 2004-2008: Stefan Schuermans <stefan@schuermans.info>
Copyleft: GNU public license - http://www.gnu.org/copyleft/gpl.html
a blinkenarea.org project
version 1.3.2 date 2008-02-23
-----------------------------
- added menu items for known formats
- thanks to Christian Heimke for the idea and the first implementation
- added buttons to initialize color buttons to gray and to color
version 1.3.1 date 2006-10-17
-----------------------------
- specific file filters for *.blm, *.bmm, *.bml, *.bmbm
version 1.3 date 2006-10-10
---------------------------
- added support for aspect ratio
- switched to use BlinkenLib
- changed class path
version 1.2.1 date 2006-08-01
-----------------------------
- 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
---------------------------