]> git.imager.perl.org - imager.git/history - Changes
add page parameter to read() method when reading TIFF files
[imager.git] / Changes
2005-10-19 Tony Cookadd page parameter to read() method when reading TIFF...
2005-10-10 Tony Cook- add samples/replace_color.pl
2005-10-10 Tony Cookpremature commit the last time
2005-10-10 Tony Cook- renamed lib/Imager/Cookbook.pm to lib/Imager/Cookbook...
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- limit limits.c to C89
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-26 Tony Cook- implement/test/document set_file_limits()/get_file_li...
2005-08-24 Tony Cook- convert t/t107bmp.t to Test::More
2005-08-18 Tony Cook- convert t/t104ppm.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-04 Tony Cook- convert t/t15color.t to Test::More
2005-08-04 Tony Cook- remove old #if 0 code from Imager.xs
2005-08-04 Tony Cook- loading filter DLLs/DSOs had an off-by-one error...
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-30 Tony Cook0.45 release
2005-05-26 Tony Cook- t/t105gif.t wasn't handling buggy giflibs correctly
2005-05-24 Tony Cook0.44_01 release
2005-05-24 Tony Cook- add some Mac OS X notes to the README
2005-05-24 Tony Cook- use a temp file to avoid messing with echo on Win32...
2005-05-24 Tony Cook- work around junk that pkg-config sends to stderr...
2005-05-24 Tony Cook- add tests to exercise hatch fills for floating images...
2005-05-17 Tony Cook- fixed an inverted condition checking the giflib versi...
2005-05-17 Tony Cook- Imager no longer assumes that MSVC is the only native...
2005-05-17 Tony Cook- prevent warnings from Makefile.PL when there's no...
2005-05-17 Tony Cook- fix the filter examples in Imager::Filter so they...
2005-05-11 Tony Cook- the setcolors() had a fencepost error making it impos...
2005-05-11 Tony Cook- the internal function used to probe file formats...
2005-05-07 Tony Cook- removed the bug reporting email address to prevent...
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-29 Tony Cook- the internal i_tags_get_string() function now acts...
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-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-04-06 Tony Cook- Makefile.PL now adds rules to generate a suitable...
2005-03-26 Tony Cook- added samp-form.cgi and samp-image.cgi to the samples...
2005-03-16 Tony Cook- Imager::Cookbook wasn't included in the MANIFEST
2005-03-16 Tony Cook- added README for samples directory, describes interle...
2005-03-16 Tony Cook- correct email addresses in the README file, and inclu...
2005-03-16 Tony Cookminor typo
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-03-08 Tony Cookclarify that the change was specific to TGA images
2005-02-28 Tony Cook- reading an image with an idstring of 128 or more...
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-01-31 Tony Cook- the right-side bearing used to adjust the final width...
2005-01-31 Tony Cookrevert the precalculation of the sum of the coefficient...
2005-01-24 Tony Cook- eliminate unused variables and static functions
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- calculate the sum of the coefficients once rather...
2005-01-24 Tony Cook- added simple examples to most of the filters document...
2005-01-24 Tony Cook- Makefile.PL now accepts command-line options to set...
2005-01-24 Tony Cook- scanning for required include files is now down by...
2005-01-06 Tony Cook- Makefile.PL now builds imconfig.h with #defines for...
2005-01-06 Tony Cook- avoid complaining about include/lib directories we...
2005-01-01 Tony Cook- Makefile.PL now attempts to use freetype-config to...
2005-01-01 Tony Cook- added tiff_resolutionunit_name tag when reading tiff...
2005-01-01 Tony Cook- the i_xres and i_yres tags are now stored in a resolu...
2005-01-01 Tony Cook- the tiff reader now puts warning messages produced...
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...
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-23 Tony Cook- add dfont to the list of extensions supported by ft2
2004-12-23 Tony Cook- add a note to the README on how to get font suitcases...
2004-12-23 Tony Cook- we were undefing the wrong macro (used as an include...
2004-12-23 Tony Cook- Makefile.PL now checks the directories specified...
2004-12-16 Tony Cook- the plugins Makefile has long produced an error after...
2004-12-15 Tony CookRelease 0.44
2004-12-15 Tony Cook-document that you don't want the FT2 freetype.h in...
2004-12-14 Tony Cook- method index didn't include errstr()
2004-12-14 Tony Cook- finish off a sentence in the "Producing an image...
2004-12-11 Tony Cookput the default FreeBSD FT1 header locations after...
2004-12-07 Tony Cookset the release date
2004-12-07 Tony Cook- built 0.43_03 for testing
2004-12-07 Tony Cook- make the inclusion of NO_META dependent on the versio...
2004-12-07 Tony Cookupdate information about giflib bugs
2004-12-06 Tony Cook- image.h had no prototype for i_ft2_bbox_r() and it...
2004-12-06 Tony Cook- tools/imager has been removed from the MANIFEST,...
2004-12-02 Tony Cook- some tests were using $Config{ivsize} when they shoul...
2004-12-02 Tony Cook- i_readraw_wiol() now checks for image creation failure
2004-12-02 Tony Cook- quant.c now checks for integer overflow allocating...
2004-12-02 Tony Cook- test t/t35ttfont.t no longer requires TTFONTTEST...
2004-11-30 Tony Cook- set i_format to tiff when reading tiff images and...
next