]> git.imager.perl.org - imager.git/history - Imager.xs
0.87 release
[imager.git] / Imager.xs
2012-01-03 Tony Cookdon't pass a ssize_t to a %d format string
2011-11-21 Tony Cook[rt #67911] add gray, gray4, gray16 preset color palettes
2011-10-17 Tony Cookfix what I broke in 91abfd10e623
2011-10-17 Tony Cookprovide XS OUTPUT clauses for i_transform2/i_transform
2011-10-14 Tony Cook[rt #69158] *_has_chars() now returns PL_sv_yes/PL_sv_no
2011-10-14 Tony Cookadd extra ppport.h configuration to support older perls
2011-10-13 Tony Cook[rt #71653] i_log_entry() used the supplied string...
2011-10-10 Tony CookMerge the I/O buffering branch
2011-08-15 Tony Cook[rt #69242] don't leak memory when setscanline() is...
2011-08-08 Tony Cookswitch to using size_t and i_img_dim strictly
2011-05-23 Tony Cookadd to_rgb_double() method
2011-05-21 Tony Cookre-work document and test Imager's logging facility
2011-05-21 Tony Cookremove useless #define
2011-05-16 Tony Cookallow box() to accept floating colors for filling areas
2011-05-16 Tony Cookadd an internal i_img_samef() and adapt is_imaged(...
2011-03-14 Tony Cookchange the fallback for an unknown make_colors value...
2011-02-18 Tony Cook[RT #65863] mostly eliminate i_has_format
2011-02-06 Tony Cookmove t1lib font support to a separate module
2011-01-15 Tony Cook[rt.cpan.org #64785] GIF encoding is very slower on...
2010-10-31 Tony Cookadd the combine method
2010-10-23 Tony Cookreorganize convert.c to convert.im
2010-09-25 Tony CookMove freetype 2 support into its own module
2010-09-16 Tony Cookmove win32 font support in a new directory, and use...
2010-09-06 Tony Cookmore optimization - pretty minor returns
2010-09-05 Tony Cookoptimize filled box drawing
2010-08-31 Tony Cookmove JPEG into it's own module
2010-08-25 Tony Cookmove TIFF into its own module
2010-08-23 Tony Cookmove the GIF file handling code into a sub-module
2010-08-06 Tony Cookmerge PNG branch and some clean-up
2010-08-03 Tony Cookadd the hardinvertall filter
2010-07-03 Tony Cookreading multi-image PNM files
2010-06-20 Tony Cookmerge the thickline branch polygon fix
2010-05-06 Tony Cook - use PERL_NO_GET_CONTEXT to slightly improve performa...
2010-02-25 Tony Cookmerge circle outline branch
2009-11-30 Tony Cookprevent double frees when Imager is loaded when threads...
2009-11-24 Tony Cook - use scanline oriented operations to flip images...
2009-11-06 Tony Cookadd opacity adaption fills
2009-09-28 Tony Cook - the conv filter now enforces that the sum of the...
2009-01-15 Tony Cook - correct documentation of default of raw image interl...
2008-12-11 Tony Cook - corrected a reference leak where writing GIFs would...
2008-11-19 Tony Cookavoid a leaked reference if we create the colors array...
2008-03-25 Tony Cookcommit changes from draw branch
2007-12-06 Tony Cookrearrange dynaload code to avoid some OS X issues
2007-11-26 Tony Cookmerge in tiff re-work branch
2007-08-29 Tony Cookbuild under c89
2007-08-27 Tony Cookcompiler warning cleanup
2007-08-25 Tony Cookadded cleanup, documentation, further tests and graysca...
2007-08-24 Tony CookGabriel Vasseur's patch, corrected just enough for...
2007-08-01 Tony Cookallow Imager to be loaded on Windows 98
2007-07-31 Tony Cook - transparency is now enabled by default when writing...
2007-07-31 Tony Cook - Finished/rewrote Arnar's old SGI RGB file format...
2007-06-26 Tony Cook - to avoid confusion, channels not present in the...
2007-04-14 Tony Cookdocument the difference() method's mindist parameter...
2007-04-08 Tony Cookadd to_rgb16 method
2007-01-30 Tony Cookchange C<allow_partial> to C<allow_incomplete> to match...
2006-12-30 Tony CookVarious changes:
2006-11-19 Tony Cookavoid various compiler warnings
2006-11-06 Tony Cookadded tests for the overflowing box changes, fix draw
2006-10-25 Tony Cookuse SvPV to get the length of text to draw rather than...
2006-10-19 Tony CookAdd UTF8 support to the Win32 font driver
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 Cookthere was a C< *(char *)0 = 0 > left in a code path...
2006-07-04 Tony Cookupdate to a newer ppport.h and modify Imager.xs a bit...
2006-06-30 Tony Cookadd more iolayer tests
2006-06-27 Tony Cookimplement a flood_fill that stops at a given color...
2006-06-26 Tony Cookadd support for file write plugins
2006-03-23 Tony Cook- added support for registering file readers
2006-03-22 Tony CookMore iolayers work:
2006-03-16 Tony Cookmore iolayer goodness:
2006-03-15 Tony Cookio_glue_destroy() now uses an extra callback to handle...
2006-03-11 Tony Cookrename some private functions to private names
2006-03-05 Tony Cook- i_gsampf() (used to implement getsamples() for floati...
2006-03-01 Tony Cook- removed unused hashinfo() function from Imager.xs
2006-02-17 Tony Cook- more memory allocation integer overflow auditing
2006-02-05 Tony Cook- smarter warning removal
2006-01-30 Tony Cook- eliminate many -Wall warnings
2006-01-10 Tony Cook- start of external Imager API access:
2005-12-07 Tony Cook- added experimental EXIF decoding when reading JPEG...
2005-11-26 Tony Cook- arc(..., fill=> ...) wasn't handling concave areas...
2005-10-27 Tony Cook- INCOMPATIBLE CHANGE:
2005-10-19 Tony Cookadd page parameter to read() method when reading TIFF...
2005-09-08 Tony Cook- implement getscanline(), setscanline() and getsamples...
2005-08-24 Tony Cook- convert t/t107bmp.t to Test::More
2005-08-04 Tony Cook- remove old #if 0 code from Imager.xs
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-26 Tony Cook- Imager::Font::BBox objects now have right_bearing...
2005-03-16 Tony Cook- added README for samples directory, describes interle...
2005-01-24 Tony Cook- eliminate unused variables and static functions
2005-01-01 Tony Cook- added trivial multiple master support via the FT2...
2004-12-02 Tony Cookprevent warning from size difference on some platforms
2004-10-18 Tony Cook- the XS code for i_tt_glyph_name() used unsigned char...
2004-10-18 Tony Cook- the FT2 glyph_names() method didn't do correct error...
2004-09-10 Tony Cook - the image resulting from a crop is now the...
2004-09-05 Tony Cook - the rotate() and matrix_transform() methods...
2004-09-05 Tony Cook - previously, if you supplied to_paletted and...
2004-08-08 Tony Cook - the Win32 font driver now uses DEFAULT_CHARSE...
2004-07-13 Tony Cook - moved some variable definitions to the right...
next