]> git.imager.perl.org - imager.git/history - img16.c
add missing 070-mymeta.t to MANIFEST
[imager.git] / img16.c
2012-12-14 Tony Cookimproved support for threads
2012-11-24 Tony Cookfill out documentation
2012-11-24 Tony Cookupdate img16.c to avoid mm_log()
2012-11-24 Tony CookWIP, more context changes
2012-09-29 Tony Cookrevert threading changes, they aren't ready for the...
2012-09-11 Tony Cookimproved thread safety for Imager
2012-08-14 Tony Cookfill out documentation
2012-08-14 Tony Cookupdate img16.c to avoid mm_log()
2012-08-14 Tony CookWIP, more context changes
2012-08-13 Tony Cookeliminate various unused variable warnings
2012-02-16 Tony CookMerge branch 'psamp'
2012-02-13 Tony Cookadd psamp(), psampf() to C image API
2011-08-08 Tony Cookswitch to using size_t and i_img_dim strictly
2009-09-07 Tony CookAPI documentation (mostly)
2007-11-26 Tony Cookmerge in tiff re-work branch
2007-10-30 Tony Cook - validate chan_count for chans == NULL for each of...
2007-09-11 Tony Cookdefine 0.61 release goals
2007-04-08 Tony Cookmake getpixel/setpixel report failure consistently...
2007-04-08 Tony Cookadd to_rgb16 method
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-11-11 Tony Cook- converted t/t021sixteen.t to use Test::More
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-05-01 Tony Cookvarious changes from trying to build on testdrive
2002-03-25 Tony CookTicket #369 - writing grayscale images to GIF
2001-10-28 Arnar Mar HrafnkelssonFixed i_transform2() so malloc(0) doesn't happen. ...
2001-10-27 Arnar Mar HrafnkelssonFixed warnings for ~0 for unsigned int variables. ...
2001-10-07 Tony Cookadded double/sample image support
2001-08-13 Tony CookEgads