]> git.imager.perl.org - imager.git/log
imager.git
13 years ago[rt #69242] don't leak memory when setscanline() is called with a bad palette index
Tony Cook [Mon, 15 Aug 2011 10:56:33 +0000 (20:56 +1000)]
[rt #69242] don't leak memory when setscanline() is called with a bad palette index

13 years ago[rt #69170] update the bundled Devel::CheckLib with original dist changes
Tony Cook [Mon, 15 Aug 2011 09:54:23 +0000 (19:54 +1000)]
[rt #69170] update the bundled Devel::CheckLib with original dist changes

and merge my RT 60176 and 61645 changes back in.

13 years agofix TIFF test count to include the new ifd loop tests
Tony Cook [Mon, 15 Aug 2011 09:49:57 +0000 (19:49 +1000)]
fix TIFF test count to include the new ifd loop tests

13 years agonote the IFD loop fix
Tony Cook [Mon, 15 Aug 2011 09:21:05 +0000 (19:21 +1000)]
note the IFD loop fix

13 years ago[rt #69194] include more information in read()/write() error messages
Tony Cook [Fri, 12 Aug 2011 12:30:35 +0000 (22:30 +1000)]
[rt #69194] include more information in read()/write() error messages

13 years agoavoid looping badly on IFD loops in TIFF images, assuming a recent enough libtiff
Tony Cook [Mon, 15 Aug 2011 08:46:17 +0000 (18:46 +1000)]
avoid looping badly on IFD loops in TIFF images, assuming a recent enough libtiff

Switch to TIFFReadDirectory() instead of TIFFSetDirectory(), since
TIFFReadDirectory() does IFD loop detection.

Unfortunately it doesn't return an indication that there *is* a loop,
it just indicates the end of the chain, so we can't warn the caller
about the problem.

13 years ago[rt #69915] check image file limits when reading TIFF images
Tony Cook [Fri, 12 Aug 2011 13:36:16 +0000 (23:36 +1000)]
[rt #69915] check image file limits when reading TIFF images

13 years ago0.84_01 development release v0.84_01
Tony Cook [Mon, 8 Aug 2011 12:36:04 +0000 (22:36 +1000)]
0.84_01 development release

13 years agoavoid warning about gccversion being non-numeric
Tony Cook [Mon, 8 Aug 2011 12:21:28 +0000 (22:21 +1000)]
avoid warning about gccversion being non-numeric

13 years agoJPEG file format documentation (itu 81)
Tony Cook [Tue, 2 Aug 2011 01:55:03 +0000 (11:55 +1000)]
JPEG file format documentation (itu 81)

13 years agoswitch to using size_t and i_img_dim strictly
Tony Cook [Tue, 14 Jun 2011 13:32:14 +0000 (23:32 +1000)]
switch to using size_t and i_img_dim strictly

Also, use double instead of float where the value is used in
calculating a co-ordinate, since float may not be able to represent an
image ordinate with sufficient precision

13 years ago0.84 release v0.84
Tony Cook [Mon, 20 Jun 2011 12:20:40 +0000 (22:20 +1000)]
0.84 release

13 years agomore manifest updates
Tony Cook [Mon, 20 Jun 2011 11:52:19 +0000 (21:52 +1000)]
more manifest updates

13 years agoMerge branch 'master' of git://git.imager.perl.org/imager
Tony Cook [Mon, 20 Jun 2011 11:42:27 +0000 (21:42 +1000)]
Merge branch 'master' of git://git.imager.perl.org/imager

13 years agoupdate sub-manifests
Tony Cook [Mon, 20 Jun 2011 11:41:48 +0000 (21:41 +1000)]
update sub-manifests

13 years agocorrect type of length passed to i_utf8_advance()
Tony Cook [Mon, 20 Jun 2011 10:43:32 +0000 (20:43 +1000)]
correct type of length passed to i_utf8_advance()

13 years agomake it so we can release sub-dists from the Imager git tree
Tony Cook [Mon, 20 Jun 2011 10:23:17 +0000 (20:23 +1000)]
make it so we can release sub-dists from the Imager git tree

13 years agoadd Devel::CheckLib to each sub-module and ensure it stays packaged
Tony Cook [Sat, 18 Jun 2011 13:48:57 +0000 (23:48 +1000)]
add Devel::CheckLib to each sub-module and ensure it stays packaged

13 years agobump sub-module versions
Tony Cook [Sat, 18 Jun 2011 13:29:56 +0000 (23:29 +1000)]
bump sub-module versions

13 years agobinmode lib/Imager/APIRef.pod to avoid diffs from line endings
Tony Cook [Wed, 15 Jun 2011 13:13:32 +0000 (23:13 +1000)]
binmode lib/Imager/APIRef.pod to avoid diffs from line endings

13 years agofix ignores for Win32
Tony Cook [Wed, 15 Jun 2011 13:20:10 +0000 (23:20 +1000)]
fix ignores for Win32

13 years agoremove META.yml from MANIFEST, make dist adds it back in for the real dist
Tony Cook [Sat, 18 Jun 2011 13:15:38 +0000 (23:15 +1000)]
remove META.yml from MANIFEST, make dist adds it back in for the real dist

13 years agoavoid warnings from comparing a dev version number from Exporter
Tony Cook [Wed, 15 Jun 2011 12:12:48 +0000 (22:12 +1000)]
avoid warnings from comparing a dev version number from Exporter

13 years agocorrect the API i_get_image_file_limits() macro
Tony Cook [Tue, 14 Jun 2011 13:31:17 +0000 (23:31 +1000)]
correct the API i_get_image_file_limits() macro

13 years agoreport the mismatched version numbers if the Imager API version doesn't match
Tony Cook [Tue, 14 Jun 2011 13:30:45 +0000 (23:30 +1000)]
report the mismatched version numbers if the Imager API version doesn't match

13 years agothe PERL_INITIALIZE_IMAGER_PERL_CALLBACKS was checking the wrong version number
Tony Cook [Mon, 13 Jun 2011 07:30:05 +0000 (17:30 +1000)]
the PERL_INITIALIZE_IMAGER_PERL_CALLBACKS was checking the wrong version number

It was checking the general API version instead of the perl specific
version numbers

13 years agoprogressive JPEG support
Tony Cook [Wed, 8 Jun 2011 12:25:45 +0000 (22:25 +1000)]
progressive JPEG support

13 years agoreplace (imager|tony)@imager.perl.org with tonyc@cpan.org
Tony Cook [Wed, 8 Jun 2011 09:10:08 +0000 (19:10 +1000)]
replace (imager|tony)@imager.perl.org with tonyc@cpan.org

I plan to stop receiving mail on imager.perl.org eventually.  Give
myself a smaller attack surface for spammers.

13 years agocheck Affix::Infix2Postfix is available before testing transform()
Tony Cook [Mon, 30 May 2011 11:45:19 +0000 (21:45 +1000)]
check Affix::Infix2Postfix is available before testing transform()

13 years ago[RT #67912] writing GIFs now always uses the generated (or supplied) colors
Tony Cook [Fri, 27 May 2011 12:45:52 +0000 (22:45 +1000)]
[RT #67912] writing GIFs now always uses the generated (or supplied) colors

13 years ago[RT #68508] do error diffusion on gray scale if the supplied palette is all gray
Tony Cook [Mon, 30 May 2011 10:22:09 +0000 (20:22 +1000)]
[RT #68508] do error diffusion on gray scale if the supplied palette is all gray

13 years agosplit 8-bit image implementation out of the megafile image.c
Tony Cook [Wed, 25 May 2011 13:52:03 +0000 (23:52 +1000)]
split 8-bit image implementation out of the megafile image.c

13 years agoJFIF file spec
Tony Cook [Mon, 23 May 2011 12:37:41 +0000 (22:37 +1000)]
JFIF file spec

13 years agoclean up test files by default for some more test scripts
Tony Cook [Mon, 23 May 2011 12:22:23 +0000 (22:22 +1000)]
clean up test files by default for some more test scripts

13 years agoconvert t/t55trans.t to Test::More
Tony Cook [Mon, 23 May 2011 12:00:14 +0000 (22:00 +1000)]
convert t/t55trans.t to Test::More

13 years agoconvert t/t05error.t to Test::More
Tony Cook [Mon, 23 May 2011 11:47:00 +0000 (21:47 +1000)]
convert t/t05error.t to Test::More

13 years agono longer export anything by default
Tony Cook [Mon, 23 May 2011 11:14:04 +0000 (21:14 +1000)]
no longer export anything by default

https://rt.cpan.org/Ticket/Display.html?id=65228

13 years agoadd to_rgb_double() method
Tony Cook [Mon, 23 May 2011 10:52:25 +0000 (20:52 +1000)]
add to_rgb_double() method

https://rt.cpan.org/Ticket/Display.html?id=65101

13 years agotest and add error reporting to to_*() family methods
Tony Cook [Mon, 23 May 2011 10:50:56 +0000 (20:50 +1000)]
test and add error reporting to to_*() family methods

13 years agore-work META.yml validation and fix the detected errors
Tony Cook [Mon, 23 May 2011 10:13:00 +0000 (20:13 +1000)]
re-work META.yml validation and fix the detected errors

13 years agore-work document and test Imager's logging facility
Tony Cook [Sat, 21 May 2011 04:29:57 +0000 (14:29 +1000)]
re-work document and test Imager's logging facility

13 years agoremove useless #define
Tony Cook [Sat, 21 May 2011 03:04:58 +0000 (13:04 +1000)]
remove useless #define

13 years agoImager now avoids inheriting from Exporter
Tony Cook [Sat, 21 May 2011 02:56:59 +0000 (12:56 +1000)]
Imager now avoids inheriting from Exporter

we still do with old, old Exporters

13 years ago0.83 release v0.83
Tony Cook [Fri, 20 May 2011 14:04:01 +0000 (00:04 +1000)]
0.83 release

13 years agoproduce additional diagnostics on some TIFF tests
Tony Cook [Fri, 20 May 2011 13:59:30 +0000 (23:59 +1000)]
produce additional diagnostics on some TIFF tests

Intended to help track down the problem with:

http://www.cpantesters.org/cpan/report/6396db1e-8090-11e0-9682-112b785ebe45

13 years ago0.82_01 development release v0.82_01
Tony Cook [Tue, 17 May 2011 11:12:38 +0000 (21:12 +1000)]
0.82_01 development release

13 years agotest coverage and fix pass for compose()
Tony Cook [Fri, 18 Feb 2011 07:09:19 +0000 (18:09 +1100)]
test coverage and fix pass for compose()

went from ~10% coverage to 100% coverage including both 8-bit and
double/sample code paths.

13 years agoallow box() to accept floating colors for filling areas
Tony Cook [Mon, 16 May 2011 12:51:32 +0000 (22:51 +1000)]
allow box() to accept floating colors for filling areas

13 years agoallow the preprocessor to omit #line directives
Tony Cook [Mon, 16 May 2011 12:45:02 +0000 (22:45 +1000)]
allow the preprocessor to omit #line directives

useful for checking coverage of both the 8-bit and double versions
of .im file source.

13 years agoadd an internal i_img_samef() and adapt is_imaged() to use it
Tony Cook [Mon, 16 May 2011 12:44:09 +0000 (22:44 +1000)]
add an internal i_img_samef() and adapt is_imaged() to use it

This makes the is_imaged() function more useful, since exact matching
on doubles is unlikely.

13 years agoupdate Changes for the T1 fix
Tony Cook [Mon, 9 May 2011 09:19:34 +0000 (19:19 +1000)]
update Changes for the T1 fix

13 years ago[RT #67963] make the check for a leading drive letter case insensitive
Tony Cook [Mon, 9 May 2011 08:57:25 +0000 (18:57 +1000)]
[RT #67963] make the check for a leading drive letter case insensitive

13 years agoupdate from the separate T1 distribution
Tony Cook [Mon, 9 May 2011 08:56:44 +0000 (18:56 +1000)]
update from the separate T1 distribution

simplifies comparison

14 years agotry to generate all coverage into the one cover_db
Tony Cook [Mon, 4 Apr 2011 11:31:41 +0000 (21:31 +1000)]
try to generate all coverage into the one cover_db

14 years ago0.82 release Imager-0.82
Tony Cook [Mon, 14 Mar 2011 12:15:02 +0000 (23:15 +1100)]
0.82 release

14 years agonote some changes which weren't noted
Tony Cook [Mon, 14 Mar 2011 12:12:09 +0000 (23:12 +1100)]
note some changes which weren't noted

14 years ago[RT #9675] add the library detection summary back in and improve it
Tony Cook [Mon, 14 Mar 2011 12:00:24 +0000 (23:00 +1100)]
[RT #9675] add the library detection summary back in and improve it

14 years ago[RT #65955] handle LD_RUN_PATH ignores with -rpath in lddlflags
Tony Cook [Mon, 14 Mar 2011 10:24:58 +0000 (21:24 +1100)]
[RT #65955] handle LD_RUN_PATH ignores with -rpath in lddlflags

Only handled for FT2 for now

14 years agotighten and fix the i_img_to_pal() test
Tony Cook [Mon, 14 Mar 2011 08:42:26 +0000 (19:42 +1100)]
tighten and fix the i_img_to_pal() test

14 years agochange the fallback for an unknown make_colors value to match the default
Tony Cook [Mon, 14 Mar 2011 08:30:53 +0000 (19:30 +1100)]
change the fallback for an unknown make_colors value to match the default

14 years agonote the link checker test
Tony Cook [Mon, 21 Feb 2011 10:13:20 +0000 (21:13 +1100)]
note the link checker test

14 years ago[RT #65749] add pod link check test and fix the broken links
Tony Cook [Mon, 21 Feb 2011 10:11:00 +0000 (21:11 +1100)]
[RT #65749] add pod link check test and fix the broken links

14 years ago[RT #65812] skip the threads tests on Test::More 2.00_*
Tony Cook [Fri, 18 Feb 2011 13:30:56 +0000 (00:30 +1100)]
[RT #65812] skip the threads tests on Test::More 2.00_*

14 years ago[RT #65864] eliminate calls to Test::More's note()
Tony Cook [Fri, 18 Feb 2011 13:15:35 +0000 (00:15 +1100)]
[RT #65864] eliminate calls to Test::More's note()

14 years ago[RT #65863] mostly eliminate i_has_format
Tony Cook [Fri, 18 Feb 2011 13:14:38 +0000 (00:14 +1100)]
[RT #65863] mostly eliminate i_has_format

14 years agoavoid using note() since it's not in older Test::More and I don't want
Tony Cook [Fri, 18 Feb 2011 07:27:17 +0000 (18:27 +1100)]
avoid using note() since it's not in older Test::More and I don't want
to depend on the newer version that has it

14 years agochange version to avoid indexer confusion
Tony Cook [Mon, 14 Feb 2011 08:29:50 +0000 (19:29 +1100)]
change version to avoid indexer confusion

14 years ago0.81 release Imager-0.81
Tony Cook [Mon, 14 Feb 2011 08:19:41 +0000 (19:19 +1100)]
0.81 release

14 years ago[rt.cpan.org #65391] test/fix transform2 sat op
Tony Cook [Mon, 14 Feb 2011 08:07:54 +0000 (19:07 +1100)]
[rt.cpan.org #65391] test/fix transform2 sat op

14 years agofile moved, it doesn't belong here anymore
Tony Cook [Sat, 12 Feb 2011 08:15:22 +0000 (19:15 +1100)]
file moved, it doesn't belong here anymore

14 years ago[rt.cpan.org #65665] add the preload class method
Tony Cook [Sat, 12 Feb 2011 02:10:05 +0000 (13:10 +1100)]
[rt.cpan.org #65665] add the preload class method

14 years agobump Imager::Font version
Tony Cook [Sun, 6 Feb 2011 01:53:22 +0000 (12:53 +1100)]
bump Imager::Font version

14 years agochange note for splitting T1 out
Tony Cook [Sun, 6 Feb 2011 01:51:43 +0000 (12:51 +1100)]
change note for splitting T1 out

14 years agot1 no longer needs a type check
Tony Cook [Sun, 6 Feb 2011 01:03:45 +0000 (12:03 +1100)]
t1 no longer needs a type check

14 years agoremove duplicate mkdir testout/ from rebase
Tony Cook [Thu, 3 Feb 2011 09:35:04 +0000 (20:35 +1100)]
remove duplicate mkdir testout/ from rebase

14 years agomove t1lib font support to a separate module
Tony Cook [Thu, 3 Feb 2011 06:49:17 +0000 (17:49 +1100)]
move t1lib font support to a separate module

14 years agohandle a slightly different warning from libtiff 4.x
Tony Cook [Sat, 5 Feb 2011 03:28:55 +0000 (14:28 +1100)]
handle a slightly different warning from libtiff 4.x

14 years agoRT#65088 make sure each test script that needs testout/ creates it
Tony Cook [Thu, 3 Feb 2011 09:25:53 +0000 (20:25 +1100)]
RT#65088 make sure each test script that needs testout/ creates it

14 years agofix formatting and spelling to match the rest
Tony Cook [Thu, 3 Feb 2011 09:20:31 +0000 (20:20 +1100)]
fix formatting and spelling to match the rest

14 years agoupdate Changes with Leolo's patches
Tony Cook [Thu, 3 Feb 2011 07:29:15 +0000 (18:29 +1100)]
update Changes with Leolo's patches

14 years agowhitespace cleanup
Tony Cook [Thu, 3 Feb 2011 07:26:51 +0000 (18:26 +1100)]
whitespace cleanup

14 years ago[rt.cpan.org #65385] Patch for Imager::Color->hsv
Philip Gwyn [Thu, 3 Feb 2011 07:21:05 +0000 (18:21 +1100)]
[rt.cpan.org #65385] Patch for Imager::Color->hsv

14 years ago[rt.cpan.org #65386] really fix #62885
Philip Gwyn [Thu, 3 Feb 2011 06:54:43 +0000 (17:54 +1100)]
[rt.cpan.org #65386] really fix #62885

14 years agoexpand the matrix multiply overload to allow mult by array ref or number
Tony Cook [Mon, 24 Jan 2011 11:32:09 +0000 (22:32 +1100)]
expand the matrix multiply overload to allow mult by array ref or number

14 years ago[rt.cpan.org #29938] add matrix() method to Imager::Matrix2d
Tony Cook [Sun, 23 Jan 2011 12:12:34 +0000 (23:12 +1100)]
[rt.cpan.org #29938] add matrix() method to Imager::Matrix2d

14 years ago[rt.cpan.org #56513] update filter plugins documentation
Tony Cook [Sun, 23 Jan 2011 11:54:26 +0000 (22:54 +1100)]
[rt.cpan.org #56513] update filter plugins documentation

14 years agoadd test coverage for masked images and fix a bug found by that
Tony Cook [Sat, 15 Jan 2011 04:36:16 +0000 (15:36 +1100)]
add test coverage for masked images and fix a bug found by that

14 years ago0.80 release Imager-0.80
Tony Cook [Mon, 17 Jan 2011 07:57:58 +0000 (18:57 +1100)]
0.80 release

14 years agoupdate revision control urls in Makefile.PL, update Changes
Tony Cook [Mon, 17 Jan 2011 07:36:52 +0000 (18:36 +1100)]
update revision control urls in Makefile.PL, update Changes

14 years ago[rt.cpan.org #64785] GIF encoding is very slower on Imager 0.78+
Tony Cook [Sat, 15 Jan 2011 02:26:49 +0000 (13:26 +1100)]
[rt.cpan.org #64785] GIF encoding is very slower on Imager 0.78+

The various backward compatibility hacks in Imager.pm's gif handling
were removed with the switch to a separate module, but this means that
the original default of using a median cut palette builder was removed.

The addi algorithm is slow enough that I'd prefer that people have to
select it manually, so change the global quant default to median cut.

14 years agoconvert t/t020masked.t to Test::More
Tony Cook [Tue, 11 Jan 2011 08:20:12 +0000 (19:20 +1100)]
convert t/t020masked.t to Test::More

14 years agoimprove coverage testing Imager::Color::Float and fix a bug
Tony Cook [Mon, 10 Jan 2011 11:16:22 +0000 (22:16 +1100)]
improve coverage testing Imager::Color::Float and fix a bug

14 years agoimprove test coverage of Imager::Fountain
Tony Cook [Mon, 10 Jan 2011 10:31:37 +0000 (21:31 +1100)]
improve test coverage of Imager::Fountain

14 years agoignore coverage test debris
Tony Cook [Mon, 10 Jan 2011 09:42:32 +0000 (20:42 +1100)]
ignore coverage test debris

14 years agofix SYNOPSIS code to make the variable names match
Robin 'cheese' Lee [Mon, 10 Jan 2011 08:54:29 +0000 (19:54 +1100)]
fix SYNOPSIS code to make the variable names match

Thanks to Robin 'cheese' Lee <cheeselee@fedoraproject.org>

14 years agoignore build and test products
Tony Cook [Mon, 10 Jan 2011 08:52:07 +0000 (19:52 +1100)]
ignore build and test products

14 years ago - images with an translucent alpha channel were not scaled correctly
Tony Cook [Thu, 16 Dec 2010 12:49:35 +0000 (12:49 +0000)]
 - images with an translucent alpha channel were not scaled correctly
   by the default (qtype=normal) scaling method.
   https://rt.cpan.org/Public/Bug/Display.html?id=63922

14 years agoImager 0.79 release Imager-0.79
Tony Cook [Sat, 11 Dec 2010 01:10:10 +0000 (01:10 +0000)]
Imager 0.79 release

14 years agoupdate the MANIFEST and MANIFEST.SKIP
Tony Cook [Sat, 11 Dec 2010 00:45:38 +0000 (00:45 +0000)]
update the MANIFEST and MANIFEST.SKIP

14 years agodon't include .SKIP either
Tony Cook [Fri, 10 Dec 2010 22:52:36 +0000 (22:52 +0000)]
don't include .SKIP either