]> git.imager.perl.org - imager.git/history - image.c
update Changes for the FT1 and --enable/disable fixes
[imager.git] / image.c
2013-06-14 Tony Cookfix various GCC warnings, mostly initialized but otherw...
2012-12-14 Tony Cookimproved support for threads
2012-11-24 Tony Cookfill out documentation
2012-11-24 Tony Cookavoid i_push_errorf() and i_fatal() in a few more places
2012-11-24 Tony Cookremove the obsolete and unused i_img_new() function
2012-11-24 Tony Cookupdate image.c with IMAGER_NO_CONTEXT
2012-11-24 Tony Cookimplement reference counting for context objects
2012-11-24 Tony CookWIP, it compiles
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 Cookavoid i_push_errorf() and i_fatal() in a few more places
2012-08-14 Tony Cookremove the obsolete and unused i_img_new() function
2012-08-14 Tony Cookupdate image.c with IMAGER_NO_CONTEXT
2012-08-14 Tony Cookimplement reference counting for context objects
2012-08-14 Tony CookWIP, it compiles
2012-08-14 Tony CookWIP, more context changes
2012-04-29 Tony Cooki_get_file_background[f]?() now return int
2012-03-05 Tony Cook[rt #75258] fix the utterly broken i_gpixf() for palett...
2011-10-10 Tony Cook[rt #70656] apply the last the Debian spelling fixes
2011-10-10 Tony CookMerge the I/O buffering branch
2011-08-08 Tony Cookswitch to using size_t and i_img_dim strictly
2011-05-25 Tony Cooksplit 8-bit image implementation out of the megafile...
2011-05-16 Tony Cooktest coverage and fix pass for compose()
2011-05-16 Tony Cookadd an internal i_img_samef() and adapt is_imaged(...
2010-12-16 Tony Cook - images with an translucent alpha channel were not...
2010-10-01 Tony Cookdetect some more file types
2010-08-31 Tony Cookmove JPEG into it's own module
2010-08-25 Tony Cookmove TIFF into its own module
2010-04-12 Tony Cookhuge spelling update and spell checking patch
2009-11-24 Tony Cook - use scanline oriented operations to flip images...
2009-09-17 Tony Cook - an integer division meant that preview scaling to...
2009-09-07 Tony CookAPI documentation (mostly)
2008-04-18 Tony Cook - check that the result of fileno($fh) is defined...
2008-04-01 Tony Cook - writing a 2 or 4 channel image to a PGM/PPM will...
2008-04-01 Tony Cook - writing a 2 or 4 channel image to a JPEG will now...
2008-03-25 Tony Cookcommit changes from draw branch
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-08-25 Tony Cookadded cleanup, documentation, further tests and graysca...
2007-08-24 Tony CookGabriel Vasseur's patch, corrected just enough for...
2007-07-31 Tony Cook - Finished/rewrote Arnar's old SGI RGB file format...
2006-12-30 Tony CookVarious changes:
2006-08-29 Tony Cookthe rubthrough() method now supports destination images...
2006-07-24 Tony Cookadd detection of BZIP2 and gzip data
2006-07-21 Tony Cookadd a magic entry to detect XWD files
2006-07-18 Tony Cookcast 2 signed/unsigned char pointer conversions to...
2006-06-29 Tony Cooklong delayed renaming of m_fatal() to i_fatal() to...
2006-06-26 Tony Cookadd support for file write plugins
2006-05-22 Tony Cooki_test_format_probe:
2006-03-30 Tony Cookadd format probes for SGI RGB, ILBM, XPM, PCX, FITS...
2006-03-23 Tony Cook- i_test_format_probe() now attempts to detect MS Windo...
2006-02-17 Tony Cook- eliminate sign warning from image.c
2006-01-11 Tony Cook- constify the Imager API
2006-01-10 Tony Cook- start of external Imager API access:
2004-11-12 Tony Cook- creating an image where the size of the allocated...
2004-10-25 Tony Cook- renamed io.h to imio.h to prevent problems building...
2004-10-18 Tony Cook- the changes to scale() had some problems with integer...
2004-10-08 Tony Cook - the parameters to crop() weren't handled...
2004-09-05 Tony Cook - previously, if you supplied to_paletted and...
2004-01-03 Arnar Mar HrafnkelssonRemoved half finished speedhack for 3ch8bit images...
2003-03-29 Arnar Mar HrafnkelssonAdded extra parameters to rubthrough so only a subimage of
2002-08-22 Arnar Mar HrafnkelssonAutodetection of fileformat as loading.
2002-08-20 Arnar Mar HrafnkelssonMore debugging for auto probing of image types.
2002-08-20 Arnar Mar HrafnkelssonMore support for autodetection of formats, still some...
2002-08-19 Arnar Mar HrafnkelssonSupport for probing for fileformats.
2002-08-08 Arnar Mar Hrafnkelssontemporary scaling test code, proper defaults for crop().
2002-04-01 Tony Cookhide or rename any symbols that are likely to conflict...
2002-03-31 Tony Cookdifference() method
2002-03-25 Tony CookTicket #369 - writing grayscale images to GIF
2002-02-03 Tony Cookadded Artur's OSX dlload() emulation, with minor changes
2002-01-18 Arnar Mar HrafnkelssonRemoved old cruft from image.* and minor changes to...
2001-11-12 Arnar Mar HrafnkelssonFinished antialiased polygon drawing routines.
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-10-23 Arnar Mar HrafnkelssonFixes to the scale function so that edges are handled...
2001-10-23 Arnar Mar HrafnkelssonClosed memory leaks when an error occurs during load...
2001-10-11 Tony Cooksome fixes to double/sample image support
2001-08-29 Tony Cookimplement fountain fills similar to most paint programs
2001-08-13 Tony CookEgads
2001-05-14 Arnar Mar HrafnkelssonRemoved a bunch of unused variables and fixed an attemp...
2001-05-06 Tony Cookoops, forgot to free the memory I allocated
2001-05-06 Tony Cookimplementing read/put horizontal line of pixels
2001-05-06 Tony Cookminor fix to code layout changes
2001-05-04 Arnar Mar HrafnkelssonJust code layout changes and logging.
2001-05-04 Arnar Mar HrafnkelssonAdded a testcase for copy() and flip() methods, fixed...
2001-05-04 Arnar Mar HrafnkelssonAdded flip() and docs to Imager.pm and i_flipxy() to...
2001-03-25 Arnar Mar HrafnkelssonInitial revision Imager-0_38 Imager-0_38pre9