]>
git.imager.perl.org - imager.git/log
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
Tony Cook [Fri, 14 Jun 2013 08:00:04 +0000 (18:00 +1000)]
[rt #73359] un-TODO the test for FT1
Tony Cook [Mon, 10 Jun 2013 04:44:21 +0000 (14:44 +1000)]
update Changes with the FT2 gsamp/psamp change
Tony Cook [Mon, 10 Jun 2013 04:42:01 +0000 (14:42 +1000)]
[rt #83478] use psamp/gsamp to implement i_ft2_cp()
Tony Cook [Mon, 10 Jun 2013 04:14:00 +0000 (14:14 +1000)]
update Changes
Tony Cook [Mon, 10 Jun 2013 03:41:40 +0000 (13:41 +1000)]
[rt #73359] draw non-aa text in alpha combining mode for FT1
Tony Cook [Mon, 10 Jun 2013 02:58:22 +0000 (12:58 +1000)]
[rt #73359] draw non-AA text using FT2 in normal mode
Tony Cook [Fri, 7 Jun 2013 09:44:21 +0000 (19:44 +1000)]
add a drop shadow entry to the cookbook and a sample too
Tony Cook [Fri, 7 Jun 2013 13:07:40 +0000 (23:07 +1000)]
[rt #85746] add support for libpng 1.6
1.6 changed the default to ignore "benign" read errors, I now unignore
them explicitly with an option to ignore them.
Tony Cook [Sat, 25 May 2013 04:57:28 +0000 (14:57 +1000)]
test an uncovered part of the internal hlines object api
Tony Cook [Sat, 25 May 2013 04:46:55 +0000 (14:46 +1000)]
the "fix" for 69243 is complete enough for now
Tony Cook [Sat, 25 May 2013 03:48:33 +0000 (13:48 +1000)]
re-work much of Imager.xs, using typemaps where possible
Tony Cook [Fri, 24 May 2013 13:12:49 +0000 (23:12 +1000)]
gcov the derived .c file as well as the .xs or .im file
Tony Cook [Fri, 24 May 2013 13:12:07 +0000 (23:12 +1000)]
[rt #69243] a summary change note for most of the XS changes
Tony Cook [Fri, 24 May 2013 13:11:26 +0000 (23:11 +1000)]
[rt #69243] move our special typemap entries to the private typemap
Tony Cook [Fri, 24 May 2013 13:10:29 +0000 (23:10 +1000)]
[rt #69243] greatly simplify XS for i_bezier_multi()
Warning: i_bezier_multi() is untested, undocumented and probably
unfinished. If it breaks when you use it, you get to keep both pieces.
Tony Cook [Fri, 24 May 2013 13:09:03 +0000 (23:09 +1000)]
[rt #69243] use names instead of ST(n) for i_new_fill_image() and magic
code checked SvOK() without SvGETMAGIC()
Tony Cook [Fri, 24 May 2013 13:07:52 +0000 (23:07 +1000)]
[rt #69243] simplify XS for i_new_fill_hatchf?() and handle magic
The code checked SvOK() without calling SvGETMAGIC()
Tony Cook [Fri, 24 May 2013 13:06:30 +0000 (23:06 +1000)]
[rt #69243] simplify XS for i_tags_find() and i_tags_findn()
Use SysRet for return values, and use XSRETURN_UNDEF for the undef case
Tony Cook [Fri, 24 May 2013 13:05:13 +0000 (23:05 +1000)]
[rt #69243] use names for i_tags_add() instead of ST(n) and handle magic
The code checked SvOK() without SvGETMAGIC()
Tony Cook [Fri, 24 May 2013 13:04:05 +0000 (23:04 +1000)]
[rt #69243] use names for i_tags_addn() instead of ST(n) and handle magic
The code checked SvOK() without SvGETMAGIC()
Tony Cook [Fri, 24 May 2013 13:02:35 +0000 (23:02 +1000)]
[rt #69243] greatly simplify XS for i_gpixf()
Tony Cook [Fri, 24 May 2013 13:01:37 +0000 (23:01 +1000)]
[rt #69243] remove unnecessary warning comment from i_gsampf()
Tony Cook [Fri, 24 May 2013 13:01:06 +0000 (23:01 +1000)]
[rt #69243] slightly simplify XS for i_gsamp()
Tony Cook [Fri, 24 May 2013 13:00:04 +0000 (23:00 +1000)]
[rt #69243] simplify XS for i_findcolor()
Tony Cook [Wed, 22 May 2013 14:08:22 +0000 (00:08 +1000)]
[rt #69243] re-work XS for i_getcolors()
- use a default for count instead of doing it manually
- properly extend the stack for the returned colour list
- use malloc_temp() instead of mymalloc()