]>
granicus.if.org Git - imagemagick/log
dirk [Sat, 17 Sep 2016 22:08:33 +0000 (00:08 +0200)]
Removed unused variables.
dirk [Sat, 17 Sep 2016 21:15:46 +0000 (23:15 +0200)]
Fixed incorrect division.
dirk [Sat, 17 Sep 2016 21:15:23 +0000 (23:15 +0200)]
Whitespace.
dirk [Sat, 17 Sep 2016 19:37:49 +0000 (21:37 +0200)]
Minor refactoring.
dirk [Sat, 17 Sep 2016 16:31:07 +0000 (18:31 +0200)]
Fixed issue where the display window was used instead of the data window.
dirk [Fri, 16 Sep 2016 20:12:04 +0000 (22:12 +0200)]
Fixed opacity mask implementation and added define to preserve the mask.
dirk [Fri, 16 Sep 2016 19:55:36 +0000 (21:55 +0200)]
Fixed ChannelPerceptualHash implementation.
dirk [Mon, 12 Sep 2016 11:49:59 +0000 (13:49 +0200)]
Preserving layer opacity.
dirk [Mon, 12 Sep 2016 11:47:17 +0000 (13:47 +0200)]
Removed define.
dirk [Sat, 10 Sep 2016 14:41:01 +0000 (16:41 +0200)]
Some refactoring.
dirk [Fri, 9 Sep 2016 21:16:51 +0000 (23:16 +0200)]
Fixed layer RLE compression.
dirk [Thu, 8 Sep 2016 21:30:03 +0000 (23:30 +0200)]
Reverted fix.
Cristy [Fri, 16 Sep 2016 00:24:46 +0000 (20:24 -0400)]
https://github.com/ImageMagick/ImageMagick/issues/268
Cristy [Wed, 14 Sep 2016 23:13:35 +0000 (19:13 -0400)]
://github.com/ImageMagick/ImageMagick/pull/266
Cristy [Wed, 14 Sep 2016 11:14:47 +0000 (07:14 -0400)]
https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=30471
Cristy [Tue, 13 Sep 2016 11:13:49 +0000 (07:13 -0400)]
https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=30462
Cristy [Sat, 10 Sep 2016 18:37:47 +0000 (14:37 -0400)]
Support phash:normalize define
Cristy [Sat, 10 Sep 2016 16:23:58 +0000 (12:23 -0400)]
...
dirk [Tue, 6 Sep 2016 19:48:43 +0000 (21:48 +0200)]
Corrected location of where the mask is drawn.
Cristy [Tue, 6 Sep 2016 11:56:51 +0000 (07:56 -0400)]
https://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=30421
Cristy [Mon, 5 Sep 2016 16:50:08 +0000 (12:50 -0400)]
https://github.com/ImageMagick/ImageMagick/issues/262
Cristy [Mon, 5 Sep 2016 15:01:50 +0000 (11:01 -0400)]
Bump release
Cristy [Mon, 5 Sep 2016 14:21:09 +0000 (10:21 -0400)]
...
Cristy [Mon, 5 Sep 2016 12:29:13 +0000 (08:29 -0400)]
https://github.com/ImageMagick/ImageMagick/issues/262
Cristy [Sun, 4 Sep 2016 15:30:32 +0000 (11:30 -0400)]
https://github.com/ImageMagick/ImageMagick/issues/262
dirk [Sat, 3 Sep 2016 19:08:33 +0000 (21:08 +0200)]
CopyCompositeOp should set the alpha channel to opaque if the source image has no alpha channel.
dirk [Sat, 3 Sep 2016 18:31:21 +0000 (20:31 +0200)]
Fixed alpha channel issue.
Cristy [Sat, 3 Sep 2016 15:31:13 +0000 (11:31 -0400)]
More improvements to perceptual hash
Cristy [Sat, 3 Sep 2016 01:09:38 +0000 (21:09 -0400)]
Support -define phash:colorspaces option
dirk [Fri, 2 Sep 2016 18:51:45 +0000 (20:51 +0200)]
No longer enabling the alpha channel on source_image when image has an alpha channel.
dirk [Thu, 1 Sep 2016 21:14:18 +0000 (23:14 +0200)]
Set all values of the color.
dirk [Wed, 31 Aug 2016 20:44:33 +0000 (22:44 +0200)]
Fixed incorrect padding calculation.
Cristy [Wed, 31 Aug 2016 00:01:34 +0000 (20:01 -0400)]
...
dirk [Tue, 30 Aug 2016 18:43:26 +0000 (20:43 +0200)]
Removed unused text variable.
Arthur Darcet [Tue, 30 Aug 2016 13:23:32 +0000 (15:23 +0200)]
Fix text wrapping bug
If the last letter of the last word is the only thing overflowing, but there is a wrap point somewhere available, then it should be used to wrap
dirk [Mon, 29 Aug 2016 18:58:36 +0000 (20:58 +0200)]
Fixed refactor mistake.
dirk [Mon, 29 Aug 2016 13:26:37 +0000 (15:26 +0200)]
Fixed reading DXT1 images with an alpha channel.
dirk [Mon, 29 Aug 2016 12:48:34 +0000 (14:48 +0200)]
Whitespace.
dirk [Mon, 29 Aug 2016 10:18:00 +0000 (12:18 +0200)]
Added check for missing data.
dirk [Mon, 29 Aug 2016 10:12:44 +0000 (12:12 +0200)]
Renamed variables.
dirk [Mon, 29 Aug 2016 09:53:51 +0000 (11:53 +0200)]
Added missing call to DestroyCacheView.
Cristy [Sun, 28 Aug 2016 13:24:43 +0000 (09:24 -0400)]
Prevent runtime error: division by zero
Cristy [Sun, 28 Aug 2016 12:58:24 +0000 (08:58 -0400)]
Bump release
dirk [Sat, 27 Aug 2016 19:58:06 +0000 (21:58 +0200)]
Added define 'psd:additional-info' to preserve the additional information in a PSD file.
Cristy [Sat, 27 Aug 2016 16:37:18 +0000 (12:37 -0400)]
...
dirk [Fri, 26 Aug 2016 16:11:37 +0000 (18:11 +0200)]
Fixed removing the ICC profile from the 8BIM profile.
dirk [Fri, 26 Aug 2016 15:58:45 +0000 (17:58 +0200)]
Removed unused argument.
dirk [Fri, 26 Aug 2016 11:27:53 +0000 (13:27 +0200)]
Whitespace.
Cristy [Thu, 25 Aug 2016 23:21:19 +0000 (19:21 -0400)]
https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=30327
Cristy [Wed, 24 Aug 2016 16:16:45 +0000 (12:16 -0400)]
...
Cristy [Wed, 24 Aug 2016 13:45:35 +0000 (09:45 -0400)]
Fix TIFF divide by zero (bug report from Donghai Zhu)
Cristy [Tue, 23 Aug 2016 21:42:10 +0000 (17:42 -0400)]
Prevent buffer overflow in SIXEL, PDB, MAP, and CALS coders (bug report from Donghai Zhu)
dirk [Mon, 22 Aug 2016 21:30:07 +0000 (23:30 +0200)]
Some of the additional layer information will be preserved when converting from PSD to PSD.
Cristy [Mon, 22 Aug 2016 11:48:34 +0000 (07:48 -0400)]
...
Cristy [Mon, 22 Aug 2016 11:43:54 +0000 (07:43 -0400)]
...
Cristy [Sun, 21 Aug 2016 15:48:59 +0000 (11:48 -0400)]
...
dirk [Sun, 21 Aug 2016 13:39:22 +0000 (15:39 +0200)]
Only resize in SetStringInfoLength when the length is different.
Cristy [Thu, 18 Aug 2016 23:40:03 +0000 (19:40 -0400)]
...
Cristy [Thu, 18 Aug 2016 22:23:44 +0000 (18:23 -0400)]
Prevent buffer overflow in BMP & SGI coders (bug report from pwchen&rayzhong of tencent)
Cristy [Tue, 16 Aug 2016 10:32:26 +0000 (06:32 -0400)]
...
Cristy [Mon, 15 Aug 2016 22:03:01 +0000 (18:03 -0400)]
...
Cristy [Mon, 15 Aug 2016 19:54:42 +0000 (15:54 -0400)]
Prevent buffer overflow in BMP coder (bug report from pwchen of tencent).
dirk [Mon, 15 Aug 2016 11:26:42 +0000 (13:26 +0200)]
Whitespace
dirk [Mon, 15 Aug 2016 11:07:03 +0000 (13:07 +0200)]
Removed compare methods.
Cristy [Sun, 14 Aug 2016 23:25:19 +0000 (19:25 -0400)]
Bump release
Cristy [Sun, 14 Aug 2016 23:09:08 +0000 (19:09 -0400)]
...
Cristy [Sun, 14 Aug 2016 18:49:05 +0000 (14:49 -0400)]
Eliminate compiler warning
Cristy [Sun, 14 Aug 2016 18:38:35 +0000 (14:38 -0400)]
https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=30289
dirk [Sun, 14 Aug 2016 17:57:09 +0000 (19:57 +0200)]
Removed unused argument.
dirk [Sun, 14 Aug 2016 17:55:19 +0000 (19:55 +0200)]
Some more build fixes.
dirk [Sun, 14 Aug 2016 17:23:59 +0000 (19:23 +0200)]
Build fix.
Cristy [Sun, 14 Aug 2016 14:29:59 +0000 (10:29 -0400)]
Bump release
Cristy [Sun, 14 Aug 2016 14:01:33 +0000 (10:01 -0400)]
...
Cristy [Sat, 13 Aug 2016 23:29:18 +0000 (19:29 -0400)]
://github.com/ImageMagick/ImageMagick/issues/250
dirk [Sat, 13 Aug 2016 23:09:51 +0000 (01:09 +0200)]
Fixed argument order of Contrast and ConvertHSBToRGB implementation in OpenCL.
Cristy [Sat, 13 Aug 2016 22:32:15 +0000 (18:32 -0400)]
...
dirk [Sat, 13 Aug 2016 20:42:49 +0000 (22:42 +0200)]
Fixed loading of the OpenCL benchmark file.
dirk [Sat, 13 Aug 2016 07:06:34 +0000 (09:06 +0200)]
Changed the JPEG writer to raise a warning when the exif profile exceeds 65533 bytes and truncate it.
Cristy [Tue, 9 Aug 2016 11:07:27 +0000 (07:07 -0400)]
...
Cristy [Tue, 9 Aug 2016 11:04:55 +0000 (07:04 -0400)]
...
Cristy [Mon, 8 Aug 2016 23:45:04 +0000 (19:45 -0400)]
...
Cristy [Mon, 8 Aug 2016 00:41:48 +0000 (20:41 -0400)]
...
Cristy [Mon, 8 Aug 2016 00:30:14 +0000 (20:30 -0400)]
...
Cristy [Sun, 7 Aug 2016 23:30:11 +0000 (19:30 -0400)]
Prevent spurious removal of MPC cache files
Cristy [Sun, 7 Aug 2016 12:42:26 +0000 (08:42 -0400)]
...
Cristy [Sat, 6 Aug 2016 17:31:13 +0000 (13:31 -0400)]
Bump release
Cristy [Sat, 6 Aug 2016 11:53:58 +0000 (07:53 -0400)]
Release ImageMagick 7.0.2-5
Cristy [Fri, 5 Aug 2016 20:35:07 +0000 (16:35 -0400)]
Prevent memory use after free
Cristy [Thu, 4 Aug 2016 14:23:02 +0000 (10:23 -0400)]
Prevent buffer overflow (bug report from Max Thrane)
Cristy [Wed, 3 Aug 2016 21:46:41 +0000 (17:46 -0400)]
Don't include the ImageMagick version number in any image file metadata
Cristy [Tue, 2 Aug 2016 21:19:18 +0000 (17:19 -0400)]
...
Cristy [Tue, 2 Aug 2016 19:23:45 +0000 (15:23 -0400)]
...
Cristy [Mon, 1 Aug 2016 16:16:49 +0000 (12:16 -0400)]
Evaluate lazy pixel cache morphology to prevent buffer overflow (bug report from Ibrahim M. El-Sayed)
Cristy [Sat, 30 Jul 2016 21:25:22 +0000 (17:25 -0400)]
...
Cristy [Sat, 30 Jul 2016 12:15:02 +0000 (08:15 -0400)]
Eliminate compiler warnings
Cristy [Sat, 30 Jul 2016 11:57:46 +0000 (07:57 -0400)]
Bump release
Cristy [Sat, 30 Jul 2016 00:25:35 +0000 (20:25 -0400)]
...
Cristy [Sat, 30 Jul 2016 00:06:59 +0000 (20:06 -0400)]
...
Cristy [Fri, 29 Jul 2016 22:51:50 +0000 (18:51 -0400)]
Release ImageMagick 7.0.2-6
Cristy [Fri, 29 Jul 2016 00:48:07 +0000 (20:48 -0400)]
...