]> git.imager.perl.org - imager.git/history - imexif.c
add missing va_end() in bmp.c's write_packed()
[imager.git] / imexif.c
2018-12-15 Tony Cookmove EXIF handling from the JPEG handler to core Imager
2010-08-31 Tony Cookmove JPEG into it's own module
2007-06-26 Tony Cookfixed various memory leaks that could occur when failin...
2006-11-26 Tony Cookavoid most compilter warnings produced by GCC 4.1
2006-06-29 Tony Cooklong delayed renaming of m_fatal() to i_fatal() to...
2006-04-02 Tony Cookfix range checking on IFD entry data types. This could...
2006-03-05 Tony Cook- handle short EXIF user_comment fields correctly,...
2006-01-30 Tony Cook- eliminate many -Wall warnings
2005-12-12 Tony Cook- decode the EXIF GPS IFD as well
2005-12-07 Tony Cook- read/write i_xres, i_yres, i_aspect only tage with...
2005-12-07 Tony Cook- added experimental EXIF decoding when reading JPEG...