]> git.imager.perl.org - imager.git/history - tga.c
add some more extensions, add add_type_extensions() class method
[imager.git] / tga.c
2011-10-10 Tony CookMerge the I/O buffering branch
2011-08-08 Tony Cookswitch to using size_t and i_img_dim strictly
2008-03-25 Tony Cook - some TGA images weren't being detected correctly...
2007-06-26 Tony Cookfixed various memory leaks that could occur when failin...
2006-11-19 Tony Cookavoid various compiler warnings
2006-03-30 Tony Cookbackport fix for RT issue 18397
2006-03-24 Tony Cookmake the targa probe even stricter
2006-03-23 Tony Cook- i_test_format_probe() now attempts to detect MS Windo...
2006-01-10 Tony Cook- start of external Imager API access:
2005-08-24 Tony Cook- convert t/t107bmp.t to Test::More
2005-05-11 Tony Cook- the internal function used to probe file formats...
2005-02-28 Tony Cook- reading an image with an idstring of 128 or more...
2005-01-24 Tony Cook- eliminate unused variables and static functions
2004-11-29 Tony Cook- set i_format to tga when reading tga files and test...
2004-10-25 Tony Cook- renamed io.h to imio.h to prevent problems building...
2002-08-22 Arnar Mar HrafnkelssonAdded breaks into switch statements.
2002-08-20 Arnar Mar HrafnkelssonMore support for autodetection of formats, still some...
2002-04-01 Tony Cookhide or rename any symbols that are likely to conflict...
2002-01-04 Tony Cookenhanced iolayer
2001-10-31 Arnar Mar HrafnkelssonAdded io_buffer for reading from scalars. Also added...
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-24 Arnar Mar HrafnkelssonRemoved C++ comments that SunSPro and HPUX cc were...
2001-10-23 Arnar Mar HrafnkelssonClosed memory leaks when an error occurs during load...
2001-10-23 Arnar Mar HrafnkelssonCompleted the calling interface from perl to c for...
2001-10-22 Arnar Mar Hrafnkelssontga.c should now support reading/writing all variants...
2001-10-18 Arnar Mar HrafnkelssonAdded support for writing paletted targa images.
2001-10-17 Arnar Mar HrafnkelssonPreliminary support for writing targa files. Compressi...
2001-10-07 Arnar Mar HrafnkelssonRewrote most of tga.c so that It now should be able...
2001-09-16 Arnar Mar HrafnkelssonAdds reading of non colour mapped targa images.
2001-09-16 Arnar Mar HrafnkelssonAdds reading capabilities for certain variants of targa...