]> git.imager.perl.org - imager.git/shortlog
imager.git
2001-05-16 Tony Cookrefer to the right test
2001-05-16 Tony Cookadded tests for the tiff OO interface
2001-05-16 Tony Cookremove testout on make clean
2001-05-16 Arnar Mar HrafnkelssonSimplified interface.
2001-05-16 Arnar Mar HrafnkelssonAdded map.c which implements mapping images through...
2001-05-16 Arnar Mar HrafnkelssonFixes to logging in iolayer.c and minor iolayer issues...
2001-05-16 Arnar Mar HrafnkelssonFixes crop() method so it is consistent with documentation.
2001-05-16 Tony Cookinitially completed version, could use polishing
2001-05-16 Arnar Mar HrafnkelssonUninitialized variable used in filters.c.
2001-05-16 Tony Cookskip tests that we've added
2001-05-16 Tony Cookforgot to skip new tests
2001-05-15 Arnar Mar HrafnkelssonAdded all the test images to the MANIFEST and re added...
2001-05-15 Arnar Mar HrafnkelssonSome tests were logging into the wrong files and t50bas...
2001-05-14 Arnar Mar HrafnkelssonMade Makefile.PL run $Config{make} lib/Imager/Regops...
2001-05-14 Tony Cookfixes (and tests for) several problems in i_readgif_low()
2001-05-14 Arnar Mar HrafnkelssonChanged free() to myfree() in quant.c.
2001-05-14 Tony Cookwas sizeof(int *)
2001-05-14 Tony Cookforgot this
2001-05-14 Tony Cookhad a trailing newline
2001-05-14 Tony Cookoops, shoule use myfree() instead of free()
2001-05-14 Arnar Mar HrafnkelssonRemoved a bunch of unused variables and fixed an attemp...
2001-05-14 Arnar Mar HrafnkelssonAdded more logging to quant.c. Removed global variable...
2001-05-14 Tony Cookfix handling for no giflib
2001-05-14 Tony Cookoops, missed updating the last test number
2001-05-14 Tony Cookremoved t10formats.t
2001-05-13 Arnar Mar HrafnkelssonImageNum in i_readgif_low() was a file global variable...
2001-05-13 Tony Cookadded some tests to check how we handle variously damag...
2001-05-12 Tony Cookprevent undefined value warnings
2001-05-12 Tony Cookdid some more work on this...
2001-05-12 Arnar Mar HrafnkelssonAdded checks if there is no global colormap and a local...
2001-05-12 Tony CookAddi's notes on scan converting polygons with anti...
2001-05-12 Tony Cookhardly started discussion of internal image representations
2001-05-10 Tony Cookreference to design/represent.txt
2001-05-10 Tony Cookmake write_multi a bit simpler to use
2001-05-10 Tony Cookthis is what the convert() method does
2001-05-10 Tony Cooktalk about getting gif working better
2001-05-10 Tony Cookyes, another attempt at supporting the Netscape loop...
2001-05-10 Tony Cookoops, this is done
2001-05-10 Tony Cooksupport saving to pgm file
2001-05-10 Tony Cookregression test for bug loading some images in png...
2001-05-10 Tony Cookmake filenames match test number
2001-05-10 Tony Cooknoted problem with libpng 1.0.1
2001-05-09 Arnar Mar HrafnkelssonFixed png transparency handling
2001-05-09 Tony Cooklose the debug code
2001-05-09 Arnar Mar HrafnkelssonRemoved the t/t10formats.t test as all of its functiona...
2001-05-09 Arnar Mar HrafnkelssonFixed png stripping alpha of all images. Minor changes...
2001-05-09 Tony Cookwe now have a convert() method
2001-05-09 Tony Cookimplement the convert() method for converting between...
2001-05-09 Arnar Mar HrafnkelssonAdded type=>gif for write_multi docs.
2001-05-08 Tony Cooksee patch
2001-05-08 Tony Cookskip tests if there's no gif support
2001-05-08 Tony CookMicksa's original faxable tiff patch
2001-05-08 Tony Cookincorporated Micksa's faxable tiff support
2001-05-07 Tony Cookdocument ideas and discussion from IRC
2001-05-07 Tony Cookdiscussion from IRC of some interfaces/features
2001-05-07 Tony Cookuseful for ignoring junk from builds
2001-05-07 Tony Cookchanged Imager::read() to always return an arrayref...
2001-05-07 Tony Cookjust an idea...
2001-05-07 Tony Cooknote some possible changes (which haven't been implemented)
2001-05-07 Tony Cookadd the extra attributes that PPDs want
2001-05-06 Tony Cookoops, forgot to free the memory I allocated
2001-05-06 Tony Cooknoted row-based access to images
2001-05-06 Tony Cookadd read/write row of pixels to image interface
2001-05-06 Tony Cookimplementing read/put horizontal line of pixels
2001-05-06 Tony Cooksimple benchmark for image copying
2001-05-06 Tony Cookfixes to quant.c and a minor enhancement
2001-05-06 Tony Cookfixed a really stupid bug I introduced to Addi's colorm...
2001-05-06 Tony Cookhashboxes work now
2001-05-06 Tony Cookminor fix to code layout changes
2001-05-05 Tony Cookadded tests to make sure the correct palette was coming...
2001-05-05 Tony CookImager::read() can now retrieve the palette optionally...
2001-05-05 Tony Cookadded note about getting the palette for Imager::read()
2001-05-05 Tony Cooksimple image used for testing palette retrieval by...
2001-05-04 Arnar Mar HrafnkelssonJust code layout changes and logging.
2001-05-04 Arnar Mar HrafnkelssonFixed bug reporting, updated Changes.
2001-05-04 Arnar Mar HrafnkelssonFixed an overflow bug in png.c where reading images...
2001-05-04 Arnar Mar HrafnkelssonAdded a testcase for copy() and flip() methods, fixed...
2001-05-04 Tony Cookdocument the 'fd' option for $img->(read|write)
2001-05-04 Tony Cooksince we use fork(), autoflush will help it work...
2001-05-04 Arnar Mar HrafnkelssonSwitched from xy naming for flip() to hv.
2001-05-04 Arnar Mar HrafnkelssonAdded flip() and docs to Imager.pm and i_flipxy() to...
2001-05-02 Tony Cookdocument the "tiny" option for tr_orddith
2001-04-30 Tony Cookforgot to change this one after fixing t105gif.t
2001-04-26 Tony Cookhad broken handing for the giflib version
2001-04-26 Tony Cookoops, put code before declaration
2001-04-26 Tony Cookoops, added new tests without adding skips for when...
2001-04-24 Tony Cookadded new test scripts
2001-04-24 Tony Cooknoted a bunch of changes, switched to space based forma...
2001-04-24 Tony Cooktiff tests extracted from t10formats.t
2001-04-24 Tony Cookextracted ppm tests from t10formats.t
2001-04-24 Tony Cookextracted png tests from t10formats.t and adjusted...
2001-04-24 Tony Cookextracted jpeg tests from t10formats.t
2001-04-24 Tony Cookadded code to report errors from gif file reading/writing
2001-04-24 Tony Cookextracted gif tests from t10formats.t and added a few...
2001-04-24 Tony Cooksome error reporting in image writing
2001-04-24 Tony Cookmodified gif read code to report errors rather than...
2001-04-24 Tony Cookadded error reporting code
2001-04-24 Tony Cookwe can lose that FIXME, I think
2001-04-24 Tony Cooknicer skip message
2001-04-24 Tony Cookdidn't include the new test in the count for when there...
next