]> git.imager.perl.org - imager.git/history - lib/Imager/Files.pod
[rt #85746] add support for libpng 1.6
[imager.git] / lib / Imager / Files.pod
2013-06-07 Tony Cook[rt #85746] add support for libpng 1.6
2013-05-19 Tony Cook[rt #85413] add a test for standard POD headings and...
2013-02-15 Tony Cookmove most of README to lib/Imager/Install.pod
2012-06-04 Tony Cookadded the check_file_limits() method to Imager
2012-06-04 Tony Cookset_file_limits(reset => 1) now resets to defaults...
2012-04-29 Tony CookMerge branch 'png'
2012-04-29 Tony CookPNG re-work: finish up the tag documentation
2012-04-29 Tony CookPNG re-work: start documenting new tags
2012-04-25 Tony Cook[rt #76782] improve documentation and error reporting...
2011-11-19 Tony Cook[rt #72475] make the error messages from read() match...
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-06-08 Tony Cookprogressive JPEG support
2011-02-21 Tony Cook[RT #65749] add pod link check test and fix the broken...
2011-02-12 Tony Cook[rt.cpan.org #65665] add the preload class method
2010-09-06 Tony Cookclarify that Imager doesn't write EXIF data to images
2010-04-12 Tony Cookupdate the TIFF documentation
2010-04-12 Tony Cookhuge spelling update and spell checking patch
2009-09-07 Tony CookAPI documentation (mostly)
2009-09-07 Tony Cookvarious minor documentation updates and fixes
2009-07-02 Tony CookImager::Files isn't a C<use>able module, make that...
2009-01-15 Tony Cook - correct documentation of default of raw image interl...
2008-12-11 Tony Cook - corrected a reference leak where writing GIFs would...
2008-11-29 Tony Cookextend the synopsis a little so people realize type...
2008-11-29 Tony Cookbe more consistent with =item * for the I/O parameters
2008-04-01 Tony Cook - writing a 2 or 4 channel image to a JPEG will now...
2007-11-26 Tony Cookmerge in tiff re-work branch
2007-10-30 Tony Cook - improve the error messages produced when attempting...
2007-09-17 Tony CookImager::Files still listed "rgb" as the type for SGI...
2007-08-29 Tony Cookadd new gif_colormap_size tag
2007-08-27 Tony Cooktreat the ico mask as an alpha channel, since this...
2007-07-31 Tony Cookremove repeated text in Imager::Files
2007-07-31 Tony Cook - Finished/rewrote Arnar's old SGI RGB file format...
2007-03-29 Tony Cookadd a new sample flasher.pl
2006-12-30 Tony CookVarious changes:
2006-11-09 Tony Cookfix a pod error introduced in the previous commit
2006-11-09 Tony Cookminor documentation tweaks
2006-10-25 Tony Cookthe decription of the page parameter didn't belong...
2006-07-24 Tony Cookadd an example of reading exif tags
2006-07-24 Tony Cookadd some basic examples of using data, fd, fh, callback...
2006-07-24 Tony Cookadded examples for fh, fd, file, data and callback...
2006-07-13 Tony Cookhttp://rt.cpan.org/Ticket/Display.html?id=20415
2006-07-04 Tony Cooksvn:ignore some more profiler files and other junk
2006-06-26 Tony Cookdocument parseiptc()
2006-06-26 Tony Cookclarify that FORMATGUESS is only used when writing...
2006-06-26 Tony Cookadd support for file write plugins
2006-03-23 Tony Cook- added support for registering file readers
2006-03-01 Tony Cook- removed unused hashinfo() function from Imager.xs
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...
2005-10-27 Tony Cook- INCOMPATIBLE CHANGE:
2005-10-19 Tony Cookadd page parameter to read() method when reading TIFF...
2005-09-30 Tony Cookmore minor POD fixes
2005-08-24 Tony Cook- convert t/t107bmp.t to Test::More
2005-08-03 Tony Cook- added tiff_bitspersample and tiff_photometric tags...
2005-02-10 Tony Cook- call read() instead of open() in the example code...
2005-01-24 Tony Cook- explicitly document there are no PNG specific tags.
2005-01-01 Tony Cook- added tiff_resolutionunit_name tag when reading tiff...
2004-12-14 Tony Cook- finish off a sentence in the "Producing an image...
2004-11-25 Tony Cook- added many bad BMP files to test various code paths...
2002-04-16 Tony Cook - document the values for the read() and write...
2002-03-31 Arnar Mar HrafnkelssonFix for pod to make work with 5.005_03
2002-03-07 Tony Cookexamples in Imager::Files
2002-03-06 Tony Cookmerge write to gif tags updates
2002-01-16 Arnar Mar HrafnkelssonMoved last bits out docs of Imager.pm.
2002-01-16 Arnar Mar HrafnkelssonMoved last bits of docs (unedited) to Files.pod.
2002-01-15 Tony Cooksome updates
2002-01-15 Arnar Mar HrafnkelssonMoved tag handling and general tags into ImageTypes...
2002-01-07 Tony Cookmore gif docs
2002-01-04 Tony Cookmore GIF docs
2002-01-04 Tony Cookinitial cut