]> granicus.if.org Git - imagemagick/log
imagemagick
13 years ago(no commit message)
cristy [Wed, 8 Dec 2010 02:54:25 +0000 (02:54 +0000)]

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

13 years ago(no commit message)
cristy [Tue, 7 Dec 2010 14:12:32 +0000 (14:12 +0000)]

13 years agoBug fix in threshold.c Introduced IM v6.6.5-6 for unknown reason
anthony [Mon, 6 Dec 2010 06:10:48 +0000 (06:10 +0000)]
Bug fix in threshold.c  Introduced IM v6.6.5-6 for unknown reason
no action found in changelog

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

13 years ago(no commit message)
cristy [Sun, 5 Dec 2010 18:49:00 +0000 (18:49 +0000)]

13 years ago(no commit message)
cristy [Sat, 4 Dec 2010 23:12:08 +0000 (23:12 +0000)]

13 years ago(no commit message)
cristy [Sat, 4 Dec 2010 20:57:04 +0000 (20:57 +0000)]

13 years ago(no commit message)
cristy [Sat, 4 Dec 2010 20:00:59 +0000 (20:00 +0000)]

13 years ago(no commit message)
cristy [Sat, 4 Dec 2010 18:02:53 +0000 (18:02 +0000)]

13 years ago(no commit message)
cristy [Fri, 3 Dec 2010 16:52:36 +0000 (16:52 +0000)]

13 years agoDon't SyncImage on entry to the PNG encoder if depth > 8 (lost transparency)
glennrp [Fri, 3 Dec 2010 14:57:40 +0000 (14:57 +0000)]
Don't SyncImage on entry to the PNG encoder if depth > 8 (lost transparency)

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

13 years agoEntries were out of order for 6.6.6-1 and 6.6.6-2
glennrp [Thu, 2 Dec 2010 03:29:12 +0000 (03:29 +0000)]
Entries were out of order for 6.6.6-1 and 6.6.6-2

13 years ago(no commit message)
cristy [Thu, 2 Dec 2010 01:11:25 +0000 (01:11 +0000)]

13 years ago(no commit message)
cristy [Wed, 1 Dec 2010 23:41:33 +0000 (23:41 +0000)]

13 years ago(no commit message)
cristy [Wed, 1 Dec 2010 20:40:37 +0000 (20:40 +0000)]

13 years ago(no commit message)
cristy [Wed, 1 Dec 2010 19:31:14 +0000 (19:31 +0000)]

13 years ago(no commit message)
cristy [Wed, 1 Dec 2010 01:00:50 +0000 (01:00 +0000)]

13 years ago(no commit message)
cristy [Wed, 1 Dec 2010 00:57:40 +0000 (00:57 +0000)]

13 years agoRevised threshold maps c7x7b and c7x7w to be more complementary to each other.
glennrp [Tue, 30 Nov 2010 04:43:13 +0000 (04:43 +0000)]
Revised threshold maps c7x7b and c7x7w to be more complementary to each other.

13 years ago(no commit message)
cristy [Tue, 30 Nov 2010 03:04:52 +0000 (03:04 +0000)]

13 years agospelling (blury -> blurry)
glennrp [Mon, 29 Nov 2010 14:14:47 +0000 (14:14 +0000)]
spelling (blury -> blurry)

13 years ago(no commit message)
cristy [Sun, 28 Nov 2010 22:54:00 +0000 (22:54 +0000)]

13 years ago(no commit message)
cristy [Sun, 28 Nov 2010 22:23:27 +0000 (22:23 +0000)]

13 years ago(no commit message)
cristy [Sun, 28 Nov 2010 21:27:53 +0000 (21:27 +0000)]

13 years ago(no commit message)
cristy [Sun, 28 Nov 2010 20:51:05 +0000 (20:51 +0000)]

13 years ago(no commit message)
cristy [Sun, 28 Nov 2010 14:28:06 +0000 (14:28 +0000)]

13 years ago(no commit message)
cristy [Sun, 28 Nov 2010 02:38:34 +0000 (02:38 +0000)]

13 years ago(no commit message)
cristy [Sun, 28 Nov 2010 01:57:36 +0000 (01:57 +0000)]

13 years ago(no commit message)
cristy [Sat, 27 Nov 2010 23:29:52 +0000 (23:29 +0000)]

13 years ago(no commit message)
cristy [Sat, 27 Nov 2010 21:42:59 +0000 (21:42 +0000)]

13 years ago(no commit message)
cristy [Sat, 27 Nov 2010 19:09:51 +0000 (19:09 +0000)]

13 years agoChanged a bunch of "if (logging)" to "if (logging != MagickFalse)".
glennrp [Sat, 27 Nov 2010 18:14:08 +0000 (18:14 +0000)]
Changed a bunch of "if (logging)" to "if (logging != MagickFalse)".

13 years ago(no commit message)
cristy [Sat, 27 Nov 2010 15:56:18 +0000 (15:56 +0000)]

13 years agoFixed another case where PNG transparency was lost, by working around the
glennrp [Sat, 27 Nov 2010 15:31:26 +0000 (15:31 +0000)]
Fixed another case where PNG transparency was lost, by working around the

behavior of SetImageType(image,PaletteMatteType).

13 years ago(no commit message)
cristy [Sat, 27 Nov 2010 02:18:26 +0000 (02:18 +0000)]

13 years ago(no commit message)
cristy [Sat, 27 Nov 2010 01:33:49 +0000 (01:33 +0000)]

13 years agore-enabled palette-sorting in the png encoder, inavertently disabled recently.
glennrp [Fri, 26 Nov 2010 21:57:18 +0000 (21:57 +0000)]
re-enabled palette-sorting in the png encoder, inavertently disabled recently.

13 years ago(no commit message)
cristy [Fri, 26 Nov 2010 21:56:11 +0000 (21:56 +0000)]

13 years agoFixed another case where the PNG encoder lost transparency.
glennrp [Fri, 26 Nov 2010 20:43:35 +0000 (20:43 +0000)]
Fixed another case where the PNG encoder lost transparency.

13 years ago(no commit message)
cristy [Fri, 26 Nov 2010 19:06:08 +0000 (19:06 +0000)]

13 years ago(no commit message)
cristy [Thu, 25 Nov 2010 03:06:31 +0000 (03:06 +0000)]

13 years ago(no commit message)
cristy [Wed, 24 Nov 2010 18:56:06 +0000 (18:56 +0000)]

13 years ago(no commit message)
cristy [Wed, 24 Nov 2010 18:54:42 +0000 (18:54 +0000)]

13 years agoFixed some indentations and added lots of blank lines in coders/png.c
glennrp [Wed, 24 Nov 2010 18:12:06 +0000 (18:12 +0000)]
Fixed some indentations and added lots of blank lines in coders/png.c

13 years agoFixed another bad completion-of-loop test (x==image->columns should be x<0)
glennrp [Wed, 24 Nov 2010 18:10:51 +0000 (18:10 +0000)]
Fixed another bad completion-of-loop test (x==image->columns should be x<0)

13 years agoFixed bad loop-completion test in png.c ("x != 0" should be "x >= 0")
glennrp [Wed, 24 Nov 2010 16:55:50 +0000 (16:55 +0000)]
Fixed bad loop-completion test in png.c ("x != 0" should be "x >= 0")

13 years ago(no commit message)
cristy [Wed, 24 Nov 2010 00:45:05 +0000 (00:45 +0000)]

13 years ago(no commit message)
cristy [Wed, 24 Nov 2010 00:38:37 +0000 (00:38 +0000)]

13 years ago(no commit message)
cristy [Wed, 24 Nov 2010 00:27:23 +0000 (00:27 +0000)]

13 years agorevised LosslessReduce() to LosslessReduceOK() to simply return a flag
glennrp [Tue, 23 Nov 2010 15:48:26 +0000 (15:48 +0000)]
revised LosslessReduce() to LosslessReduceOK() to simply return a flag

13 years ago(no commit message)
cristy [Tue, 23 Nov 2010 13:59:34 +0000 (13:59 +0000)]

13 years ago(no commit message)
cristy [Tue, 23 Nov 2010 13:55:08 +0000 (13:55 +0000)]

13 years ago(no commit message)
cristy [Tue, 23 Nov 2010 13:51:03 +0000 (13:51 +0000)]

13 years ago(no commit message)
cristy [Tue, 23 Nov 2010 13:49:46 +0000 (13:49 +0000)]

13 years agoFixed another case were transparency was lost by the PNG encoder, due
glennrp [Tue, 23 Nov 2010 02:23:20 +0000 (02:23 +0000)]
Fixed another case were transparency was lost by the PNG encoder, due

to improperly reducing the sample depth to 8.

13 years ago(no commit message)
cristy [Sun, 21 Nov 2010 23:51:35 +0000 (23:51 +0000)]

13 years ago(no commit message)
cristy [Sun, 21 Nov 2010 23:49:30 +0000 (23:49 +0000)]

13 years ago(no commit message)
cristy [Sun, 21 Nov 2010 22:08:49 +0000 (22:08 +0000)]

13 years ago(no commit message)
cristy [Sun, 21 Nov 2010 21:23:39 +0000 (21:23 +0000)]

13 years ago(no commit message)
cristy [Sun, 21 Nov 2010 20:58:39 +0000 (20:58 +0000)]

13 years ago(no commit message)
cristy [Sun, 21 Nov 2010 20:56:18 +0000 (20:56 +0000)]

13 years agoThe "-type optimize" option is now deprecated. Previously it was used
glennrp [Sun, 21 Nov 2010 17:46:40 +0000 (17:46 +0000)]
The "-type optimize" option is now deprecated.  Previously it was used

by the PNG encoder, but now all PNG output is optimized unless the "-define"
option is used to specify a particular PNG colortype or bitdepth.

13 years ago(no commit message)
cristy [Sun, 21 Nov 2010 17:06:24 +0000 (17:06 +0000)]

13 years ago(no commit message)
cristy [Sun, 21 Nov 2010 16:10:43 +0000 (16:10 +0000)]

13 years ago(no commit message)
cristy [Sat, 20 Nov 2010 19:35:22 +0000 (19:35 +0000)]

13 years ago(no commit message)
cristy [Sat, 20 Nov 2010 18:57:15 +0000 (18:57 +0000)]

13 years agoFixed link to discourse on PNG problems.
glennrp [Sat, 20 Nov 2010 13:55:15 +0000 (13:55 +0000)]
Fixed link to discourse on PNG problems.

13 years ago(no commit message)
cristy [Sat, 20 Nov 2010 02:03:44 +0000 (02:03 +0000)]

13 years ago(no commit message)
cristy [Sat, 20 Nov 2010 00:26:54 +0000 (00:26 +0000)]

13 years ago(no commit message)
cristy [Sat, 20 Nov 2010 00:05:47 +0000 (00:05 +0000)]

13 years ago(no commit message)
cristy [Fri, 19 Nov 2010 17:11:01 +0000 (17:11 +0000)]

13 years agoMerged redundant code into new LosslessReduceDepth() function.
glennrp [Fri, 19 Nov 2010 13:45:02 +0000 (13:45 +0000)]
Merged redundant code into new LosslessReduceDepth() function.

13 years ago(no commit message)
cristy [Fri, 19 Nov 2010 02:53:15 +0000 (02:53 +0000)]

13 years agoTreat "-type Optimize" as undefined type in the PNG encoder; always optimize.
glennrp [Fri, 19 Nov 2010 01:53:05 +0000 (01:53 +0000)]
Treat "-type Optimize" as undefined type in the PNG encoder; always optimize.

13 years agoOptimization of PNG output is always done and "-type Optimize" is ignored.
glennrp [Fri, 19 Nov 2010 01:51:27 +0000 (01:51 +0000)]
Optimization of PNG output is always done and "-type Optimize" is ignored.

13 years ago(no commit message)
cristy [Thu, 18 Nov 2010 14:46:15 +0000 (14:46 +0000)]

13 years agoFixed various problems with the PNG encoder, mainly loss of transparency.
glennrp [Wed, 17 Nov 2010 14:40:15 +0000 (14:40 +0000)]
Fixed various problems with the PNG encoder, mainly loss of transparency.

13 years agoFixed some of the transparency loss cases in the PNG encoder.
glennrp [Wed, 17 Nov 2010 13:38:38 +0000 (13:38 +0000)]
Fixed some of the transparency loss cases in the PNG encoder.

13 years agoAlso swap duplicate transparent PNG palette entries
glennrp [Tue, 16 Nov 2010 14:09:38 +0000 (14:09 +0000)]
Also swap duplicate transparent PNG palette entries

13 years agoFixed some indentation in coders/png.c and added some whitespace.
glennrp [Tue, 16 Nov 2010 03:52:51 +0000 (03:52 +0000)]
Fixed some indentation in coders/png.c and added some whitespace.

13 years agoSimplify palette-entry swapping in PNG encoder.
glennrp [Tue, 16 Nov 2010 00:49:07 +0000 (00:49 +0000)]
Simplify palette-entry swapping in PNG encoder.

13 years ago(no commit message)
cristy [Mon, 15 Nov 2010 15:00:14 +0000 (15:00 +0000)]

13 years ago(no commit message)
cristy [Mon, 15 Nov 2010 12:35:31 +0000 (12:35 +0000)]

13 years ago(no commit message)
nicolas [Mon, 15 Nov 2010 06:03:11 +0000 (06:03 +0000)]

13 years ago(no commit message)
cristy [Mon, 15 Nov 2010 03:24:28 +0000 (03:24 +0000)]

13 years ago(no commit message)
cristy [Mon, 15 Nov 2010 01:56:25 +0000 (01:56 +0000)]

13 years ago(no commit message)
cristy [Mon, 15 Nov 2010 01:25:14 +0000 (01:25 +0000)]

13 years ago(no commit message)
cristy [Mon, 15 Nov 2010 01:17:49 +0000 (01:17 +0000)]

13 years ago(no commit message)
cristy [Mon, 15 Nov 2010 00:49:30 +0000 (00:49 +0000)]

13 years ago(no commit message)
nicolas [Sun, 14 Nov 2010 18:01:25 +0000 (18:01 +0000)]

13 years ago(no commit message)
nicolas [Sun, 14 Nov 2010 18:00:09 +0000 (18:00 +0000)]

13 years agoLanczos2Sharp blur tweaked
nicolas [Sun, 14 Nov 2010 17:54:53 +0000 (17:54 +0000)]
Lanczos2Sharp blur tweaked

13 years ago(no commit message)
nicolas [Sun, 14 Nov 2010 17:23:29 +0000 (17:23 +0000)]

13 years ago(no commit message)
nicolas [Sun, 14 Nov 2010 15:33:45 +0000 (15:33 +0000)]

13 years agoRelocated png_set_oFFs and png_set_pHYs after png_set_IHDR.
glennrp [Sun, 14 Nov 2010 01:23:35 +0000 (01:23 +0000)]
Relocated png_set_oFFs and png_set_pHYs after png_set_IHDR.

13 years agoSimplified coders/png.c to not use png_set_invalid().
glennrp [Sun, 14 Nov 2010 00:38:48 +0000 (00:38 +0000)]
Simplified coders/png.c to not use png_set_invalid().

13 years agoFixed some cases where transparency was lost while writing PNG
glennrp [Sun, 14 Nov 2010 00:03:43 +0000 (00:03 +0000)]
Fixed some cases where transparency was lost while writing PNG

13 years ago(no commit message)
cristy [Sat, 13 Nov 2010 18:52:07 +0000 (18:52 +0000)]