]> git.imager.perl.org - imager.git/history - lib
add new gif_colormap_size tag
[imager.git] / lib /
2007-08-29 Tony Cookadd new gif_colormap_size tag
2007-08-29 Tony Cookfill out the large sample support docs
2007-08-27 Tony Cooktreat the ico mask as an alpha channel, since this...
2007-08-25 Tony Cookadded cleanup, documentation, further tests and graysca...
2007-07-31 Tony Cook - improve the error message from errstr() when you...
2007-07-31 Tony Cookremove repeated text in Imager::Files
2007-07-31 Tony Cookmake it even clearer that scale() and variants don...
2007-07-31 Tony Cook - Finished/rewrote Arnar's old SGI RGB file format...
2007-07-31 Tony Cookstart tracking large sample support
2007-07-23 Tony Cookspelling correction (Adam Kennedy)
2007-07-19 Tony Cookmore doc fixes
2007-07-19 Tony Cookoops, missed one
2007-07-19 Tony Cookdocumentation tweaks
2007-06-26 Tony Cook - to avoid confusion, channels not present in the...
2007-04-18 Tony Cookdocument to_rgb16
2007-04-18 Tony Cookchanged t82inline.t to always rebuild the Inline::C...
2007-04-14 Tony Cookdocument the difference() method's mindist parameter...
2007-04-09 Tony Cookdocument some more test functions
2007-04-08 Tony Cookdocument setpixel return values
2007-04-08 Tony Cookmake getpixel/setpixel report failure consistently...
2007-04-08 Tony Cookadd to_rgb16 method
2007-04-03 Tony Cookadd X org dist's rgb.txt location to search path
2007-03-31 Tony Cookimprove the unsharpmask documentation (I hope)
2007-03-29 Tony Cookadd a new sample flasher.pl
2007-03-25 Tony Cookmore to do
2007-03-18 Tony Cookgenerate the %attr hash ourselves instead of with Data...
2007-02-05 Tony Cookthe image data offset wasn't validated when reading...
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 Cookuse SvPV to get the length of text to draw rather than...
2006-10-25 Tony Cookthe decription of the page parameter didn't belong...
2006-10-19 Tony CookAdd UTF8 support to the Win32 font driver
2006-08-30 Tony Cooknote on relative speeds of the scaling mechanisms
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
next