]> granicus.if.org Git - imagemagick/log
imagemagick
8 years agoMerge branch 'master' of git.imagemagick.org:repos/ImageMagick
Cristy [Tue, 13 Oct 2015 00:11:00 +0000 (20:11 -0400)]
Merge branch 'master' of git.imagemagick.org:repos/ImageMagick

8 years agoUpdate documentation
Cristy [Tue, 13 Oct 2015 00:10:32 +0000 (20:10 -0400)]
Update documentation

8 years agoFixed enabling the alpha channel for the creation of the merged image.
dirk [Mon, 12 Oct 2015 15:31:15 +0000 (17:31 +0200)]
Fixed enabling the alpha channel for the creation of the merged image.

8 years agoFixed modification of the alpha channel for associate and disassociate.
dirk [Mon, 12 Oct 2015 09:37:29 +0000 (11:37 +0200)]
Fixed modification of the alpha channel for associate and disassociate.

8 years agoAdd support for gradient:bounding-box, gradient:vector, gradient:center, and gradient...
Cristy [Sun, 11 Oct 2015 14:45:22 +0000 (10:45 -0400)]
Add support for gradient:bounding-box, gradient:vector, gradient:center, and gradient:radius to shape the gradient rendering

8 years agoFixed out of bounds error in SpliceImage.
dirk [Fri, 9 Oct 2015 08:07:51 +0000 (10:07 +0200)]
Fixed out of bounds error in SpliceImage.

8 years agoReset counter to fix page numbering.
dirk [Fri, 9 Oct 2015 06:59:31 +0000 (08:59 +0200)]
Reset counter to fix page numbering.

8 years agoIf the type is true color the image will be changed to DirectClass.
dirk [Thu, 8 Oct 2015 22:32:39 +0000 (00:32 +0200)]
If the type is true color the image will be changed to DirectClass.

8 years agoFix for accessing subimage in a photoshop layer.
dirk [Thu, 8 Oct 2015 20:47:31 +0000 (22:47 +0200)]
Fix for accessing subimage in a photoshop layer.

8 years agoAdded inverse option to the transparent method.
dirk [Thu, 8 Oct 2015 12:42:57 +0000 (14:42 +0200)]
Added inverse option to the transparent method.

8 years agoAdded missing const.
dirk [Tue, 6 Oct 2015 21:08:22 +0000 (23:08 +0200)]
Added missing const.

8 years agohttps://github.com/ImageMagick/ImageMagick/issues/44
Cristy [Tue, 6 Oct 2015 11:52:01 +0000 (07:52 -0400)]
https://github.com/ImageMagick/ImageMagick/issues/44

8 years agoAdded method to test if two colors are fuzzy equivalent.
dirk [Mon, 5 Oct 2015 21:45:55 +0000 (23:45 +0200)]
Added method to test if two colors are fuzzy equivalent.

8 years agoFixed check for the number of pixels that will be allocated.
dirk [Mon, 5 Oct 2015 20:11:31 +0000 (22:11 +0200)]
Fixed check for the number of pixels that will be allocated.

8 years agohttp://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=28403
Cristy [Mon, 5 Oct 2015 10:30:10 +0000 (06:30 -0400)]
http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=28403

8 years agohttps://github.com/ImageMagick/ImageMagick/issues/44
Cristy [Sun, 4 Oct 2015 23:44:36 +0000 (19:44 -0400)]
https://github.com/ImageMagick/ImageMagick/issues/44

8 years agoMerge branch 'master' of git.imagemagick.org:repos/ImageMagick
Cristy [Sun, 4 Oct 2015 00:36:33 +0000 (20:36 -0400)]
Merge branch 'master' of git.imagemagick.org:repos/ImageMagick

8 years agohttp://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=28443
Cristy [Sun, 4 Oct 2015 00:33:39 +0000 (20:33 -0400)]
http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=28443

8 years agoRemoved object file and modified .gitignore
dirk [Sat, 3 Oct 2015 07:13:09 +0000 (09:13 +0200)]
Removed object file and modified .gitignore

8 years agoDon't close blob for JNG image
Cristy [Sat, 3 Oct 2015 00:38:03 +0000 (20:38 -0400)]
Don't close blob for JNG image

8 years agoDefine MaxTextExtent to make MagickCore compatible with IMv6
Cristy [Sat, 3 Oct 2015 00:16:00 +0000 (20:16 -0400)]
Define MaxTextExtent to make MagickCore compatible with IMv6

8 years agoThe -caption option no longer fails for filenames with @ prefix
Cristy [Fri, 2 Oct 2015 22:59:32 +0000 (18:59 -0400)]
The -caption option no longer fails for filenames with @ prefix

8 years agoRead the whole image @ image.jp2[0] or an individual tile @ image.jp2[1], image.jp2[2]
Cristy [Fri, 2 Oct 2015 21:43:23 +0000 (17:43 -0400)]
Read the whole image @ image.jp2[0] or an individual tile @ image.jp2[1], image.jp2[2]

8 years agoReverted change so the variable is in the correct scope.
dirk [Fri, 2 Oct 2015 12:06:27 +0000 (14:06 +0200)]
Reverted change so the variable is in the correct scope.

8 years agoFixed various warnings reported by Visual Studio 2015
dirk [Thu, 1 Oct 2015 14:56:10 +0000 (16:56 +0200)]
Fixed various warnings reported by Visual Studio 2015

8 years agoFixed typo in README (Github: #45)
dirk [Tue, 29 Sep 2015 14:58:51 +0000 (16:58 +0200)]
Fixed typo in README (Github: #45)

8 years agohttp://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=28422
Cristy [Tue, 29 Sep 2015 12:20:12 +0000 (08:20 -0400)]
http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=28422

8 years agoDisable fflush() of read-only handle under Microsoft Windows
Cristy [Tue, 29 Sep 2015 12:11:16 +0000 (08:11 -0400)]
Disable fflush() of read-only handle under Microsoft Windows

8 years agoAdded levelize to Magick++.
dirk [Mon, 28 Sep 2015 18:33:59 +0000 (20:33 +0200)]
Added levelize to Magick++.

8 years agohttps://github.com/ImageMagick/ImageMagick/pull/42
Cristy [Sun, 27 Sep 2015 17:19:14 +0000 (13:19 -0400)]
https://github.com/ImageMagick/ImageMagick/pull/42

8 years agohttp://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=28412
Cristy [Sun, 27 Sep 2015 14:47:45 +0000 (10:47 -0400)]
http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=28412

8 years agoRevert RLE patch
Cristy [Sun, 27 Sep 2015 12:18:17 +0000 (08:18 -0400)]
Revert RLE patch

8 years agoRemove compiler warning
Cristy [Sun, 27 Sep 2015 00:50:55 +0000 (20:50 -0400)]
Remove compiler warning

8 years agohttps://github.com/ImageMagick/ImageMagick/issues/41
Cristy [Sat, 26 Sep 2015 23:21:38 +0000 (19:21 -0400)]
https://github.com/ImageMagick/ImageMagick/issues/41

8 years agoRemoved fflush that was causing problems with a VS2015 release build.
dirk [Sat, 26 Sep 2015 19:23:23 +0000 (21:23 +0200)]
Removed fflush that was causing problems with a VS2015 release build.

8 years agoBy default, auto-level all channels equally
Cristy [Sat, 26 Sep 2015 07:22:29 +0000 (03:22 -0400)]
By default, auto-level all channels equally

8 years agoInitialize row_maxima / row_minima
Cristy [Fri, 25 Sep 2015 23:01:26 +0000 (19:01 -0400)]
Initialize row_maxima / row_minima

8 years agoFix wrong number of columns in documentation.
Sebastian Buchwald [Fri, 25 Sep 2015 12:53:36 +0000 (14:53 +0200)]
Fix wrong number of columns in documentation.

8 years agoMerge remote-tracking branch 'remotes/emconn/ImageMagick-7-manhattan'
dirk [Fri, 25 Sep 2015 20:21:40 +0000 (22:21 +0200)]
Merge remote-tracking branch 'remotes/emconn/ImageMagick-7-manhattan'

8 years agoEliminate some minor compiler warnings
Cristy [Fri, 25 Sep 2015 12:58:21 +0000 (08:58 -0400)]
Eliminate some minor compiler warnings

8 years agoCreate Manhatten Intperolate method for -sparse-color on IM7 branch
Eric McConville [Thu, 24 Sep 2015 18:33:45 +0000 (13:33 -0500)]
Create Manhatten Intperolate method for -sparse-color on IM7 branch

8 years agohttps://github.com/ImageMagick/ImageMagick/pull/34
Cristy [Thu, 24 Sep 2015 13:36:17 +0000 (09:36 -0400)]
https://github.com/ImageMagick/ImageMagick/pull/34

8 years agoMoved assertion and added not null check (Github: #33)
dirk [Tue, 22 Sep 2015 05:18:34 +0000 (07:18 +0200)]
Moved assertion and added not null check (Github: #33)

8 years agohttps://github.com/ImageMagick/ImageMagick/issues/33
Cristy [Mon, 21 Sep 2015 22:18:44 +0000 (18:18 -0400)]
https://github.com/ImageMagick/ImageMagick/issues/33

8 years agoReverted ColorDodgeCompositeOp calculation to the one from IM6.
dirk [Mon, 21 Sep 2015 21:09:30 +0000 (23:09 +0200)]
Reverted ColorDodgeCompositeOp calculation to the one from IM6.

8 years agoFixed setting alpha.
dirk [Mon, 21 Sep 2015 20:31:51 +0000 (22:31 +0200)]
Fixed setting alpha.

8 years agoImproved performance of GetImageRange with OpenMP enabled.
dirk [Mon, 21 Sep 2015 18:51:20 +0000 (20:51 +0200)]
Improved performance of GetImageRange with OpenMP enabled.

8 years agoFixed various warnings reported by Visual Studio 2015
dirk [Sun, 20 Sep 2015 14:59:31 +0000 (16:59 +0200)]
Fixed various warnings reported by Visual Studio 2015

8 years agoCode tweaks, no functional changes
Cristy [Sun, 20 Sep 2015 13:56:47 +0000 (09:56 -0400)]
Code tweaks, no functional changes

8 years agoMerge branch 'master' of git.imagemagick.org:repos/ImageMagick
Cristy [Sun, 20 Sep 2015 10:44:14 +0000 (06:44 -0400)]
Merge branch 'master' of git.imagemagick.org:repos/ImageMagick

8 years agoTietz offset is a Tiff property
Cristy [Sun, 20 Sep 2015 10:43:25 +0000 (06:43 -0400)]
Tietz offset is a Tiff property

8 years agoFixed memory leak that occurs when malloc fails.
dirk [Sun, 20 Sep 2015 07:11:28 +0000 (09:11 +0200)]
Fixed memory leak that occurs when malloc fails.

8 years agoRevert configure.ac patch
Cristy [Sat, 19 Sep 2015 22:29:00 +0000 (18:29 -0400)]
Revert configure.ac patch

8 years agoMerge branch 'master' of git.imagemagick.org:repos/ImageMagick
Cristy [Sat, 19 Sep 2015 20:50:24 +0000 (16:50 -0400)]
Merge branch 'master' of git.imagemagick.org:repos/ImageMagick

8 years agoRestore ImageMagick tar filename
Cristy [Sat, 19 Sep 2015 20:49:39 +0000 (16:49 -0400)]
Restore ImageMagick tar filename

8 years agoRenamed opacity to alpha.
dirk [Sat, 19 Sep 2015 16:51:12 +0000 (18:51 +0200)]
Renamed opacity to alpha.

8 years agoChanged return into a break to make sure SyncImagePixelCache is called.
dirk [Sat, 19 Sep 2015 13:02:33 +0000 (15:02 +0200)]
Changed return into a break to make sure SyncImagePixelCache is called.

8 years agoFixed value of matte.
dirk [Sat, 19 Sep 2015 12:58:52 +0000 (14:58 +0200)]
Fixed value of matte.

8 years agoMinor refactoring.
dirk [Sat, 19 Sep 2015 12:53:24 +0000 (14:53 +0200)]
Minor refactoring.

8 years agoFixed setting the channel mask inside SeparateImage.
dirk [Sat, 19 Sep 2015 12:48:44 +0000 (14:48 +0200)]
Fixed setting the channel mask inside SeparateImage.

8 years agoMerge branch 'master' of git.imagemagick.org:repos/ImageMagick
Cristy [Sat, 19 Sep 2015 11:55:44 +0000 (07:55 -0400)]
Merge branch 'master' of git.imagemagick.org:repos/ImageMagick

8 years agohttp://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=28350
Cristy [Sat, 19 Sep 2015 11:55:24 +0000 (07:55 -0400)]
http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=28350

8 years agoFixed memory leak in IsOptionMember.
dirk [Sat, 19 Sep 2015 11:42:25 +0000 (13:42 +0200)]
Fixed memory leak in IsOptionMember.

8 years agoSetting endianness of image earlier.
dirk [Fri, 18 Sep 2015 06:48:34 +0000 (08:48 +0200)]
Setting endianness of image earlier.

8 years agohttps://github.com/ImageMagick/ImageMagick/issues/26
Cristy [Fri, 18 Sep 2015 00:44:51 +0000 (20:44 -0400)]
https://github.com/ImageMagick/ImageMagick/issues/26

8 years agoMerge branch 'master' of git.imagemagick.org:repos/ImageMagick
Cristy [Fri, 18 Sep 2015 00:19:02 +0000 (20:19 -0400)]
Merge branch 'master' of git.imagemagick.org:repos/ImageMagick

8 years agohttp://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=28359
Cristy [Fri, 18 Sep 2015 00:16:13 +0000 (20:16 -0400)]
http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=28359

8 years agoFixed size of memory allocation to avoid segfault (Github: #32).
dirk [Thu, 17 Sep 2015 20:35:27 +0000 (22:35 +0200)]
Fixed size of memory allocation to avoid segfault (Github: #32).

8 years agoAdded extra checks to avoid out of bounds error when parsing the 8bim profile. (Githu...
dirk [Thu, 17 Sep 2015 11:10:15 +0000 (13:10 +0200)]
Added extra checks to avoid out of bounds error when parsing the 8bim profile. (Github: #31)

8 years agoDelete unused web pages
Cristy [Thu, 17 Sep 2015 00:05:46 +0000 (20:05 -0400)]
Delete unused web pages

8 years agoMore web page fixes
Cristy [Wed, 16 Sep 2015 23:37:28 +0000 (19:37 -0400)]
More web page fixes

8 years agoAttempt two to improve web pages
Cristy [Wed, 16 Sep 2015 23:27:34 +0000 (19:27 -0400)]
Attempt two to improve web pages

9 years agoAdd Twitter's { bootstrap.css, bootstrap.js }
Cristy [Wed, 16 Sep 2015 21:00:17 +0000 (17:00 -0400)]
Add Twitter's { bootstrap.css, bootstrap.js }

9 years agoApply Debian patches: Use modern idiom for autoconf; Fix a forgotten dir when regener...
Cristy [Wed, 16 Sep 2015 20:50:53 +0000 (16:50 -0400)]
Apply Debian patches: Use modern idiom for autoconf; Fix a forgotten dir when regenerating html doc; fix HTML problems

9 years agoMerge branch 'master' of git.imagemagick.org:repos/ImageMagick
Cristy [Wed, 16 Sep 2015 19:55:39 +0000 (15:55 -0400)]
Merge branch 'master' of git.imagemagick.org:repos/ImageMagick

9 years agoDon't need magick.css
Cristy [Wed, 16 Sep 2015 19:55:22 +0000 (15:55 -0400)]
Don't need magick.css

9 years agoAdd Bootstrap MIT license to ImageMagick web CSS and JS
Cristy [Wed, 16 Sep 2015 19:55:04 +0000 (15:55 -0400)]
Add Bootstrap MIT license to ImageMagick web CSS and JS

9 years agoFix for writing grayscale jp2 images.
dirk [Wed, 16 Sep 2015 12:08:55 +0000 (14:08 +0200)]
Fix for writing grayscale jp2 images.

9 years agoAdded missing define.
dirk [Tue, 15 Sep 2015 20:14:51 +0000 (22:14 +0200)]
Added missing define.

9 years agoMerge branch 'master' of git.imagemagick.org:repos/ImageMagick
Cristy [Mon, 14 Sep 2015 21:33:56 +0000 (17:33 -0400)]
Merge branch 'master' of git.imagemagick.org:repos/ImageMagick

9 years agoOlder versions of libpng do not support png_const_bytep
Cristy [Mon, 14 Sep 2015 21:33:11 +0000 (17:33 -0400)]
Older versions of libpng do not support png_const_bytep

9 years agoChanged mime type.
dirk [Mon, 14 Sep 2015 20:26:43 +0000 (22:26 +0200)]
Changed mime type.

9 years agoAdded new constructor to the Image class of Magick++ to copy part of the image.
dirk [Mon, 14 Sep 2015 19:58:35 +0000 (21:58 +0200)]
Added new constructor to the Image class of Magick++ to copy part of the image.

9 years agoAdded mime type for json.
dirk [Mon, 14 Sep 2015 19:33:54 +0000 (21:33 +0200)]
Added mime type for json.

9 years agoRemoved duplicate const.
dirk [Mon, 14 Sep 2015 19:10:13 +0000 (21:10 +0200)]
Removed duplicate const.

9 years agoMake some structures immutable
Cristy [Mon, 14 Sep 2015 11:48:08 +0000 (07:48 -0400)]
Make some structures immutable

9 years agoUpdate ImageMagick example image
Cristy [Sun, 13 Sep 2015 20:59:13 +0000 (16:59 -0400)]
Update ImageMagick example image

9 years agoPreserving image origin in TGA files.
dirk [Sun, 13 Sep 2015 07:30:49 +0000 (09:30 +0200)]
Preserving image origin in TGA files.

9 years agoEnsure -fuzz 0 -trim works properly for HDRI
Cristy [Sat, 12 Sep 2015 23:50:49 +0000 (19:50 -0400)]
Ensure -fuzz 0 -trim works properly for HDRI

9 years agoReduce epsilon so -fuzz 0 -trim works under HDRI
Cristy [Sat, 12 Sep 2015 23:38:54 +0000 (19:38 -0400)]
Reduce epsilon so -fuzz 0 -trim works under HDRI

9 years agoFixed a possible memory leak for -sampling-factor option
Cristy [Fri, 11 Sep 2015 23:49:21 +0000 (19:49 -0400)]
Fixed a possible memory leak for -sampling-factor option

9 years agoMakefile.in is generated, no direct edits permitted
Cristy [Fri, 11 Sep 2015 19:59:48 +0000 (15:59 -0400)]
Makefile.in is generated, no direct edits permitted

9 years agohttps://bugs.launchpad.net/ubuntu/+source/imagemagick/+bug/1492881
Cristy [Fri, 11 Sep 2015 15:51:22 +0000 (11:51 -0400)]
https://bugs.launchpad.net/ubuntu/+source/imagemagick/+bug/1492881

9 years agoMinor fix to remove uneeded files RPM build
anthony [Fri, 11 Sep 2015 02:11:56 +0000 (12:11 +1000)]
Minor fix to remove uneeded files RPM build

9 years agoFixed check for the jp2 format (Github: #28)
dirk [Thu, 10 Sep 2015 10:54:36 +0000 (12:54 +0200)]
Fixed check for the jp2 format (Github: #28)

9 years agoDon't blend alpha when the alpha channel is deactivated
Cristy [Tue, 8 Sep 2015 22:51:56 +0000 (18:51 -0400)]
Don't blend alpha when the alpha channel is deactivated

9 years agoCoder thread support is via flags (thread_support is deprectated)
Cristy [Mon, 7 Sep 2015 13:51:07 +0000 (09:51 -0400)]
Coder thread support is via flags (thread_support is deprectated)

9 years agoRemove support for Macintosh and VMS
Cristy [Sun, 6 Sep 2015 09:36:11 +0000 (05:36 -0400)]
Remove support for Macintosh and VMS

9 years agoRemove MagickCore X11 compatibility methods
Cristy [Sun, 6 Sep 2015 01:31:36 +0000 (21:31 -0400)]
Remove MagickCore X11 compatibility methods

9 years agoRemove MagickCore X11 compatibility methods
Cristy [Sun, 6 Sep 2015 01:27:44 +0000 (21:27 -0400)]
Remove MagickCore X11 compatibility methods