2012-09-29 |
Tony Cook | [rt #79922] catch an invalid matrix supplied to convert() |
blob | commitdiff | raw |
2012-09-29 |
Tony Cook | revert threading changes, they aren't ready for the... |
blob | commitdiff | raw | diff to current |
2012-09-11 |
Tony Cook | improved thread safety for Imager |
blob | commitdiff | raw | diff to current |
2012-09-10 |
Tony Cook | support threading with Imager's Freetype 1.x driver |
blob | commitdiff | raw | diff to current |
2012-08-14 |
Tony Cook | fix C89 and non-threaded builds |
blob | commitdiff | raw | diff to current |
2012-08-14 |
Tony Cook | remove more unused variable warnings |
blob | commitdiff | raw | diff to current |
2012-08-14 |
Tony Cook | implement reference counting for context objects |
blob | commitdiff | raw | diff to current |
2012-08-14 |
Tony Cook | WIP, OMG it works |
blob | commitdiff | raw | diff to current |
2012-08-13 |
Tony Cook | remove various dangerous functions from the XS interface |
blob | commitdiff | raw | diff to current |
2012-06-04 |
Tony Cook | added the check_file_limits() method to Imager |
blob | commitdiff | raw | diff to current |
2012-05-11 |
Tony Cook | elimintate IIM_new and IIM_DESTROY from Imager's internals |
blob | commitdiff | raw | diff to current |
2012-04-25 |
Tony Cook | [rt #76782] improve documentation and error reporting... |
blob | commitdiff | raw | diff to current |
2012-02-16 |
Tony Cook | Merge branch 'psamp' |
blob | commitdiff | raw | diff to current |
2012-02-14 |
Tony Cook | add offset and width parameters to setsamples() for... |
blob | commitdiff | raw | diff to current |
2012-02-13 |
Tony Cook | initial XS interfaces to i_psamp()/i_psampf() |
blob | commitdiff | raw | diff to current |
2012-02-12 |
Tony Cook | re-work XS handling of channel lists |
blob | commitdiff | raw | diff to current |
2012-01-03 |
Tony Cook | don't pass a ssize_t to a %d format string |
blob | commitdiff | raw | diff to current |
2011-11-21 |
Tony Cook | [rt #67911] add gray, gray4, gray16 preset color palettes |
blob | commitdiff | raw | diff to current |
2011-10-17 |
Tony Cook | fix what I broke in 91abfd10e623 |
blob | commitdiff | raw | diff to current |
2011-10-17 |
Tony Cook | provide XS OUTPUT clauses for i_transform2/i_transform |
blob | commitdiff | raw | diff to current |
2011-10-14 |
Tony Cook | [rt #69158] *_has_chars() now returns PL_sv_yes/PL_sv_no |
blob | commitdiff | raw | diff to current |
2011-10-14 |
Tony Cook | add extra ppport.h configuration to support older perls |
blob | commitdiff | raw | diff to current |
2011-10-13 |
Tony Cook | [rt #71653] i_log_entry() used the supplied string... |
blob | commitdiff | raw | diff to current |
2011-10-10 |
Tony Cook | Merge the I/O buffering branch |
blob | commitdiff | raw | diff to current |
2011-08-15 |
Tony Cook | [rt #69242] don't leak memory when setscanline() is... |
blob | commitdiff | raw | diff to current |
2011-08-08 |
Tony Cook | switch to using size_t and i_img_dim strictly |
blob | commitdiff | raw | diff to current |
2011-05-23 |
Tony Cook | add to_rgb_double() method |
blob | commitdiff | raw | diff to current |
2011-05-21 |
Tony Cook | re-work document and test Imager's logging facility |
blob | commitdiff | raw | diff to current |
2011-05-21 |
Tony Cook | remove useless #define |
blob | commitdiff | raw | diff to current |
2011-05-16 |
Tony Cook | allow box() to accept floating colors for filling areas |
blob | commitdiff | raw | diff to current |
2011-05-16 |
Tony Cook | add an internal i_img_samef() and adapt is_imaged(... |
blob | commitdiff | raw | diff to current |
2011-03-14 |
Tony Cook | change the fallback for an unknown make_colors value... |
blob | commitdiff | raw | diff to current |
2011-02-18 |
Tony Cook | [RT #65863] mostly eliminate i_has_format |
blob | commitdiff | raw | diff to current |
2011-02-06 |
Tony Cook | move t1lib font support to a separate module |
blob | commitdiff | raw | diff to current |
2011-01-15 |
Tony Cook | [rt.cpan.org #64785] GIF encoding is very slower on... |
blob | commitdiff | raw | diff to current |
2010-10-31 |
Tony Cook | add the combine method |
blob | commitdiff | raw | diff to current |
2010-10-23 |
Tony Cook | reorganize convert.c to convert.im |
blob | commitdiff | raw | diff to current |
2010-09-25 |
Tony Cook | Move freetype 2 support into its own module |
blob | commitdiff | raw | diff to current |
2010-09-16 |
Tony Cook | move win32 font support in a new directory, and use... |
blob | commitdiff | raw | diff to current |
2010-09-06 |
Tony Cook | more optimization - pretty minor returns |
blob | commitdiff | raw | diff to current |
2010-09-05 |
Tony Cook | optimize filled box drawing |
blob | commitdiff | raw | diff to current |
2010-08-31 |
Tony Cook | move JPEG into it's own module |
blob | commitdiff | raw | diff to current |
2010-08-25 |
Tony Cook | move TIFF into its own module |
blob | commitdiff | raw | diff to current |
2010-08-23 |
Tony Cook | move the GIF file handling code into a sub-module |
blob | commitdiff | raw | diff to current |
2010-08-06 |
Tony Cook | merge PNG branch and some clean-up |
blob | commitdiff | raw | diff to current |
2010-08-03 |
Tony Cook | add the hardinvertall filter |
blob | commitdiff | raw | diff to current |
2010-07-03 |
Tony Cook | reading multi-image PNM files |
blob | commitdiff | raw | diff to current |
2010-06-20 |
Tony Cook | merge the thickline branch polygon fix |
blob | commitdiff | raw | diff to current |
2010-05-06 |
Tony Cook | - use PERL_NO_GET_CONTEXT to slightly improve performa... |
blob | commitdiff | raw | diff to current |
2010-02-25 |
Tony Cook | merge circle outline branch |
blob | commitdiff | raw | diff to current |
2009-11-30 |
Tony Cook | prevent double frees when Imager is loaded when threads... |
blob | commitdiff | raw | diff to current |
2009-11-24 |
Tony Cook | - use scanline oriented operations to flip images... |
blob | commitdiff | raw | diff to current |
2009-11-06 |
Tony Cook | add opacity adaption fills |
blob | commitdiff | raw | diff to current |
2009-09-28 |
Tony Cook | - the conv filter now enforces that the sum of the... |
blob | commitdiff | raw | diff to current |
2009-01-15 |
Tony Cook | - correct documentation of default of raw image interl... |
blob | commitdiff | raw | diff to current |
2008-12-11 |
Tony Cook | - corrected a reference leak where writing GIFs would... |
blob | commitdiff | raw | diff to current |
2008-11-19 |
Tony Cook | avoid a leaked reference if we create the colors array... |
blob | commitdiff | raw | diff to current |
2008-03-25 |
Tony Cook | commit changes from draw branch |
blob | commitdiff | raw | diff to current |
2007-12-06 |
Tony Cook | rearrange dynaload code to avoid some OS X issues |
blob | commitdiff | raw | diff to current |
2007-11-26 |
Tony Cook | merge in tiff re-work branch |
blob | commitdiff | raw | diff to current |
2007-08-29 |
Tony Cook | build under c89 |
blob | commitdiff | raw | diff to current |
2007-08-27 |
Tony Cook | compiler warning cleanup |
blob | commitdiff | raw | diff to current |
2007-08-25 |
Tony Cook | added cleanup, documentation, further tests and graysca... |
blob | commitdiff | raw | diff to current |
2007-08-24 |
Tony Cook | Gabriel Vasseur's patch, corrected just enough for... |
blob | commitdiff | raw | diff to current |
2007-08-01 |
Tony Cook | allow Imager to be loaded on Windows 98 |
blob | commitdiff | raw | diff to current |
2007-07-31 |
Tony Cook | - transparency is now enabled by default when writing... |
blob | commitdiff | raw | diff to current |
2007-07-31 |
Tony Cook | - Finished/rewrote Arnar's old SGI RGB file format... |
blob | commitdiff | raw | diff to current |
2007-06-26 |
Tony Cook | - to avoid confusion, channels not present in the... |
blob | commitdiff | raw | diff to current |
2007-04-14 |
Tony Cook | document the difference() method's mindist parameter... |
blob | commitdiff | raw | diff to current |
2007-04-08 |
Tony Cook | add to_rgb16 method |
blob | commitdiff | raw | diff to current |
2007-01-30 |
Tony Cook | change C<allow_partial> to C<allow_incomplete> to match... |
blob | commitdiff | raw | diff to current |
2006-12-30 |
Tony Cook | Various changes: |
blob | commitdiff | raw | diff to current |
2006-11-19 |
Tony Cook | avoid various compiler warnings |
blob | commitdiff | raw | diff to current |
2006-11-06 |
Tony Cook | added tests for the overflowing box changes, fix draw |
blob | commitdiff | raw | diff to current |
2006-10-25 |
Tony Cook | use SvPV to get the length of text to draw rather than... |
blob | commitdiff | raw | diff to current |
2006-10-19 |
Tony Cook | Add UTF8 support to the Win32 font driver |
blob | commitdiff | raw | diff to current |
2006-08-18 |
Tony Cook | Merged in the scale branch: |
blob | commitdiff | raw | diff to current |
2006-08-15 |
Tony Cook | added pixel type 'index' to getscanline() and setscanli... |
blob | commitdiff | raw | diff to current |
2006-07-27 |
Tony Cook | there was a C< *(char *)0 = 0 > left in a code path... |
blob | commitdiff | raw | diff to current |
2006-07-04 |
Tony Cook | update to a newer ppport.h and modify Imager.xs a bit... |
blob | commitdiff | raw | diff to current |
2006-06-30 |
Tony Cook | add more iolayer tests |
blob | commitdiff | raw | diff to current |
2006-06-27 |
Tony Cook | implement a flood_fill that stops at a given color... |
blob | commitdiff | raw | diff to current |
2006-06-26 |
Tony Cook | add support for file write plugins |
blob | commitdiff | raw | diff to current |
2006-03-23 |
Tony Cook | - added support for registering file readers |
blob | commitdiff | raw | diff to current |
2006-03-22 |
Tony Cook | More iolayers work: |
blob | commitdiff | raw | diff to current |
2006-03-16 |
Tony Cook | more iolayer goodness: |
blob | commitdiff | raw | diff to current |
2006-03-15 |
Tony Cook | io_glue_destroy() now uses an extra callback to handle... |
blob | commitdiff | raw | diff to current |
2006-03-11 |
Tony Cook | rename some private functions to private names |
blob | commitdiff | raw | diff to current |
2006-03-05 |
Tony Cook | - i_gsampf() (used to implement getsamples() for floati... |
blob | commitdiff | raw | diff to current |
2006-03-01 |
Tony Cook | - removed unused hashinfo() function from Imager.xs |
blob | commitdiff | raw | diff to current |
2006-02-17 |
Tony Cook | - more memory allocation integer overflow auditing |
blob | commitdiff | raw | diff to current |
2006-02-05 |
Tony Cook | - smarter warning removal |
blob | commitdiff | raw | diff to current |
2006-01-30 |
Tony Cook | - eliminate many -Wall warnings |
blob | commitdiff | raw | diff to current |
2006-01-10 |
Tony Cook | - start of external Imager API access: |
blob | commitdiff | raw | diff to current |
2005-12-07 |
Tony Cook | - added experimental EXIF decoding when reading JPEG... |
blob | commitdiff | raw | diff to current |
2005-11-26 |
Tony Cook | - arc(..., fill=> ...) wasn't handling concave areas... |
blob | commitdiff | raw | diff to current |
2005-10-27 |
Tony Cook | - INCOMPATIBLE CHANGE: |
blob | commitdiff | raw | diff to current |
2005-10-19 |
Tony Cook | add page parameter to read() method when reading TIFF... |
blob | commitdiff | raw | diff to current |
2005-09-08 |
Tony Cook | - implement getscanline(), setscanline() and getsamples... |
blob | commitdiff | raw | diff to current |
2005-08-24 |
Tony Cook | - convert t/t107bmp.t to Test::More |
blob | commitdiff | raw | diff to current |
next |