]> granicus.if.org Git - imagemagick/log
imagemagick
13 years agoMade local variable "have_mng_structure" MagickBooleanType instead of int.
glennrp [Fri, 7 Jan 2011 16:20:57 +0000 (16:20 +0000)]
Made local variable "have_mng_structure" MagickBooleanType instead of int.

13 years agoChanged local variables matte and image_matte to MagickBooleanType
glennrp [Fri, 7 Jan 2011 15:28:54 +0000 (15:28 +0000)]
Changed local variables matte and image_matte to MagickBooleanType

13 years ago(no commit message)
glennrp [Fri, 7 Jan 2011 15:08:41 +0000 (15:08 +0000)]

13 years agoRemoved trailing blanks.
glennrp [Fri, 7 Jan 2011 04:55:32 +0000 (04:55 +0000)]
Removed trailing blanks.

13 years ago(no commit message)
cristy [Thu, 6 Jan 2011 00:07:25 +0000 (00:07 +0000)]

13 years ago(no commit message)
cristy [Wed, 5 Jan 2011 15:45:02 +0000 (15:45 +0000)]

13 years ago(no commit message)
cristy [Wed, 5 Jan 2011 15:42:32 +0000 (15:42 +0000)]

13 years ago(no commit message)
cristy [Tue, 4 Jan 2011 15:25:24 +0000 (15:25 +0000)]

13 years ago(no commit message)
glennrp [Tue, 4 Jan 2011 14:52:45 +0000 (14:52 +0000)]

13 years ago(no commit message)
cristy [Mon, 3 Jan 2011 15:45:11 +0000 (15:45 +0000)]

13 years ago(no commit message)
glennrp [Sun, 2 Jan 2011 20:01:17 +0000 (20:01 +0000)]

13 years agoFix colortype selection for PNG grayscale output.
glennrp [Sun, 2 Jan 2011 03:07:57 +0000 (03:07 +0000)]
Fix colortype selection for PNG grayscale output.

13 years ago(no commit message)
cristy [Sat, 1 Jan 2011 21:55:15 +0000 (21:55 +0000)]

13 years agoPassing all regression tests now.
glennrp [Sat, 1 Jan 2011 18:51:28 +0000 (18:51 +0000)]
Passing all regression tests now.

13 years agoAll of my PNG regression tests are passing now.
glennrp [Sat, 1 Jan 2011 18:50:49 +0000 (18:50 +0000)]
All of my PNG regression tests are passing now.

13 years ago(no commit message)
cristy [Sat, 1 Jan 2011 17:22:27 +0000 (17:22 +0000)]

13 years ago(no commit message)
cristy [Sat, 1 Jan 2011 16:48:48 +0000 (16:48 +0000)]

13 years ago(no commit message)
glennrp [Sat, 1 Jan 2011 13:26:59 +0000 (13:26 +0000)]

13 years agoPng decoder now checks whether the image actually has any transparent pixels.
glennrp [Sat, 1 Jan 2011 00:12:34 +0000 (00:12 +0000)]
Png decoder now checks whether the image actually has any transparent pixels.

13 years ago(no commit message)
cristy [Fri, 31 Dec 2010 23:36:05 +0000 (23:36 +0000)]

13 years ago(no commit message)
cristy [Fri, 31 Dec 2010 23:02:52 +0000 (23:02 +0000)]

13 years ago(no commit message)
cristy [Thu, 30 Dec 2010 01:16:38 +0000 (01:16 +0000)]

13 years ago(no commit message)
cristy [Wed, 29 Dec 2010 21:50:07 +0000 (21:50 +0000)]

13 years ago(no commit message)
cristy [Wed, 29 Dec 2010 17:38:08 +0000 (17:38 +0000)]

13 years ago(no commit message)
cristy [Wed, 29 Dec 2010 17:29:17 +0000 (17:29 +0000)]

13 years ago(no commit message)
cristy [Wed, 29 Dec 2010 13:43:35 +0000 (13:43 +0000)]

13 years ago(no commit message)
cristy [Tue, 28 Dec 2010 18:48:57 +0000 (18:48 +0000)]

13 years ago(no commit message)
cristy [Tue, 28 Dec 2010 18:48:29 +0000 (18:48 +0000)]

13 years ago(no commit message)
cristy [Tue, 28 Dec 2010 14:45:29 +0000 (14:45 +0000)]

13 years ago(no commit message)
cristy [Mon, 27 Dec 2010 15:59:54 +0000 (15:59 +0000)]

13 years ago(no commit message)
cristy [Sun, 26 Dec 2010 19:57:38 +0000 (19:57 +0000)]

13 years ago(no commit message)
cristy [Sat, 25 Dec 2010 01:00:34 +0000 (01:00 +0000)]

13 years ago(no commit message)
cristy [Sat, 25 Dec 2010 00:06:48 +0000 (00:06 +0000)]

13 years ago(no commit message)
cristy [Fri, 24 Dec 2010 21:38:38 +0000 (21:38 +0000)]

13 years agoHandle transparent images properly when tRNS chunk is excluded.
glennrp [Fri, 24 Dec 2010 18:00:33 +0000 (18:00 +0000)]
Handle transparent images properly when tRNS chunk is excluded.

13 years agoFix typos in png.c (gama should be srgb) and add tRNS to the list of chunks
glennrp [Fri, 24 Dec 2010 16:37:33 +0000 (16:37 +0000)]
Fix typos in png.c (gama should be srgb) and add tRNS to the list of chunks

that can be excluded (for now an attempt to exclude tRNS does nothing).

13 years agoAccept -define PNG:exclude-chunks and include-chunks as exclude-chunk, etc.
glennrp [Fri, 24 Dec 2010 14:27:26 +0000 (14:27 +0000)]
Accept -define PNG:exclude-chunks and include-chunks as exclude-chunk, etc.

13 years agoMake the PNG encoder exclude the gAMA chunk when requested.
glennrp [Fri, 24 Dec 2010 13:44:32 +0000 (13:44 +0000)]
Make the PNG encoder exclude the gAMA chunk when requested.

Trivially fix spelling and grammar in magick/property.c

13 years agoFix some indentation, use "logging" consistently as a MagickBooleanType.
glennrp [Fri, 24 Dec 2010 01:31:34 +0000 (01:31 +0000)]
Fix some indentation, use "logging" consistently as a MagickBooleanType.

13 years ago(no commit message)
glennrp [Fri, 24 Dec 2010 00:33:05 +0000 (00:33 +0000)]

13 years agoGet both Property and Artifact directives in coders/png.c
glennrp [Fri, 24 Dec 2010 00:30:00 +0000 (00:30 +0000)]
Get both Property and Artifact directives in coders/png.c

13 years ago*image instead if image in SetImageProperty in wand/mogrify.c
glennrp [Thu, 23 Dec 2010 22:42:52 +0000 (22:42 +0000)]
*image instead if image in SetImageProperty in wand/mogrify.c

13 years agoUse SetImageOption instead of SetImageArtifact
glennrp [Thu, 23 Dec 2010 22:37:49 +0000 (22:37 +0000)]
Use SetImageOption instead of SetImageArtifact

13 years ago(no commit message)
cristy [Thu, 23 Dec 2010 21:38:06 +0000 (21:38 +0000)]

13 years ago(no commit message)
cristy [Thu, 23 Dec 2010 21:36:08 +0000 (21:36 +0000)]

13 years agorevised ChangeLog entry for PNG/MNG/JNG
glennrp [Thu, 23 Dec 2010 19:15:48 +0000 (19:15 +0000)]
revised ChangeLog entry for PNG/MNG/JNG

13 years agoAvoid writing ancillary chunks while generating the JNG alpha channel.
glennrp [Thu, 23 Dec 2010 19:13:35 +0000 (19:13 +0000)]
Avoid writing ancillary chunks while generating the JNG alpha channel.

13 years ago(no commit message)
cristy [Thu, 23 Dec 2010 18:10:46 +0000 (18:10 +0000)]

13 years agoAdded PNG:exclude-chunk=all PNG:include-chunk=gama to the strip option.
glennrp [Thu, 23 Dec 2010 16:26:42 +0000 (16:26 +0000)]
Added PNG:exclude-chunk=all PNG:include-chunk=gama to the strip option.

13 years agoAdded png:exclude-chunk and png:include-chunk defines
glennrp [Thu, 23 Dec 2010 16:22:42 +0000 (16:22 +0000)]
Added png:exclude-chunk and png:include-chunk defines

13 years agoFixed spelling (opacty => opacity)
glennrp [Thu, 23 Dec 2010 13:02:50 +0000 (13:02 +0000)]
Fixed spelling (opacty => opacity)

13 years ago(no commit message)
cristy [Wed, 22 Dec 2010 20:28:51 +0000 (20:28 +0000)]

13 years ago(no commit message)
cristy [Wed, 22 Dec 2010 16:19:11 +0000 (16:19 +0000)]

13 years ago(no commit message)
cristy [Wed, 22 Dec 2010 15:55:53 +0000 (15:55 +0000)]

13 years ago(no commit message)
cristy [Tue, 21 Dec 2010 20:46:59 +0000 (20:46 +0000)]

13 years agoUse a clone instead of the main image in the PNG encoder.
glennrp [Tue, 21 Dec 2010 15:08:06 +0000 (15:08 +0000)]
Use a clone instead of the main image in the PNG encoder.

13 years agoUse a clone instead of the main image in the PNG encoder.
glennrp [Tue, 21 Dec 2010 14:53:03 +0000 (14:53 +0000)]
Use a clone instead of the main image in the PNG encoder.

13 years ago(no commit message)
cristy [Tue, 21 Dec 2010 14:36:06 +0000 (14:36 +0000)]

13 years agoCLUT interpolation bug fix
anthony [Tue, 21 Dec 2010 02:43:33 +0000 (02:43 +0000)]
CLUT interpolation bug fix

13 years ago(no commit message)
cristy [Mon, 20 Dec 2010 19:18:20 +0000 (19:18 +0000)]

13 years ago(no commit message)
cristy [Mon, 20 Dec 2010 19:01:58 +0000 (19:01 +0000)]

13 years ago(no commit message)
cristy [Mon, 20 Dec 2010 15:57:05 +0000 (15:57 +0000)]

13 years ago(no commit message)
cristy [Mon, 20 Dec 2010 14:03:25 +0000 (14:03 +0000)]

13 years ago(no commit message)
cristy [Sun, 19 Dec 2010 23:22:14 +0000 (23:22 +0000)]

13 years ago(no commit message)
cristy [Sun, 19 Dec 2010 20:29:16 +0000 (20:29 +0000)]

13 years ago(no commit message)
cristy [Sun, 19 Dec 2010 02:40:11 +0000 (02:40 +0000)]

13 years ago(no commit message)
cristy [Sun, 19 Dec 2010 02:32:11 +0000 (02:32 +0000)]

13 years ago(no commit message)
cristy [Sat, 18 Dec 2010 23:25:56 +0000 (23:25 +0000)]

13 years agoRemoved some dead code (already in an #if 0 block)
glennrp [Fri, 17 Dec 2010 17:31:30 +0000 (17:31 +0000)]
Removed some dead code (already in an #if 0 block)

13 years agoEliminated some IsGray() tests, rewrote BUILD_PALETTE block.
glennrp [Fri, 17 Dec 2010 17:28:54 +0000 (17:28 +0000)]
Eliminated some IsGray() tests, rewrote BUILD_PALETTE block.

13 years ago(no commit message)
cristy [Fri, 17 Dec 2010 00:58:04 +0000 (00:58 +0000)]

13 years ago(no commit message)
cristy [Thu, 16 Dec 2010 14:26:10 +0000 (14:26 +0000)]

13 years ago(no commit message)
cristy [Thu, 16 Dec 2010 13:44:43 +0000 (13:44 +0000)]

13 years ago(no commit message)
cristy [Wed, 15 Dec 2010 17:11:47 +0000 (17:11 +0000)]

13 years ago(no commit message)
cristy [Wed, 15 Dec 2010 01:54:43 +0000 (01:54 +0000)]

13 years agoEliminated unnecessary quantization and some other "if 0" blocks.
glennrp [Mon, 13 Dec 2010 20:45:45 +0000 (20:45 +0000)]
Eliminated unnecessary quantization and some other "if 0" blocks.

13 years agoFixed a confusing but apparently harmless improper loop nesting in PNG encoder.
glennrp [Mon, 13 Dec 2010 20:40:04 +0000 (20:40 +0000)]
Fixed a confusing but apparently harmless improper loop nesting in PNG encoder.

13 years ago(no commit message)
cristy [Mon, 13 Dec 2010 01:52:32 +0000 (01:52 +0000)]

13 years ago(no commit message)
cristy [Sun, 12 Dec 2010 21:35:47 +0000 (21:35 +0000)]

13 years ago(no commit message)
cristy [Sun, 12 Dec 2010 21:12:42 +0000 (21:12 +0000)]

13 years ago(no commit message)
cristy [Sun, 12 Dec 2010 20:33:53 +0000 (20:33 +0000)]

13 years agoEliminated CompressColormapTransFirst.
glennrp [Sun, 12 Dec 2010 04:36:28 +0000 (04:36 +0000)]
Eliminated CompressColormapTransFirst.

13 years agoEliminated CompressColormapTransFirst().
glennrp [Sun, 12 Dec 2010 04:35:33 +0000 (04:35 +0000)]
Eliminated CompressColormapTransFirst().

13 years ago(no commit message)
cristy [Sat, 11 Dec 2010 23:36:38 +0000 (23:36 +0000)]

13 years ago(no commit message)
cristy [Sat, 11 Dec 2010 16:44:38 +0000 (16:44 +0000)]

13 years ago(no commit message)
cristy [Sat, 11 Dec 2010 16:41:53 +0000 (16:41 +0000)]

13 years agoAvoid using clone_image; all we needed was a local copy of the colormap.
glennrp [Sat, 11 Dec 2010 05:24:00 +0000 (05:24 +0000)]
Avoid using clone_image; all we needed was a local copy of the colormap.

13 years agoPNG encoder always rebuilds the palette to avoid losing transparency.
glennrp [Sat, 11 Dec 2010 05:01:05 +0000 (05:01 +0000)]
PNG encoder always rebuilds the palette to avoid losing transparency.

13 years ago(no commit message)
cristy [Sat, 11 Dec 2010 02:30:29 +0000 (02:30 +0000)]

13 years ago(no commit message)
cristy [Sat, 11 Dec 2010 02:27:51 +0000 (02:27 +0000)]

13 years ago(no commit message)
cristy [Sat, 11 Dec 2010 02:17:57 +0000 (02:17 +0000)]

13 years agoBug fix for -transpose and -transverse virtual canvas
anthony [Fri, 10 Dec 2010 13:06:46 +0000 (13:06 +0000)]
Bug fix for -transpose and -transverse virtual canvas

13 years ago(no commit message)
anthony [Fri, 10 Dec 2010 12:54:31 +0000 (12:54 +0000)]

13 years agoBug fix of bug fix for flip and flop
anthony [Fri, 10 Dec 2010 12:45:59 +0000 (12:45 +0000)]
Bug fix of bug fix for flip and flop

13 years agoMinor bug fix for flip and flop virtual canavs calculations
anthony [Fri, 10 Dec 2010 12:12:38 +0000 (12:12 +0000)]
Minor bug fix for flip and flop virtual canavs calculations

13 years ago(no commit message)
cristy [Fri, 10 Dec 2010 01:38:54 +0000 (01:38 +0000)]

13 years ago(no commit message)
cristy [Thu, 9 Dec 2010 14:27:51 +0000 (14:27 +0000)]

13 years ago(no commit message)
cristy [Thu, 9 Dec 2010 12:34:06 +0000 (12:34 +0000)]

13 years agoFuzz Distance and Transparent Colors Fix
anthony [Thu, 9 Dec 2010 03:18:40 +0000 (03:18 +0000)]
Fuzz Distance and Transparent Colors Fix

13 years ago(no commit message)
cristy [Wed, 8 Dec 2010 02:54:25 +0000 (02:54 +0000)]