]> git.imager.perl.org - imager.git/history - palimg.c
allow Imager to be loaded on Windows 98
[imager.git] / palimg.c
2006-01-11 Tony Cook- constify the Imager API
2006-01-10 Tony Cook- start of external Imager API access:
2005-12-05 Tony Cook- added integer overflow checks to many memory allocati...
2005-10-31 Tony Cook- maxcolors now must be at least 1 when creating a...
2005-05-11 Tony Cook- the setcolors() had a fencepost error making it impos...
2005-01-24 Tony Cook- eliminate unused variables and static functions
2004-11-28 Tony Cook- i_img_pal_new() now releases the image object memory...
2004-11-12 Tony Cook- creating an image where the size of the allocated...
2004-09-05 Tony Cook - previously, if you supplied to_paletted and...
2002-03-25 Tony CookTicket #369 - writing grayscale images to GIF
2001-10-31 Arnar Mar HrafnkelssonAdded an Imager::log_entry() function and some extra...
2001-10-28 Arnar Mar HrafnkelssonFixed i_transform2() so malloc(0) doesn't happen. ...
2001-10-27 Arnar Mar HrafnkelssonAdded static to all internal functions for image.c...
2001-10-27 Arnar Mar HrafnkelssonFixed warnings for ~0 for unsigned int variables. ...
2001-08-19 Tony CookWindows BMP file support
2001-08-13 Tony CookEgads