BlinkenLightsInteractiveMovieProgram
Copyright (C) 2004-2009: Stefan Schuermans <stefan@schuermans.info>
Copyleft: GNU public license - http://www.gnu.org/copyleft/gpl.html
a blinkenarea.org project

version 1.3.8 date 2009-11-21
-----------------------------
 - fixed a resizing bug in BlinkenLib

version 1.3.7 date 2009-08-15
-----------------------------
 - fixed resizing to predefined formats

version 1.3.6 date 2009-08-15
-----------------------------
 - new version including TroiCade format

version 1.3.5 date 2008-09-29
-----------------------------
 - new version due to new BlinkenLib 0.1.3 (bug in bbm writing)

version 1.3.4 date 2008-09-14
-----------------------------
 - also setting aspect when resizing to a known format
 - support for Blinkenlights Stereoscope formats

version 1.3.3 date 2008-08-10
-----------------------------
 - new release due to new BlinkenLib 0.1.2 (bug in resizing)

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
---------------------------
 - 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