]>
git.imager.perl.org - imager.git/log
Tony Cook [Thu, 26 Mar 2015 06:01:08 +0000 (17:01 +1100)]
more types documentation for the API
Tony Cook [Thu, 26 Mar 2015 04:47:24 +0000 (15:47 +1100)]
change note for colormodel() etc
Tony Cook [Thu, 26 Mar 2015 04:36:49 +0000 (15:36 +1100)]
add colorchannels(), alphachannel() and colormodel() methods
also add model parameter to Imager->new()
Tony Cook [Fri, 30 Jan 2015 22:57:24 +0000 (09:57 +1100)]
zero unfilled channels in color returned by getpixel()
Tony Cook [Sun, 25 Jan 2015 09:56:10 +0000 (20:56 +1100)]
update Changes with circles and polypolys
Tony Cook [Sun, 25 Jan 2015 09:51:46 +0000 (20:51 +1100)]
improved polygon support
Tony Cook [Sat, 6 Sep 2014 00:17:44 +0000 (10:17 +1000)]
polygon documentation
Tony Cook [Sat, 6 Sep 2014 00:17:23 +0000 (10:17 +1000)]
bump IMAGER_API_LEVEL since I added APIs
Tony Cook [Wed, 23 Apr 2014 12:34:44 +0000 (22:34 +1000)]
access to poly_poly from perl as polypolygon()
Tony Cook [Mon, 27 Jan 2014 10:57:59 +0000 (21:57 +1100)]
don't match against horizontal lines
Tony Cook [Fri, 24 Jan 2014 10:47:08 +0000 (21:47 +1100)]
C level support for filling multiple polygons in one call
Tony Cook [Sat, 24 Jan 2015 03:08:40 +0000 (14:08 +1100)]
[perl #101682] define i_circle_aa_fill() and use it
speeds up smaller circle fills considerably, larger circles are
dominated by fill time rather than calculation so lose out
Tony Cook [Fri, 23 Jan 2015 12:29:37 +0000 (23:29 +1100)]
[perl #101682] speed up color filled circle calculations
replaces a very inefficient mechanism calculating many sin()/cos() values
with a faster mechanism
It might be possible to replace this with a Bresenham's circle
algorithm, but one step at a time.
Tony Cook [Thu, 1 Jan 2015 22:13:46 +0000 (09:13 +1100)]
1.001 release
Tony Cook [Thu, 1 Jan 2015 22:49:49 +0000 (09:49 +1100)]
make sure the Mandelbrot and Flines filters are built
Tony Cook [Thu, 25 Dec 2014 05:38:00 +0000 (16:38 +1100)]
Devel::CheckLib: handle the gcc-4 symlink on Cygwin
Tony Cook [Sat, 6 Dec 2014 00:03:44 +0000 (11:03 +1100)]
update Changes for the FT1 and --enable/disable fixes
Tony Cook [Sat, 29 Nov 2014 05:32:42 +0000 (16:32 +1100)]
make --enable and --disable work again
Tony Cook [Sat, 29 Nov 2014 05:12:14 +0000 (16:12 +1100)]
switch FT1 probing to use Imager::Probe
and clean up some of the old cruft
Tony Cook [Sat, 22 Nov 2014 03:07:45 +0000 (14:07 +1100)]
note probing verbosity in Changes
Tony Cook [Sat, 22 Nov 2014 03:05:25 +0000 (14:05 +1100)]
more verbose probe output
Tony Cook [Sat, 22 Nov 2014 02:08:55 +0000 (13:08 +1100)]
Changes updates
Tony Cook [Sat, 22 Nov 2014 02:01:06 +0000 (02:01 +0000)]
GIF: avoid leaving trash behind when the 4.2.0 version bug fails
Tony Cook [Sat, 15 Nov 2014 02:47:48 +0000 (13:47 +1100)]
[rt #99959] fix Imager::Matrix2d::rotate()'s centre point hanling
also add a compose() method and add notes on the order of multiplcation
vs composition of transformations.
Tony Cook [Sat, 8 Nov 2014 02:41:29 +0000 (13:41 +1100)]
[RT #99507] don't apply the icon mask to images with an alpha channel
but do it if the caller asks nicely
Tony Cook [Mon, 25 Aug 2014 05:17:41 +0000 (15:17 +1000)]
Change note for strerror() fix
Slaven Rezic [Thu, 21 Aug 2014 18:15:38 +0000 (20:15 +0200)]
my_strerror is defined since perl 5.21.x
This change fixes https://rt.cpan.org/Ticket/Display.html?id=98234
Tony Cook [Tue, 29 Jul 2014 09:08:56 +0000 (19:08 +1000)]
Imager 1.000 release
Tony Cook [Mon, 28 Jul 2014 11:17:15 +0000 (21:17 +1000)]
note the iolayer test changes
Tony Cook [Mon, 28 Jul 2014 11:12:08 +0000 (21:12 +1000)]
improve error reporting for an iolayer test failing on some smokers
Tony Cook [Mon, 28 Jul 2014 11:11:39 +0000 (21:11 +1000)]
fix the skip check for using qr// objects as a buffer
previously it always skipped
Tony Cook [Mon, 21 Jul 2014 09:11:36 +0000 (19:11 +1000)]
0.99_02 release
Tony Cook [Mon, 21 Jul 2014 09:00:38 +0000 (19:00 +1000)]
change note for MAXINT removal
Tony Cook [Mon, 21 Jul 2014 06:14:28 +0000 (16:14 +1000)]
eliminate Imager's internal MAXINT macro
This conflicted with MAXINT in the win32 headers
Tony Cook [Wed, 16 Jul 2014 11:46:17 +0000 (21:46 +1000)]
update Changes for the Inline fix
Tony Cook [Wed, 16 Jul 2014 11:45:08 +0000 (21:45 +1000)]
[rt #97108] support Inline 0.57 and later
Inline 0.57 changed the "with" interface
Tony Cook [Tue, 15 Jul 2014 12:55:54 +0000 (22:55 +1000)]
update Changes
Tony Cook [Tue, 15 Jul 2014 12:50:52 +0000 (22:50 +1000)]
[rt #97086] initialize the blue entry in each palette entry
and fill up to the top of the range in luminosity
Tony Cook [Mon, 14 Jul 2014 12:05:12 +0000 (22:05 +1000)]
revert
3e00cb90493 and update ppport.h
This failed to build on 5.6.2 and didn't provide a huge performance
improvement.
Tony Cook [Sun, 29 Jun 2014 04:33:28 +0000 (14:33 +1000)]
Imager 0.99_01 test release
Tony Cook [Sun, 29 Jun 2014 04:29:13 +0000 (14:29 +1000)]
note what release broke older perls
Tony Cook [Fri, 27 Jun 2014 11:29:40 +0000 (21:29 +1000)]
skip the unnecessary palette benign error before 1.6
since libpng didn't report it then
Tony Cook [Fri, 27 Jun 2014 10:11:57 +0000 (20:11 +1000)]
fix SV type probing to not break pre perl 5.12
Tony Cook [Fri, 27 Jun 2014 08:27:22 +0000 (18:27 +1000)]
add support for giflib 5.1.0
Tony Cook [Wed, 25 Jun 2014 11:33:37 +0000 (21:33 +1000)]
Imager 0.99 release
Tony Cook [Wed, 25 Jun 2014 11:31:27 +0000 (21:31 +1000)]
sacrifice a chicken to the spell-checker gods
Tony Cook [Wed, 25 Jun 2014 11:26:54 +0000 (21:26 +1000)]
actually document the change in read buffer values
Tony Cook [Sat, 14 Jun 2014 01:10:57 +0000 (11:10 +1000)]
replace SV_COW_DROP_PV with an actual value
Tony Cook [Sat, 14 Jun 2014 01:09:17 +0000 (11:09 +1000)]
ensure we always produce the same Imager::Regops
On win32 this produced a CRLF file which confused git
Tony Cook [Sat, 14 Jun 2014 01:08:22 +0000 (11:08 +1000)]
don't confuse git over directory name vs branch name
Tony Cook [Fri, 13 Jun 2014 10:59:56 +0000 (20:59 +1000)]
Changes notes for
4593278bee25
Tony Cook [Fri, 13 Jun 2014 10:51:05 +0000 (20:51 +1000)]
RT #94717 libpng 1.6.10 no longer considers CRC errors benign
use a different badness for checking benign error support
Tony Cook [Sat, 12 Apr 2014 03:13:08 +0000 (13:13 +1000)]
changes entry for autolevels fix
Tony Cook [Sat, 12 Apr 2014 03:11:27 +0000 (13:11 +1000)]
rt #94413: autolevels no longer color-skews
The old autolevels filter has been renamed to "autolevels_skew", and
autolevels is now a filter that does histogram equalization over the
luminosity of the image, instead of per channel
Tony Cook [Sat, 5 Apr 2014 11:21:47 +0000 (22:21 +1100)]
also replace IM_PSAMP() in Imager::Preprocessor
Tony Cook [Mon, 31 Mar 2014 12:01:59 +0000 (23:01 +1100)]
update Changes
Tony Cook [Mon, 31 Mar 2014 12:00:01 +0000 (23:00 +1100)]
[rt #94292] add jpeg_optimize to enable optimized Huffman tables
This can significantly reduce file size, but uses more memory and time.
For one sample image (mostly sky), this reduced the file size from
445930 bytes to 272933 bytes, with a 12% increase in CPU usage.
Tony Cook [Mon, 31 Mar 2014 10:08:42 +0000 (21:08 +1100)]
update Changes for recent commits
Brian Fraser [Mon, 31 Mar 2014 10:05:29 +0000 (21:05 +1100)]
[rt #93272] use absolute paths for plugins on android
Tony Cook [Mon, 31 Mar 2014 09:20:07 +0000 (20:20 +1100)]
[RT #92738] improve XS for i_io_read()/i_io_raw_read()
Previously it would call sv_setpvn() which did all the right things,
but we can avoid the sv_utf8_downgrade() and some of the other work
done by sv_setpvn() with the new code.
Tony Cook [Sat, 29 Mar 2014 02:01:26 +0000 (13:01 +1100)]
document Imager::IO::new_buffer() changes
Tony Cook [Sat, 29 Mar 2014 01:59:14 +0000 (12:59 +1100)]
allow Imager::IO->new_buffer() to accept a reference
and always make a copy of the buffer
Tony Cook [Thu, 2 Jan 2014 22:15:36 +0000 (09:15 +1100)]
0.98 version bump for release
Tony Cook [Sun, 3 Nov 2013 23:13:26 +0000 (10:13 +1100)]
[rt #88220] add extra diagnostics to 010-iolayer.t
Tony Cook [Thu, 31 Oct 2013 04:35:33 +0000 (15:35 +1100)]
[rt #89567] be a bit more obvious about raw channels
Tony Cook [Thu, 31 Oct 2013 02:06:59 +0000 (13:06 +1100)]
various typo fixes from David Steinbrunner and some other typo fixes
Tony Cook [Thu, 31 Oct 2013 01:08:24 +0000 (12:08 +1100)]
test for duplicate words in POD
Tony Cook [Thu, 31 Oct 2013 01:08:13 +0000 (12:08 +1100)]
typos in Imager::Font
Tony Cook [Thu, 31 Oct 2013 01:07:58 +0000 (12:07 +1100)]
typo fixes in the sources of APIRef.pod
David Steinbrunner [Wed, 10 Jul 2013 12:25:38 +0000 (08:25 -0400)]
typo fix
David Steinbrunner [Wed, 10 Jul 2013 12:24:27 +0000 (08:24 -0400)]
typo fixes
David Steinbrunner [Wed, 10 Jul 2013 12:23:07 +0000 (08:23 -0400)]
typo fix
plus some rewording to make things clearer
David Steinbrunner [Wed, 10 Jul 2013 12:21:36 +0000 (08:21 -0400)]
typo fixes
David Steinbrunner [Wed, 10 Jul 2013 12:18:40 +0000 (08:18 -0400)]
typo fix
Tony Cook [Fri, 18 Oct 2013 12:47:41 +0000 (23:47 +1100)]
[rt #86951] note preferred patch submission mechanism
Tony Cook [Fri, 18 Oct 2013 05:07:40 +0000 (16:07 +1100)]
change note for
306618c39
Tony Cook [Fri, 18 Oct 2013 04:52:56 +0000 (15:52 +1100)]
[rt #86428] search a few more places for libraries/headers
Imager::Probe now searches the directories specified by LD_LIBRARY_PATH,
DYLD_LIBRARY_PATH, LD_RUN_PATH and LIBRARY_PATH for libraries and
their corresponding s/\blib$/include/ directory for headers.
Tony Cook [Wed, 2 Oct 2013 05:35:50 +0000 (15:35 +1000)]
change notes to date
Adrian Yee [Wed, 2 Oct 2013 05:18:46 +0000 (15:18 +1000)]
small typo fix in Imager::Transformations
Tony Cook [Tue, 1 Oct 2013 06:37:32 +0000 (16:37 +1000)]
[rt #87650] change setpixel()'s return value
Tony Cook [Mon, 30 Sep 2013 04:01:40 +0000 (14:01 +1000)]
[rt #87338] Imager::Font::Wrap no longer requires the image parameter
Tony Cook [Mon, 30 Sep 2013 04:00:38 +0000 (14:00 +1000)]
change note for the TT non-AA fix
Tony Cook [Mon, 30 Sep 2013 01:48:41 +0000 (11:48 +1000)]
[rt.cpan.org #88993] use the correct width drawing non-AA for FT1
The changes to the drawing code for FT1 used cols (the number of bytes)
instead of width (the number of pixels) when drawing non-AA text under
FreeType 1.
Tony Cook [Sat, 20 Jul 2013 09:55:56 +0000 (19:55 +1000)]
remove github references
Tony Cook [Fri, 19 Jul 2013 13:30:26 +0000 (23:30 +1000)]
make sure T1lib anti-aliasing is properly setup for non AA text
Previously t1_aa was initialized to 0, the same as the non-AA setting,
which meant if the first text drawn was non-AA that T1 anti-aliasing
hadn't been configured.
Initialize it to -1, an invalid anti-aliasing setting so that an initial
AA setting of "none" will properly initialize.
Tony Cook [Fri, 19 Jul 2013 10:07:24 +0000 (20:07 +1000)]
avoid reading beyond the end of the line buffer in rubthrough
Tony Cook [Mon, 15 Jul 2013 09:41:09 +0000 (19:41 +1000)]
Imager 0.97 release
Tony Cook [Tue, 9 Jul 2013 13:42:51 +0000 (23:42 +1000)]
0.96_02 release
Tony Cook [Tue, 9 Jul 2013 13:34:56 +0000 (23:34 +1000)]
update Changes for the PNG work
Tony Cook [Tue, 9 Jul 2013 13:30:48 +0000 (23:30 +1000)]
[rt #86659] PNG benign error support is more complex than a version check
Tony Cook [Fri, 5 Jul 2013 12:36:08 +0000 (22:36 +1000)]
[rt #86658] add a missing AUTHOR heading
Tony Cook [Fri, 5 Jul 2013 12:34:19 +0000 (22:34 +1000)]
[rt #86658] scan MANIFEST for pod to check, not blib
Not all the files are always installed
Tony Cook [Fri, 5 Jul 2013 12:33:19 +0000 (22:33 +1000)]
[rt #86659] treat a libpng header/lib version mismatch as probe failure
Tony Cook [Fri, 5 Jul 2013 12:13:28 +0000 (22:13 +1000)]
Changes typo fixes
Tony Cook [Mon, 1 Jul 2013 13:19:41 +0000 (23:19 +1000)]
Imager 0.96_01 release
Tony Cook [Mon, 1 Jul 2013 12:31:53 +0000 (22:31 +1000)]
skip an alarm using test if the perl signal detection is broken
Like 5.6.2 in my Ubuntu 32-bit VM
Tony Cook [Mon, 1 Jul 2013 12:30:57 +0000 (22:30 +1000)]
adjust the IEEEFP check for older versions of perl
without the byte order pack modifier
Tony Cook [Mon, 1 Jul 2013 12:16:35 +0000 (22:16 +1000)]
fix the test skip count for 350-font/030-ttoo.t
Tony Cook [Mon, 1 Jul 2013 12:15:42 +0000 (22:15 +1000)]
fix a format string error introduced in the XS re-work
Tony Cook [Fri, 14 Jun 2013 08:56:55 +0000 (18:56 +1000)]
fix various GCC warnings, mostly initialized but otherwise unused variables