]> git.imager.perl.org - imager.git/history - bmp.c
- Calling setpixel() with color set to [ 0, 0, 0 ] would crash with
[imager.git] / bmp.c
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)