]> git.imager.perl.org - imager.git/history - bmp.c
0.84 release
[imager.git] / bmp.c
2008-12-12 Tony Cook - write out the image size in bytes field of a BMP...
2008-04-07 Tony Cookwarning clean up - clean up unusued variables, fix...
2008-04-01 Tony Cook - writing a 2 or 4 channel image to a BMP file will...
2007-06-26 Tony Cookfixed various memory leaks that could occur when failin...
2007-05-03 Tony Cookcommit bmp security fixes to HEAD
2007-02-05 Tony Cookthe image data offset wasn't validated when reading...
2007-01-31 Tony Cookcorrect i_lines_read for direct color bmp files
2007-01-30 Tony Cookchange C<allow_partial> to C<allow_incomplete> to match...
2006-12-30 Tony CookVarious changes:
2006-06-29 Tony Cooklong delayed renaming of m_fatal() to i_fatal() to...
2006-01-10 Tony Cook- start of external Imager API access:
2006-01-04 Tony Cook- don't destroy image before creating it in error handl...
2005-12-05 Tony Cook- added integer overflow checks to many memory allocati...
2005-08-24 Tony Cook- convert t/t107bmp.t to Test::More
2005-01-24 Tony Cook- eliminate unused variables and static functions
2005-01-01 Tony Cook- the i_xres and i_yres tags are now stored in a resolu...
2004-11-28 Tony Cook- the BMP reader now validates the bfOffBits value...
2004-11-25 Tony Cook- added many bad BMP files to test various code paths...
2002-01-04 Tony Cookenhanced iolayer
2001-11-25 Tony Cook- read paletted tiff images into Imager paletted images
2001-11-02 Arnar Mar HrafnkelssonFixed missing myfree() in bmp.c.
2001-11-01 Arnar Mar HrafnkelssonMissing myfree() in the default path of bmp loading.
2001-11-01 Arnar Mar HrafnkelssonMinor memory leak fixes.
2001-10-31 Arnar Mar HrafnkelssonAdded io_buffer for reading from scalars. Also added...
2001-09-09 Tony Cookminor error handling in bmp.c
2001-08-19 Tony CookWindows BMP file support
2001-08-15 Tony Cookstart of bmp support (just writing so far)