]> git.imager.perl.org - imager.git/shortlog
imager.git
2001-08-19 Tony Cookadded OO interfaces for some filters
2001-08-19 Tony CookWindows BMP file support
2001-08-19 Tony Cookcompressed BMP files for testing
2001-08-15 Tony Cookstart of bmp support (just writing so far)
2001-08-15 Tony Cook(changes)
2001-08-15 Tony Cookfix some problems in handling glyph dimensions with...
2001-08-13 Tony CookEgads
2001-08-13 Tony Cookpointer to a description of how unsharp mask works
2001-08-13 Tony Cooksmall discussion with sky for extra font drawing parameters
2001-06-14 Arnar Mar HrafnkelssonMisc fixes.
2001-06-08 Arnar Mar HrafnkelssonSwitched all of jpeg to iolayer functions, removed...
2001-06-07 Arnar Mar HrafnkelssonMore fixes still for iolayer changes.
2001-06-07 Arnar Mar HrafnkelssonClean up after changing some formats to use iolayer.
2001-06-07 Arnar Mar HrafnkelssonUpdated png to use _wlio functions, and fixed a filenam...
2001-06-06 Arnar Mar HrafnkelssonReplaced i_readraw() and i_writeraw() with the equivale...
2001-06-06 Arnar Mar HrafnkelssonRemoved i_writeppm and put in i_writeppm_wiol instead.
2001-05-28 Tony Cookinterface consistency
2001-05-26 Arnar Mar HrafnkelssonCompile time error fix if IM_NOLOG=1 was chosen
2001-05-26 Arnar Mar HrafnkelssonAdds aa circle into export_ok list.
2001-05-26 Arnar Mar HrafnkelssonAdded a temporary circle antialiasing routine.
2001-05-26 Arnar Mar HrafnkelssonFixed a bug which caused compile and runtime errors...
2001-05-24 Tony Cooksplit Imager::Font into base *::Type1 and *::Truetype...
2001-05-22 Arnar Mar HrafnkelssonVersion number change for 0.38 CPAN upload
2001-05-21 Arnar Mar HrafnkelssonFixed so that IM_MANUAL doesn't lose the giflib version...
2001-05-20 Arnar Mar HrafnkelssonFixed warnings for 5.004_04.
2001-05-20 Arnar Mar HrafnkelssonFixed // in filters.c. And things that didn't work...
2001-05-18 Arnar Mar HrafnkelssonIf tiff format was not supported then then all tests...
2001-05-18 Arnar Mar HrafnkelssonRemoved bench/* from MANIFEST (but not CVS). Also...
2001-05-18 Arnar Mar HrafnkelssonAdded mng to the TOOD, and added a warning to the Makef...
2001-05-17 Arnar Mar HrafnkelssonMade TODO into a seperate file and removed it from...
2001-05-16 Arnar Mar HrafnkelssonAdded documentation to map method in Imager.pm and...
2001-05-16 Arnar Mar HrafnkelssonFixes to i_map function and map method. Added a testca...
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
next