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

1.4.4 2013-12-28
----------------
keep movie dimensions on file new

1.4.3 2013-10-26
----------------
added MCUF output to file/device

1.4.2 2011-09-11
----------------
added scrolling text generator

1.4.1 2011-09-11
----------------
added FlexiPix output feature

1.4.0 2011-09-10
----------------
added MCUF output feature

1.3.9 2011-09-10
----------------
version information available in class file

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

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

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

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

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

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

1.3.2 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

1.3.1 2006-10-17
----------------
specific file filters for *.blm, *.bmm, *.bml, *.bmbm

1.3 2006-10-10
--------------
added support for aspect ratio
switched to use BlinkenLib
changed class path

1.2.1 2006-08-01
----------------
added bluebox format (98x7-1/128)
  done by STephan Kambor <st@blinkenarea.org>

1.2 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

1.1 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

1.0 2005-02-24
--------------
now considered stable

0.6 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

0.5 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

0.4 2004-11-15
--------------
first release