Revision history for Perl extension Image::TextMode.
0.06 Thu Oct 29 2009
- 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 Fri Feb 13 2009
- 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 Mon Feb 09 2009
- fix XBin write()
- convert "use constant" to "my $var"
0.03 Thu Feb 05 2009
- 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 Wed Jan 14 2009
- pod fixes
0.01 Fri Oct 03 2008
- original version