]> git.imager.perl.org - imager.git/history - maskimg.c
revert threading changes, they aren't ready for the mainline yet
[imager.git] / maskimg.c
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 Cookmasked images weren't using the image allocation API
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
2011-01-21 Tony Cookadd test coverage for masked images and fix a bug found...
2006-01-11 Tony Cook- constify the Imager API
2006-01-10 Tony Cook- start of external Imager API access:
2005-01-24 Tony Cook- eliminate unused variables and static functions
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-08-13 Tony CookEgads