]> granicus.if.org Git - imagemagick/log
imagemagick
8 years agoDon't include the ImageMagick version number in any image file metadata
Cristy [Wed, 3 Aug 2016 21:46:41 +0000 (17:46 -0400)]
Don't include the ImageMagick version number in any image file metadata

8 years ago...
Cristy [Tue, 2 Aug 2016 21:19:18 +0000 (17:19 -0400)]
...

8 years ago...
Cristy [Tue, 2 Aug 2016 19:23:45 +0000 (15:23 -0400)]
...

8 years agoEvaluate lazy pixel cache morphology to prevent buffer overflow (bug report from...
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)

8 years ago...
Cristy [Sat, 30 Jul 2016 21:25:22 +0000 (17:25 -0400)]
...

8 years agoEliminate compiler warnings
Cristy [Sat, 30 Jul 2016 12:15:02 +0000 (08:15 -0400)]
Eliminate compiler warnings

8 years agoBump release
Cristy [Sat, 30 Jul 2016 11:57:46 +0000 (07:57 -0400)]
Bump release

8 years ago...
Cristy [Sat, 30 Jul 2016 00:25:35 +0000 (20:25 -0400)]
...

8 years ago...
Cristy [Sat, 30 Jul 2016 00:06:59 +0000 (20:06 -0400)]
...

8 years agoRelease ImageMagick 7.0.2-6 7.0.2-6
Cristy [Fri, 29 Jul 2016 22:51:50 +0000 (18:51 -0400)]
Release ImageMagick 7.0.2-6

8 years ago...
Cristy [Fri, 29 Jul 2016 00:48:07 +0000 (20:48 -0400)]
...

8 years ago...
Cristy [Thu, 28 Jul 2016 22:57:46 +0000 (18:57 -0400)]
...

8 years agohttps://www.imagemagick.org/discourse-server/posting.php?mode=reply&f=1&t=29692
Cristy [Thu, 28 Jul 2016 21:41:37 +0000 (17:41 -0400)]
https://www.imagemagick.org/discourse-server/posting.php?mode=reply&f=1&t=29692

8 years agoFramework for supporting the -region option
Cristy [Thu, 28 Jul 2016 00:32:47 +0000 (20:32 -0400)]
Framework for supporting the -region option

8 years agohttps://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=30163
Cristy [Tue, 26 Jul 2016 09:58:30 +0000 (05:58 -0400)]
https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=30163

8 years agoPrevent buffer overflow (bug report from Ibrahim el-sayed)
Cristy [Mon, 25 Jul 2016 00:07:03 +0000 (20:07 -0400)]
Prevent buffer overflow (bug report from Ibrahim el-sayed)

8 years ago...
Cristy [Sun, 24 Jul 2016 23:17:41 +0000 (19:17 -0400)]
...

8 years agoAccelerateContrastImage now supports R/RA/RGB images.
dirk [Sun, 24 Jul 2016 20:46:29 +0000 (22:46 +0200)]
AccelerateContrastImage now supports R/RA/RGB images.

8 years ago...
Cristy [Sun, 24 Jul 2016 00:45:24 +0000 (20:45 -0400)]
...

8 years agohttps://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=30151
Cristy [Sat, 23 Jul 2016 23:08:45 +0000 (19:08 -0400)]
https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=30151

8 years agohttps://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=29696
Cristy [Sat, 23 Jul 2016 22:58:01 +0000 (18:58 -0400)]
https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=29696

8 years agohttps://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=30147
Cristy [Sat, 23 Jul 2016 22:12:39 +0000 (18:12 -0400)]
https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=30147

8 years ago...
Cristy [Sat, 23 Jul 2016 20:01:07 +0000 (16:01 -0400)]
...

8 years agoFix misaligned bits when writing .rfg
David Lechner [Sat, 23 Jul 2016 02:20:30 +0000 (21:20 -0500)]
Fix misaligned bits when writing .rfg

When writing LEGO MINDSTORMS EV3 .rfg file, if the image is not a
multiple of 8 pixels wide, the pixels in the last byte are not aligned
correctly. The pixels need to be shifted the number of bits that are
not used in the last byte.

8 years agoAdded check for channel mask when setting the pixel.
dirk [Sat, 23 Jul 2016 11:05:55 +0000 (13:05 +0200)]
Added check for channel mask when setting the pixel.

8 years agoBump release
Cristy [Fri, 22 Jul 2016 12:07:07 +0000 (08:07 -0400)]
Bump release

8 years ago... 7.0.2-5
Cristy [Thu, 21 Jul 2016 22:16:36 +0000 (18:16 -0400)]
...

8 years agoFixed argument order.
dirk [Thu, 21 Jul 2016 18:56:03 +0000 (20:56 +0200)]
Fixed argument order.

8 years agoWhitespace.
dirk [Wed, 20 Jul 2016 05:23:42 +0000 (07:23 +0200)]
Whitespace.

8 years agoFixed replacing of variable name.
dirk [Tue, 19 Jul 2016 20:17:40 +0000 (22:17 +0200)]
Fixed replacing of variable name.

8 years agoThe copy constructor and assignment are now supported.
dirk [Mon, 18 Jul 2016 18:30:04 +0000 (20:30 +0200)]
The copy constructor and assignment are now supported.

8 years agoFixed compiler warning.
dirk [Mon, 18 Jul 2016 05:11:29 +0000 (07:11 +0200)]
Fixed compiler warning.

8 years agoAdded missing exceptionInfo to various methods.
dirk [Sun, 17 Jul 2016 20:42:27 +0000 (22:42 +0200)]
Added missing exceptionInfo to various methods.

8 years agoDon't call the MagickCore methods when the iteration is empty.
dirk [Sun, 17 Jul 2016 20:32:08 +0000 (22:32 +0200)]
Don't call the MagickCore methods when the iteration is empty.

8 years agoAdded missing checks for MAGICKCORE_ZERO_CONFIGURATION_SUPPORT.
dirk [Sun, 17 Jul 2016 17:32:43 +0000 (19:32 +0200)]
Added missing checks for MAGICKCORE_ZERO_CONFIGURATION_SUPPORT.

8 years agoFixed compiler warning.
dirk [Sun, 17 Jul 2016 16:59:02 +0000 (18:59 +0200)]
Fixed compiler warning.

8 years agoFixed compiler warning.
dirk [Sun, 17 Jul 2016 16:50:36 +0000 (18:50 +0200)]
Fixed compiler warning.

8 years agoDo not enable anonymous memory support for --enable-zero-configuration option
Cristy [Sun, 17 Jul 2016 12:21:18 +0000 (08:21 -0400)]
Do not enable anonymous memory support for --enable-zero-configuration option

8 years agofixes for mingw-w64
Jeroen Ooms [Sat, 16 Jul 2016 19:56:22 +0000 (21:56 +0200)]
fixes for mingw-w64

8 years agoFix typo in comment.
dirk [Sun, 17 Jul 2016 09:41:53 +0000 (11:41 +0200)]
Fix typo in comment.

8 years ago...
Cristy [Sat, 16 Jul 2016 01:38:51 +0000 (21:38 -0400)]
...

8 years ago...
Cristy [Sat, 16 Jul 2016 00:55:42 +0000 (20:55 -0400)]
...

8 years agoInitialize index channel to get expected results from the stegano coder
Cristy [Fri, 15 Jul 2016 13:34:12 +0000 (09:34 -0400)]
Initialize index channel to get expected results from the stegano coder

8 years agoPrevent possible buffer overflow when reading TIFF images (bug report from Shi Pu...
Cristy [Thu, 14 Jul 2016 10:28:00 +0000 (06:28 -0400)]
Prevent possible buffer overflow when reading TIFF images (bug report from Shi Pu of MS509 Team)

8 years ago...
Cristy [Wed, 13 Jul 2016 22:08:36 +0000 (18:08 -0400)]
...

8 years agohttps://github.com/ImageMagick/ImageMagick/issues/229
Cristy [Wed, 13 Jul 2016 22:05:02 +0000 (18:05 -0400)]
https://github.com/ImageMagick/ImageMagick/issues/229

8 years agoFixed rotational blur for images with an alpha channel.
dirk [Mon, 11 Jul 2016 18:53:14 +0000 (20:53 +0200)]
Fixed rotational blur for images with an alpha channel.

8 years agoBump release
Cristy [Mon, 11 Jul 2016 16:42:00 +0000 (12:42 -0400)]
Bump release

8 years ago...
Cristy [Sun, 10 Jul 2016 23:21:52 +0000 (19:21 -0400)]
...

8 years agoReturn pixel if black color is the same as white color
Cristy [Sun, 10 Jul 2016 15:28:16 +0000 (11:28 -0400)]
Return pixel if black color is the same as white color

8 years ago... 7.0.2-4
Cristy [Sun, 10 Jul 2016 14:18:22 +0000 (10:18 -0400)]
...

8 years agoSet perceptual hash size to max pixel channels
Cristy [Sun, 10 Jul 2016 13:42:38 +0000 (09:42 -0400)]
Set perceptual hash size to max pixel channels

8 years agoAdded new OpenCL methods for when all channels should be read or written.
dirk [Sun, 10 Jul 2016 13:38:28 +0000 (15:38 +0200)]
Added new OpenCL methods for when all channels should be read or written.

8 years agoFixed possible memory leak.
dirk [Sun, 10 Jul 2016 13:24:44 +0000 (15:24 +0200)]
Fixed possible memory leak.

8 years agoFixed another bug in the OpenCL implementation of RotationalBlurImage.
dirk [Sun, 10 Jul 2016 13:23:17 +0000 (15:23 +0200)]
Fixed another bug in the OpenCL implementation of RotationalBlurImage.

8 years agoDefine CompositeChannels mask to Red, Green, Blue, Alpha, and Black
Cristy [Sun, 10 Jul 2016 13:03:46 +0000 (09:03 -0400)]
Define CompositeChannels mask to Red, Green, Blue, Alpha, and Black

8 years ago...
Cristy [Sun, 10 Jul 2016 12:20:20 +0000 (08:20 -0400)]
...

8 years agohttps://github.com/ImageMagick/ImageMagick/issues/227
Cristy [Sun, 10 Jul 2016 12:13:20 +0000 (08:13 -0400)]
https://github.com/ImageMagick/ImageMagick/issues/227

8 years agoFixed OpenCL implementation of RotationalBlurImage.
dirk [Sun, 10 Jul 2016 08:21:04 +0000 (10:21 +0200)]
Fixed OpenCL implementation of RotationalBlurImage.

8 years ago...
Cristy [Sun, 10 Jul 2016 00:54:46 +0000 (20:54 -0400)]
...

8 years agohttps://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=30043
Cristy [Sat, 9 Jul 2016 20:46:48 +0000 (16:46 -0400)]
https://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=30043

8 years agoBump release
Cristy [Sat, 9 Jul 2016 20:39:04 +0000 (16:39 -0400)]
Bump release

8 years ago...
Cristy [Sat, 9 Jul 2016 20:14:13 +0000 (16:14 -0400)]
...

8 years agohttps://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=30043
Cristy [Sat, 9 Jul 2016 13:54:12 +0000 (09:54 -0400)]
https://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=30043

8 years agoRelease ImageMagick 7.0.2-3 7.0.2-3
Cristy [Sat, 9 Jul 2016 11:39:37 +0000 (07:39 -0400)]
Release ImageMagick 7.0.2-3

8 years agoInterpolatePixelInfo() required hald_image rather than image as its first argument
Cristy [Sat, 9 Jul 2016 11:36:56 +0000 (07:36 -0400)]
InterpolatePixelInfo() required hald_image rather than image as its first argument

8 years agoPartial fix to https://github.com/ImageMagick/ImageMagick/issues/167
Cristy [Sat, 9 Jul 2016 00:28:28 +0000 (20:28 -0400)]
Partial fix to https://github.com/ImageMagick/ImageMagick/issues/167

8 years agohttps://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=30043
Cristy [Fri, 8 Jul 2016 22:16:47 +0000 (18:16 -0400)]
https://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=30043

8 years ago...
Cristy [Fri, 8 Jul 2016 21:55:20 +0000 (17:55 -0400)]
...

8 years agoImproved copying of the pixels when the channel mask is set.
dirk [Fri, 8 Jul 2016 20:58:46 +0000 (22:58 +0200)]
Improved copying of the pixels when the channel mask is set.

8 years agoThe source pixels need to be copied when a channel mask is set otherwise the values...
dirk [Thu, 7 Jul 2016 21:16:32 +0000 (23:16 +0200)]
The source pixels need to be copied when a channel mask is set otherwise the values will be uninitialized.

8 years agoFix ‘exception’ may be used uninitialized warning
Cristy [Wed, 6 Jul 2016 18:00:18 +0000 (14:00 -0400)]
Fix ‘exception’ may be used uninitialized warning

8 years agohttps://github.com/ImageMagick/ImageMagick/issues/227
Cristy [Wed, 6 Jul 2016 14:02:05 +0000 (10:02 -0400)]
https://github.com/ImageMagick/ImageMagick/issues/227

8 years ago...
Cristy [Wed, 6 Jul 2016 12:51:47 +0000 (08:51 -0400)]
...

8 years agoImprove buffer overflow sanity check
Cristy [Wed, 6 Jul 2016 12:18:50 +0000 (08:18 -0400)]
Improve buffer overflow sanity check

8 years ago...
Cristy [Wed, 6 Jul 2016 11:58:52 +0000 (07:58 -0400)]
...

8 years agoAdded check to make sure that the context is not null.
dirk [Wed, 6 Jul 2016 05:02:44 +0000 (07:02 +0200)]
Added check to make sure that the context is not null.

8 years agoCall SetImageExtent() just before the scanlines are read
Cristy [Wed, 6 Jul 2016 01:02:55 +0000 (21:02 -0400)]
Call SetImageExtent() just before the scanlines are read

8 years agoOpenCL will be disabled when the cache directory cannot be determined.
dirk [Tue, 5 Jul 2016 21:09:45 +0000 (23:09 +0200)]
OpenCL will be disabled when the cache directory cannot be determined.

8 years agoFixed rounding and added clFlush to keep Intel happy.
dirk [Tue, 5 Jul 2016 19:22:15 +0000 (21:22 +0200)]
Fixed rounding and added clFlush to keep Intel happy.

8 years agoSpaces are better!
dirk [Tue, 5 Jul 2016 18:13:27 +0000 (20:13 +0200)]
Spaces are better!

8 years agoUse CopyMagickString() rather than CopyMagickMemory() for strings
Cristy [Tue, 5 Jul 2016 12:23:11 +0000 (08:23 -0400)]
Use CopyMagickString() rather than CopyMagickMemory() for strings

8 years ago...
Cristy [Tue, 5 Jul 2016 12:20:31 +0000 (08:20 -0400)]
...

8 years ago...
Cristy [Tue, 5 Jul 2016 12:18:37 +0000 (08:18 -0400)]
...

8 years ago...
Cristy [Tue, 5 Jul 2016 12:16:31 +0000 (08:16 -0400)]
...

8 years agoUse CopyMagickString() rather than CopyMagickMemory()
Cristy [Tue, 5 Jul 2016 12:13:17 +0000 (08:13 -0400)]
Use CopyMagickString() rather than CopyMagickMemory()

8 years ago...
Cristy [Tue, 5 Jul 2016 11:01:47 +0000 (07:01 -0400)]
...

8 years ago...
Cristy [Tue, 5 Jul 2016 08:54:57 +0000 (04:54 -0400)]
...

8 years agoThe histogram coder now returns the correct extent
Cristy [Tue, 5 Jul 2016 00:11:40 +0000 (20:11 -0400)]
The histogram coder now returns the correct extent

8 years ago...
Cristy [Tue, 5 Jul 2016 00:04:29 +0000 (20:04 -0400)]
...

8 years ago...
Cristy [Tue, 5 Jul 2016 00:00:16 +0000 (20:00 -0400)]
...

8 years agoPrevent possible stack overflow
Cristy [Mon, 4 Jul 2016 13:03:59 +0000 (09:03 -0400)]
Prevent possible stack overflow

8 years ago...
Cristy [Sat, 2 Jul 2016 21:33:49 +0000 (17:33 -0400)]
...

8 years agoPatch so -kuwahara option can preserve colormapped edges
Cristy [Sat, 2 Jul 2016 21:29:32 +0000 (17:29 -0400)]
Patch so -kuwahara option can preserve colormapped edges

8 years agoFixed blend implementation of InterPolatePixelChannels.
dirk [Sat, 2 Jul 2016 18:59:05 +0000 (20:59 +0200)]
Fixed blend implementation of InterPolatePixelChannels.

8 years ago...
Cristy [Thu, 30 Jun 2016 20:49:17 +0000 (16:49 -0400)]
...

8 years agoBump release
Cristy [Wed, 29 Jun 2016 17:03:41 +0000 (13:03 -0400)]
Bump release

8 years agoCan't use %fx in delegates configuration file 7.0.2-2
Cristy [Mon, 27 Jun 2016 21:14:15 +0000 (17:14 -0400)]
Can't use %fx in delegates configuration file

8 years ago...
Cristy [Mon, 27 Jun 2016 00:38:19 +0000 (20:38 -0400)]
...

8 years agoProper fix...
dirk [Sun, 26 Jun 2016 09:02:34 +0000 (11:02 +0200)]
Proper fix...