Revision history for Perl extension Image::TextMode.
0.14 2011-05-02
- add delete_line() to canvas, which removes the line entirely instead of
just clearing its contents
- implement the 0 and 1 options of the "clear screen" command
- fix clear_line canvas method where range option included "-1"
0.13 2011-04-27
- implement ANSI parsing for codes E, F and G
- reset cursor to (0,0) after a clear screen
0.12 2011-01-06
- use proper color intensity in palettes
- use proper bitshifting when parsing XBin/IDF/ADF palettes
- updated 8x16 font to match original MSDOS font
- do not combine current attr with new bg/fg values in PCBoard reader
0.11 2010-12-11
- allow simple font and palette overrides in GD renderer; fix textmode2png
script to match
0.10 2010-12-01
- save cpu cycles by shipping pre-built GD fonts
- add PCBoard format support
- add AVATAR format support
0.09 2010-03-19
- clean whitespace from argument buffer in ANSI reader
- add as_ascii() method to animations
- attempt to handle undef datatypes and filetypes in general
- handle invalid datatypes in Loader to match invalid filetypes
0.08 2010-02-23
- documentation cleanup for Renderer/GD.pm and textmode2png script
- convert read/render options specified as "true" and "false" strings to
boolean values
- avoid undef warnings in Loader when working with files with SAUCE
metadata, but no filetype
- avoid autovivification in as_ascii method
- add IMAGE_TEXTMODE_NOXS ENV variable to ignore XS extensions
0.07 2010-01-01
- fix readopt option in textmode2png script
- Add basic nearest neighbor textmode scaling
- fix pod typo in SAUCE.pm and Renderer/GD.pm
- reduce code complexity in as_ascii method
0.06 2009-10-29
- conform to Perl::Critic policies
- add binmode for output from textmode2png script
- fix undef warning when no output format is specified for thumbnail()
- fix docs for truecolor rendering option
0.05 2009-02-13
- tidy up ANSI and ANSIMation write() to only write the columns needed
- add basic RLE encoding to ANSI and ANSIMation write()
- fix up sauce read on files less than 128 bytes
- reset the state of the ANSI parser for each read()
0.04 2009-02-09
- fix XBin write()
- convert "use constant" to "my $var"
0.03 2009-02-05
- implement write() for IDF format
- implement write() for Tundra format
- implement write() for XBin format
- implement write() for ANSI format
- implement write() for ANSIMation format
0.02 2009-01-14
- pod fixes
0.01 2008-10-03
- original version