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