]> git.imager.perl.org - imager.git/history - lib
convert scale.c to scale.im so we have 8 bit/sample and double/sample
[imager.git] / lib /
2006-08-30 Tony Cookconvert scale.c to scale.im so we have 8 bit/sample...
2006-08-29 Tony Cookthe rubthrough() method now supports destination images...
2006-08-18 Tony CookMerged in the scale branch:
2006-08-15 Tony Cookadded pixel type 'index' to getscanline() and setscanli...
2006-08-07 Tony Cookyou need to load Imager to use the API, Imager::API...
2006-07-24 Tony Cookadded a cookbook entry for converting files from one...
2006-07-24 Tony Cookdocument the direction of Imager's co-ordinate system
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-11 Tony Cookadd some examples using the i_xres and i_yres tags
2006-07-10 Tony Cookthe cookbook said we couldn't limit image sizes, but...
2006-07-04 Tony Cookadd more pod coverage tests (and the coverage needed)
2006-07-04 Tony Cooksvn:ignore some more profiler files and other junk
2006-07-01 Tony Cookdon't include the line number in the From comment so...
2006-06-30 Tony Cookadd more iolayer tests
2006-06-27 Tony Cookdocument the image file limit functions for the API
2006-06-27 Tony Cookimplement a flood_fill that stops at a given color...
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-05-22 Tony Cookrename APIRef.pm, API.pm to *.pod since they contain...
2006-05-22 Tony Cookgive lib/Imager/ExtUtils.pm a version number
2006-04-29 Tony Cookminor updates, make it clear in the title this document...
2006-04-29 Tony Cookchanged the title to better reflect what it documents...
2006-04-03 Tony Cookadd AUTHOR, SEE ALSO, REVISION sections
2006-03-23 Tony Cook- added support for registering file readers
2006-03-01 Tony Cook- removed unused hashinfo() function from Imager.xs
2006-02-21 Tony Cook- added version/level to the API function table structure
2006-02-17 Tony Cookadd PROTOTYPES lines to XS that were missing them
2006-02-17 Tony Cook- more memory allocation integer overflow auditing
2006-02-17 Tony Cookpoint dyn loader users at external filters docs
2006-02-17 Tony Cook- expand Imager::Transformations:
2006-02-10 Tony Cook- add tests for scaleX()/scaleY()
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- update README to match unbuggy giflib
2006-01-30 Tony Cook- eliminate many -Wall warnings
2006-01-30 Tony Cookminor POD fix in Imager::Color::Table
2006-01-30 Tony Cook- supply C<imager> parameter to filters so we can regis...
2006-01-21 Tony Cook- added typemap type names to types in Imager::API.
2006-01-18 Tony Cook- reword and provide an example for non-proportionally...
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- switched to subversion - changed $VERSION that was...
2005-12-19 Tony Cook- minor changes to Imager::Transformations
2005-12-12 Tony Cookminor documentation touchups
2005-12-08 Tony Cook- clean up Imager::Font documentation:
2005-12-08 Tony Cook- the has_chars() method now checks the font objects...
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-12-05 Tony Cook- expand Imager::Draw:
2005-12-05 Tony Cookreport errors to right place when we can
2005-12-03 Tony Cook- implemented valign=>'end' for Imager::Font->align
2005-11-26 Tony Cook- the order of the returned values for Imager::Font...
2005-11-14 Tony Cook- expand Imager::ImageTypes:
2005-11-11 Tony Cook- added t/t91pod.t
2005-11-05 Tony Cook- t1 library re-initialization modified to support...
2005-10-27 Tony Cook- INCOMPATIBLE CHANGE:
2005-10-25 Tony Cook- added sampled/slant_text.pl, and notes on shearing...
2005-10-23 Tony Cook- added samples/border.pl, and notes on adding a border in
2005-10-19 Tony Cookadd page parameter to read() method when reading TIFF...
2005-09-30 Tony Cookmore minor POD fixes
2005-09-30 Tony Cook- Imager::Font->new() for the tt (Freetype 1.x) driver...
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-26 Tony Cook- new example for convert() method based on Leolo's...
2005-08-24 Tony Cook- convert t/t107bmp.t to Test::More
2005-08-08 Tony Cook- added VERSION numbers to most .pms
2005-08-07 Tony Cook- prevent warnings when looking up a GIMP color with...
2005-08-03 Tony Cook- added tiff_bitspersample and tiff_photometric tags...
2005-06-02 Tony Cook- give the colorcount() and maxcolors() methods their...
2005-05-17 Tony Cook- fix the filter examples in Imager::Filter so they...
2005-05-02 Tony Cook- the Win32 font driver bounding_box() method now puts...
2005-05-02 Tony Cook- the FT1.x driver now supports the align parameter...
2005-04-27 Tony Cook- Imager::Matrix2d->rotate() would only rotate around...
2005-04-26 Tony Cook- Imager::Font::BBox objects now have right_bearing...
2005-04-24 Tony Cook- Imager::Font::BBox objects now have right_bearing...
2005-04-21 Tony Cook- the FT 1.x was comparing versus an uninitialized...
2005-04-20 Tony Cook- Imager::Font::BBox advance_width() method was falling...
2005-04-20 Tony Cook- fix a few compiler warnings
2005-04-20 Tony Cook- the segments parameter supplied to the fountain filte...
2005-04-15 Tony Cook- newer versions of GIMP add a line to gradient files...
2005-04-12 Tony Cook- added sample code for handling images uploaded via...
2005-03-26 Tony Cook- added samp-form.cgi and samp-image.cgi to the samples...
2005-02-10 Tony Cook- call read() instead of open() in the example code...
2005-02-10 Tony Cooka little more detail
2005-02-10 Tony Cook- add scaleX/scaleY to the method index and gives them...
2005-01-24 Tony Cook- minor cleanup of Imager::Fill
2005-01-24 Tony Cook- more examples in Imager::Draw
2005-01-24 Tony Cook- explicitly document there are no PNG specific tags.
2005-01-24 Tony Cook- added simple examples to most of the filters document...
2005-01-05 Tony Cookhad =cut instead of =back
2005-01-05 Tony Cookcookbook updates
2005-01-01 Tony Cook- added tiff_resolutionunit_name tag when reading tiff...
2005-01-01 Tony Cook- added .pcf and .pcf.gz to the list of extensions...
2005-01-01 Tony Cook- added trivial multiple master support via the FT2...
2004-12-23 Tony Cook- add dfont to the list of extensions supported by ft2
next