]> git.imager.perl.org - imager.git/history - Imager.pm
to_rgb8 doesn't crop but the void content warning said it did
[imager.git] / Imager.pm
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...
2005-02-02 Tony Cookadd entries for the filters to the concept index
2005-01-24 Tony Cooklink to the cookbook
2005-01-01 Tony Cook- the gradgen filter now does the same color value...
2005-01-01 Tony Cook- added concept index to Imager.pm's POD
2004-12-15 Tony CookRelease 0.44
2004-12-14 Tony Cook- method index didn't include errstr()
2004-12-07 Tony Cook- built 0.43_03 for testing
2004-12-02 Tony Cook- test t/t35ttfont.t no longer requires TTFONTTEST...
2004-10-25 Tony Cook- renamed io.h to imio.h to prevent problems building...
2004-10-08 Tony Cook - the parameters to crop() weren't handled...
2004-09-10 Tony Cook - the image resulting from a crop is now the...
2004-09-06 Tony Cook - removed a warning generated by the new matrix...
2004-09-05 Tony Cook - the rotate() and matrix_transform() methods...
2004-09-05 Tony Cook - previously, if you supplied to_paletted and...
2004-04-22 Tony Cookthe scale() method now warns if scalled in a void context
2004-04-22 Tony Cook - refer the user to appropriate documents in the examp...
2004-02-17 Arnar Mar HrafnkelssonPrepare 0.43 release because of silly ft2 test skip...
2004-01-04 Arnar Mar HrafnkelssonAll the little fixup changes for the 0.42 release.
2003-06-26 Tony Cook - added comment support the postfix transform2...
2003-03-29 Arnar Mar HrafnkelssonAdded extra parameters to rubthrough so only a subimage of
2002-12-31 Tony Cook - implemented i_t1_has_chars(), tests for same
2002-08-22 Arnar Mar HrafnkelssonAutodetection of fileformat as loading.
2002-08-20 Arnar Mar HrafnkelssonMore support for autodetection of formats, still some...
2002-08-19 Arnar Mar HrafnkelssonRemoved cruft since not all formats supported loading...
2002-08-08 Arnar Mar Hrafnkelssontemporary scaling test code, proper defaults for crop().
2002-07-17 Arnar Mar HrafnkelssonDoc patch so people know where to look for new().
2002-05-05 Arnar Mar HrafnkelssonModified i_line_aa to use a modified bresenham algorith...
2002-05-02 Arnar Mar HrafnkelssonSwitched i_draw to i_line, added endpoint boolean condi...
2002-04-30 Arnar Mar HrafnkelssonAdded checks to flood fill functions for seed pixel...
2002-04-15 Tony Cookquote the use of min in type=>min, and at least give...
2002-04-12 Arnar Mar HrafnkelssonBumped version to 0.41 for trivial gif test fix.
2002-04-10 Arnar Mar HrafnkelssonAdded t/testtools.pl to MANIFEST.
2002-04-10 Arnar Mar HrafnkelssonRemoved heading of logo example in pod.
2002-04-01 Arnar Mar HrafnkelssonBumped version to 0.40pre2
2002-04-01 Arnar Mar HrafnkelssonAdded Imager version to output log.
next