]> git.imager.perl.org - imager.git/history - Imager.pm
TODO: elliptical arc
[imager.git] / Imager.pm
2008-04-07 Tony CookImager 0.63 release Imager-0.63
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-12-10 Tony Cook - the font libraries are now only initialized when...
2007-12-10 Tony CookImager 0.62 release
2007-12-03 Tony Cooksplit out the calculations of the final scale factors...
2007-11-28 Tony Cook0.61_02 release
2007-11-28 Tony Cook0.61_01 release
2007-11-27 Tony Cookfix the is_bilevel() method index entry
2007-11-26 Tony Cookmerge in tiff re-work branch
2007-11-21 Tony Cookfix broken link from the animated GIF entry in the...
2007-11-05 Tony Cook0.61 release Imager-0.61
2007-10-30 Tony Cook - improve the error messages produced when attempting...
2007-09-26 Tony Cookmake it easier to find out how to convert an image...
2007-08-30 Tony Cook0.60 release Imager-0.60
2007-08-30 Tony Cookinclude RT email address under SUPPORT
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...
2007-06-25 Tony Cookdon't attempt to save the palette if we failed to read...
2007-06-14 Tony Cook0.59 release Imager-0.59
2007-06-12 Tony Cook- cropping outside the image would return an Imager...
2007-05-16 Tony CookImager 0.58 release Imager-0.58
2007-05-14 Tony Cookvarious minor documentation changes
2007-05-11 Tony Cookbump for 0.57_01
2007-04-18 Tony Cookdocument to_rgb16
2007-04-08 Tony Cookmake getpixel/setpixel report failure consistently...
2007-04-02 Tony Cook0.56 release
2007-02-05 Tony Cookthe image data offset wasn't validated when reading...
2007-01-30 Tony Cookchange C<allow_partial> to C<allow_incomplete> to match...
2006-12-30 Tony CookVarious changes:
2006-12-16 Tony Cookbump to 0.55: Imager-0.55
2006-10-08 Tony Cookthe string() method would not output the string "0"
2006-09-14 Tony CookThis is primarily a feature release:
2006-09-06 Tony Cookread_multi() now falls back to calling read() and write...
2006-08-19 Tony Cookto_rgb8 doesn't crop but the void content warning said...
2006-08-18 Tony CookMerged in the scale branch:
2006-08-15 Tony Cookadded pixel type 'index' to getscanline() and setscanli...
2006-07-27 Tony Cookbump to 0.53 Imager-0.53
2006-07-25 Tony Cookbump to 0.52 Imager-0.52
2006-07-19 Tony Cookbump to 0.51_03
2006-07-11 Tony Cookadd some examples using the i_xres and i_yres tags
2006-07-04 Tony Cookbump to 0.51_02 Imager-0.51_02
2006-07-04 Tony Cookmake sure the method index includes all documented...
2006-07-04 Tony Cooksvn:ignore some more profiler files and other junk
2006-06-29 Tony Cooksetcolors() and addcolors() can now accept non-object...
2006-06-28 Tony Cookbump to 0.51_01 for release Imager-0.51_01
2006-06-27 Tony Cookimplement a flood_fill that stops at a given color...
2006-06-26 Tony Cookdocument parseiptc()
2006-06-26 Tony Cookadd support for file write plugins
2006-04-19 Tony Cook- Calling setpixel() with color set to [ 0, 0, 0 ]...
2006-04-19 Tony CookSpecifying the bottom edge of the source image to paste...
2006-03-23 Tony Cook- added support for registering file readers
2006-03-14 Tony Cookremove the reference to IRC from SUPPORT, I'm not payin...
2006-03-13 Tony Cookprevent the parseiptc method from warning when there...
2006-03-11 Tony Cookrename some private functions to private names
2006-03-07 Tony Cook- bump to 0.49 Imager-0.49
2006-03-03 Tony Cook- bump to 0.48
2006-03-01 Tony Cook- removed unused hashinfo() function from Imager.xs
2006-02-21 Tony Cookbump to 0.47_01
2006-02-17 Tony Cook- more memory allocation integer overflow auditing
2006-02-16 Tony Cook- minor clean up of rubthrough() method
2006-02-11 Tony Cook- rotate()s back parameter now accepts color names...
2006-02-10 Tony Cook- add tests for scaleX()/scaleY()
2006-02-05 Tony Cook- sick of $opts{scalefactor} in scale(), give it a...
2006-02-05 Tony Cook- scale() can now expect an Image::Math::Constrain...
2006-02-05 Tony Cook- make scale() fail if an invalid type is supplied...
2006-01-30 Tony Cook- supply C<imager> parameter to filters so we can regis...
2006-01-18 Tony Cook- reading a raw image no longer exits on a short read...
2006-01-18 Tony Cook- error messages when writing TIFF images were always
2006-01-10 Tony Cook- start of external Imager API access:
2006-01-09 Tony Cook- extra concept index entries
2005-12-30 Tony Cook- bump to 0.47
2005-12-30 Tony Cook- bump to 0.46_01 for testing
2005-12-19 Tony Cook- bump version to 0.46
2005-12-12 Tony Cook0.45_02 commit
2005-12-12 Tony Cook0.45_01 bump
2005-12-08 Tony Cookfix stupid bug in align_string()
2005-12-05 Tony Cook- expand Imager::Draw:
2005-12-05 Tony Cook- linkify Imager.pm a bit more
2005-12-03 Tony Cook- implemented valign=>'end' for Imager::Font->align
2005-11-29 Tony Cookremove unused code
2005-11-26 Tony Cook- arc(..., fill=> ...) wasn't handling concave areas...
2005-11-14 Tony Cook- expand Imager::ImageTypes:
2005-11-11 Tony Cook- setmask() now returns true on success and reports...
2005-10-27 Tony Cook- INCOMPATIBLE CHANGE:
2005-10-19 Tony Cookadd page parameter to read() method when reading TIFF...
2005-09-29 Tony Cookadded a brief tutorial
2005-09-13 Tony Cook- move include t1lib out of image.h to font.c, since...
2005-09-08 Tony Cook- implement getscanline(), setscanline() and getsamples...
2005-08-24 Tony Cook- convert t/t107bmp.t to Test::More
2005-06-02 Tony Cook- give the colorcount() and maxcolors() methods their...
2005-05-30 Tony Cook0.45 release
2005-05-24 Tony Cook0.44_01 release
2005-05-07 Tony Cook- removed the bug reporting email address to prevent...
2005-04-20 Tony Cook- the segments parameter supplied to the fountain filte...
2005-03-11 Tony Cook- the convert, crop, rotate, copy, matrix_transform...
2005-03-08 Tony Cook- calling the read() method for a format not included...
2005-02-10 Tony Cook- call read() instead of open() in the example code...
2005-02-10 Tony Cook- add scaleX/scaleY to the method index and gives them...
next