]> git.imager.perl.org - imager.git/shortlog
imager.git
2012-05-24 Tony Cook[rt #77173] improve error reporting on an API version...
2012-05-11 Tony Cookelimintate IIM_new and IIM_DESTROY from Imager's internals
2012-05-11 Tony Cookyes 0.90 has been released
2012-04-30 Tony Cook0.90 release v0.90
2012-04-30 Tony Cookupdate PNG Changes/.pm for release
2012-04-29 Tony CookMerge branch 'png'
2012-04-29 Tony CookPNG re-work: prepare for merge
2012-04-29 Tony CookPNG re-work: finish up the tag documentation
2012-04-29 Tony CookPNG re-work: start documenting new tags
2012-04-29 Tony CookPNG re-work: saving imager tags as PNG chunks
2012-04-29 Tony CookPNG re-work: fix line length calculations for pngdump.pl
2012-04-29 Tony CookPNG re-work: process the bKGD chunk into an i_backgroun...
2012-04-29 Tony CookPNG re-work: test tags from PNG reads and re-work a...
2012-04-29 Tony CookPNG re-work: ignore some build and test detritus for...
2012-04-29 Tony CookPNG re-work: update pngdump.pl to dump IDAT data
2012-04-29 Tony CookPNG re-work: avoid the comment in qw() warning
2012-04-29 Tony CookPNG re-work: update Changes for the most recent changes
2012-04-29 Tony CookPNG-rework: forward png flush output through to i_io_fl...
2012-04-29 Tony CookPNG re-work: support writing 16-bit/sample images
2012-04-29 Tony CookPNG re-work: handle writing bilevel files
2012-04-29 Tony CookPNG re-work: paletted file writes
2012-04-29 Tony CookPNG re-work: split out write handling
2012-04-29 Tony CookPNG re-work: collect more text tags
2012-04-29 Tony CookPNG re-work: remove unused variables
2012-04-29 Tony CookPNG re-work: test results of new and old read handlers
2012-04-29 Tony CookPNG re-work: expand the pngdump.pl tool a bit
2012-04-29 Tony CookPNG re-work: add more test images and fix the PNG/...
2012-04-29 Tony CookPNG re-work: change note for the previous + some TODO
2012-04-29 Tony CookPNG re-work: read 16-bit PNG as 16-bit
2012-04-29 Tony CookPNG re-work: read 1 bit grey images as the common inter...
2012-04-29 Tony CookPNG re-work: implement paletted read
2012-04-29 Tony CookPNG re-work: remove obsolete comment and the associated...
2012-04-29 Tony CookPNG re-work: remove direct image access
2012-04-29 Tony CookPNG re-work: simple structural dump script for PNG...
2012-04-29 Tony CookWIP PNG re-work
2012-04-29 Tony CookPNG re-work: save png_bits and png_interlace tags
2012-04-29 Tony CookPNG re-work: add more image type TODO tests
2012-04-29 Tony CookPNG re-work: simple tests for reading various images...
2012-04-29 Tony CookPNG re-work: test size limit handling of very wide...
2012-04-29 Tony CookPNG re-work: provide perl level access to the libpng...
2012-04-29 Tony CookPNG re-work: improve error reporting for PNG read/write
2012-04-29 Tony Cookignore some build detritus for the manifest
2012-04-29 Tony Cooki_get_file_background[f]?() now return int
2012-04-28 Tony Cookfix a typo
2012-04-28 Tony Cook[rt #74043] handle static linking of libpng with libz
2012-04-27 Tony Cookchange note for 535921f
2012-04-27 Tony Cook[rt #75869] make sure EU::MM can find libraries found...
2012-04-27 Tony Cookmore verbose probe output
2012-04-25 Tony CookPNG re-work: handle libpng 1.5 correctly
2012-04-25 Tony Cook[rt #76782] improve documentation and error reporting...
2012-04-24 Tony Cookchange notes for the BMP updates
2012-04-24 Tony Cookodd run lengths for BI_RLE4 compressed BMP files were...
2012-04-24 Tony Cookhandle odd-width BI_RLE4 width overflow
2012-04-23 Tony Cookreport basic information to the log for one scanline...
2012-04-23 Tony Cookunshipped regression tests for BMP files
2012-04-23 Tony Cookstart of a BMP file structure dumper
2012-04-23 Tony Cook[rt #76736] fix BI_BITFIELDS handling
2012-04-14 Tony Cookdocument the i_comment common tag
2012-04-14 Tony Cookre-work sample down-conversion to rounding
2012-04-14 Tony Cookchange note for 360e674ef3d
2012-04-14 Tony Cookfix the prototype for Imager::Test::is_imaged
2012-03-20 Tony Cookfix the brokeness introduced in 5ee60746
2012-03-18 Tony Cook0.89 release v0.89
2012-03-10 Tony Cook[rt #70388] debug mymalloc() no longer builds a string...
2012-03-09 Tony Cook[rt #75560] don't fallback to using DynaLoader when...
2012-03-05 Tony Cook[rt #71495] method index links now point at the method...
2012-03-05 Tony Cook[rt #75258] fix the utterly broken i_gpixf() for palett...
2012-02-25 Tony Cookcompare unpacked data to avoid unintelligble cpan teste...
2012-02-22 Tony CookImager 0.88 release v0.88
2012-02-19 Tony Cook[rt #73697] re-work getpixel() and setpixel()
2012-02-17 Tony Cooksplit Imager's typemap into internal, public and old...
2012-02-16 Tony CookMerge branch 'psamp'
2012-02-16 Tony CookChanges note for the psamp/setsamples work
2012-02-16 Tony Cookdocument setsamples() new capabilities
2012-02-14 Tony Cookadd offset and width parameters to setsamples() for...
2012-02-14 Tony Cookwe don't use D::C's pod coverage, don't collect it
2012-02-13 Tony CookOO API
2012-02-13 Tony Cookdon't supply a default for a missing channel list
2012-02-13 Tony Cooki_psamp()/i_psampf() coverage tests for paletted images
2012-02-13 Tony Cooki_psamp()/i_psampf() coverage tests for masked images
2012-02-13 Tony Cooki_psamp()/i_psampf() bad channel count tests
2012-02-13 Tony Cooki_psamp()/i_psampf() coverage tests for double/sample...
2012-02-13 Tony Cooki_psamp()/i_psampf() tests for 16-bit/sample images
2012-02-13 Tony Cookcoverage tests for 8-bits/sample psamp/psampf
2012-02-13 Tony Cookallow imcover.perl to specify a subset of tests to run
2012-02-13 Tony Cookinitial XS interfaces to i_psamp()/i_psampf()
2012-02-13 Tony Cookadd psamp(), psampf() to C image API
2012-02-12 Tony Cookre-work XS handling of channel lists
2012-02-12 Tony Cookchange note for getsamples(target) fix
2012-02-12 Tony Cook[rt #74882] fix getsamples(target => \@foo, ...)
2012-01-26 Tony Cook[rt #69244] remove long unused gif case from read
2012-01-23 Tony Cook[rt #70014] re-work win32 text output to work in normal...
2012-01-23 Tony Cookignore more generated files
2012-01-20 Tony Cooknote Debian inconsistency
2012-01-20 Tony Cookadd to the valid links list so the previous commit...
2012-01-20 Tony Cook[rt #73906] add some other image processing modules...
2012-01-20 Tony Cook[rt #69261] fix incorrect image size and color calculat...
2012-01-08 Tony Cookrotate.c -> rotate.im transition
2012-01-08 Tony Cookreformat the release date of 0.87
2012-01-05 Tony Cooklibungif support was removed in 0.77_01, note that
next