]>
granicus.if.org Git - imagemagick/log
Cristy [Sun, 20 Jan 2019 15:02:42 +0000 (10:02 -0500)]
https://github.com/ImageMagick/ImageMagick/issues/1455
Dirk Lemstra [Sun, 20 Jan 2019 14:31:52 +0000 (15:31 +0100)]
Added option to the dds encoder to make it possible to only write the raw pixels.
Dirk Lemstra [Sun, 20 Jan 2019 09:28:31 +0000 (10:28 +0100)]
Code cleanup.
Dirk Lemstra [Sun, 20 Jan 2019 09:25:29 +0000 (10:25 +0100)]
Added missing check.
Dirk Lemstra [Sun, 20 Jan 2019 09:22:42 +0000 (10:22 +0100)]
Fixed the Windows build.
Dirk Lemstra [Sun, 20 Jan 2019 09:21:34 +0000 (10:21 +0100)]
Minor refactoring.
Dirk Lemstra [Sun, 20 Jan 2019 09:13:25 +0000 (10:13 +0100)]
Remove unused code.
Cristy [Sat, 19 Jan 2019 22:53:40 +0000 (17:53 -0500)]
Include missing phrase from copyright
Cristy [Sat, 19 Jan 2019 17:27:50 +0000 (12:27 -0500)]
https://github.com/ImageMagick/ImageMagick/issues/1457
Cristy [Sat, 19 Jan 2019 16:20:51 +0000 (11:20 -0500)]
https://github.com/ImageMagick/ImageMagick/issues/1458
asuwendi [Sat, 19 Jan 2019 14:42:17 +0000 (21:42 +0700)]
add exif and xmp metadata support to heic encoder (#1456)
Cristy [Thu, 17 Jan 2019 18:21:58 +0000 (13:21 -0500)]
...
Cristy [Wed, 16 Jan 2019 15:20:40 +0000 (10:20 -0500)]
...
Cristy [Wed, 16 Jan 2019 14:02:07 +0000 (09:02 -0500)]
...
Dirk Lemstra [Tue, 15 Jan 2019 20:54:40 +0000 (21:54 +0100)]
Added missing coder aliases.
Dirk Lemstra [Sun, 13 Jan 2019 16:01:32 +0000 (17:01 +0100)]
Whitespace cleanup.
Dirk Lemstra [Sun, 13 Jan 2019 12:10:28 +0000 (13:10 +0100)]
Reverted changes.
Dirk Lemstra [Sun, 13 Jan 2019 12:07:18 +0000 (13:07 +0100)]
Make sure the temporary path value is cleaned up.
Dirk Lemstra [Sun, 13 Jan 2019 11:42:45 +0000 (12:42 +0100)]
Only load the first configure.xml file that was found to avoid duplicate values.
Dirk Lemstra [Sun, 13 Jan 2019 11:39:47 +0000 (12:39 +0100)]
Removed unused macro.
Dirk Lemstra [Sun, 13 Jan 2019 11:38:59 +0000 (12:38 +0100)]
Load part of the configuration at runtime.
Dirk Lemstra [Sun, 13 Jan 2019 11:19:47 +0000 (12:19 +0100)]
Refactored use of status.
Cristy [Sat, 12 Jan 2019 22:07:28 +0000 (17:07 -0500)]
...
Cristy [Sat, 12 Jan 2019 22:06:24 +0000 (17:06 -0500)]
...
vwvw [Sat, 12 Jan 2019 20:54:17 +0000 (21:54 +0100)]
Typo and broken link (#1447)
* Fix for typo and broken link
* Change to match https://github.com/ImageMagick/ImageMagick/commit/
1eccad38257e4e11bfc5c3e7241fe10d0980716f\#diff-
04c6e90faac2675aa89e2176d2eec7d8
Cristy [Sat, 12 Jan 2019 19:22:01 +0000 (14:22 -0500)]
https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=11574
Cristy [Sat, 12 Jan 2019 18:07:57 +0000 (13:07 -0500)]
Correct accounting for mapped blob resources
Cristy [Sat, 12 Jan 2019 16:11:40 +0000 (11:11 -0500)]
https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=12467
Cristy [Sat, 12 Jan 2019 15:36:50 +0000 (10:36 -0500)]
Account for negative pixels in ShadeImage()
Cristy [Sat, 12 Jan 2019 12:46:12 +0000 (07:46 -0500)]
Annotate with negative offsets no longer renders slanted text
Cristy [Sat, 12 Jan 2019 01:19:22 +0000 (20:19 -0500)]
https://github.com/ImageMagick/ImageMagick/issues/1319
Dirk Lemstra [Fri, 11 Jan 2019 08:58:30 +0000 (09:58 +0100)]
When the exception list limit has been reached and the current exception is an error we allow one extra exception to make sure an error is thrown.
Dirk Lemstra [Fri, 11 Jan 2019 08:21:04 +0000 (09:21 +0100)]
Raise a warning instead of an error when the exception list limit has been reached.
Cristy [Wed, 9 Jan 2019 23:36:47 +0000 (18:36 -0500)]
https://github.com/ImageMagick/ImageMagick/issues/1445
Cristy [Wed, 9 Jan 2019 23:33:42 +0000 (18:33 -0500)]
https://github.com/ImageMagick/ImageMagick/issues/1445
Cristy [Wed, 9 Jan 2019 01:05:47 +0000 (20:05 -0500)]
...
Dirk Lemstra [Wed, 9 Jan 2019 06:47:06 +0000 (07:47 +0100)]
Moved call to xmlCleanupParser from msl and svg coder to MagickCoreTerminus.
Dirk Lemstra [Tue, 8 Jan 2019 22:07:32 +0000 (23:07 +0100)]
Call SetImageExtent to make sure the new width and height are allowed and the pixel cache is synchronized.
Dirk Lemstra [Tue, 8 Jan 2019 22:01:35 +0000 (23:01 +0100)]
Do not render the PSD opacity mask when the image has no alpha channel.
Dirk Lemstra [Tue, 8 Jan 2019 21:30:39 +0000 (22:30 +0100)]
Corrected comment.
Cristy [Tue, 8 Jan 2019 12:35:16 +0000 (07:35 -0500)]
https://imagemagick.org/discourse-server/viewtopic.php?f=2&t=35292
Cristy [Tue, 8 Jan 2019 00:57:01 +0000 (19:57 -0500)]
https://github.com/ImageMagick/ImageMagick/issues/1442
Dirk Lemstra [Mon, 7 Jan 2019 21:38:47 +0000 (22:38 +0100)]
Remove the tiff:37724 profile before writing the tiff image.
Dirk Lemstra [Mon, 7 Jan 2019 20:22:40 +0000 (21:22 +0100)]
Correct the width and height of the image after it has been read with preserve-orientation enabled.
Cristy [Sun, 6 Jan 2019 17:42:24 +0000 (12:42 -0500)]
...
Cristy [Sat, 5 Jan 2019 21:36:34 +0000 (16:36 -0500)]
...
Cristy [Sat, 5 Jan 2019 20:28:59 +0000 (15:28 -0500)]
Do not use virtual pixels if image dimensions evenly divisible by tile dimensions
Cristy [Sat, 5 Jan 2019 16:47:43 +0000 (11:47 -0500)]
Latest docs
Cristy [Sat, 5 Jan 2019 14:16:51 +0000 (09:16 -0500)]
...
Cristy [Sat, 5 Jan 2019 02:18:55 +0000 (21:18 -0500)]
https://github.com/ImageMagick/ImageMagick/issues/1439
Cristy [Thu, 3 Jan 2019 23:52:05 +0000 (18:52 -0500)]
...
Liu Zhe [Thu, 3 Jan 2019 08:37:52 +0000 (16:37 +0800)]
fix coding style
Liu Zhe [Wed, 2 Jan 2019 12:43:28 +0000 (20:43 +0800)]
ignore_transformations when heic:preserve orientation=true
Cristy [Wed, 2 Jan 2019 15:56:09 +0000 (10:56 -0500)]
...
Cristy [Wed, 2 Jan 2019 15:51:53 +0000 (10:51 -0500)]
...
Cristy [Wed, 2 Jan 2019 11:12:49 +0000 (06:12 -0500)]
...
Cristy [Tue, 1 Jan 2019 20:57:54 +0000 (15:57 -0500)]
...
Cristy [Tue, 1 Jan 2019 20:55:35 +0000 (15:55 -0500)]
CacheInfo destructor must be aligned in DestroyPixelStream()
Dirk Lemstra [Tue, 1 Jan 2019 10:16:01 +0000 (11:16 +0100)]
Added header detection for ICO and CUR.
Cristy [Mon, 31 Dec 2018 21:55:27 +0000 (16:55 -0500)]
...
Cristy [Mon, 31 Dec 2018 21:43:59 +0000 (16:43 -0500)]
...
Cristy [Mon, 31 Dec 2018 12:52:55 +0000 (07:52 -0500)]
...
Cristy [Sun, 30 Dec 2018 19:00:19 +0000 (14:00 -0500)]
...
Cristy [Sun, 30 Dec 2018 18:36:12 +0000 (13:36 -0500)]
Update M4 macros
Cristy [Sun, 30 Dec 2018 15:51:34 +0000 (10:51 -0500)]
...
Cristy [Sun, 30 Dec 2018 14:53:04 +0000 (09:53 -0500)]
...
Cristy [Sun, 30 Dec 2018 13:23:51 +0000 (08:23 -0500)]
Restore cache request of NULL for zero width or height
Cristy [Sat, 29 Dec 2018 16:45:07 +0000 (11:45 -0500)]
Coverity issues
Cristy [Sat, 29 Dec 2018 14:03:58 +0000 (09:03 -0500)]
https://imagemagick.org/discourse-server/viewtopic.php?f=3&t=35253
Cristy [Sat, 29 Dec 2018 13:18:13 +0000 (08:18 -0500)]
https://imagemagick.org/discourse-server/viewtopic.php?f=3&t=34906
Cristy [Fri, 28 Dec 2018 18:31:26 +0000 (13:31 -0500)]
Don't update the nexus region on exception
Cristy [Thu, 27 Dec 2018 23:49:03 +0000 (18:49 -0500)]
https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=12284
Cristy [Thu, 27 Dec 2018 16:40:54 +0000 (11:40 -0500)]
...
Cristy [Thu, 27 Dec 2018 15:47:07 +0000 (10:47 -0500)]
Update to the laatest Bootstrap release
Cristy [Thu, 27 Dec 2018 15:37:24 +0000 (10:37 -0500)]
...
Cristy [Thu, 27 Dec 2018 15:35:17 +0000 (10:35 -0500)]
Update to latest web pages
Cristy [Thu, 27 Dec 2018 14:15:45 +0000 (09:15 -0500)]
...
Cristy [Thu, 27 Dec 2018 14:14:56 +0000 (09:14 -0500)]
Check to ensure SeekBlob() offset can be represented in an off_t
Cristy [Thu, 27 Dec 2018 00:46:47 +0000 (19:46 -0500)]
Clean up source code
Cristy [Wed, 26 Dec 2018 19:47:31 +0000 (14:47 -0500)]
https://github.com/ImageMagick/ImageMagick/issues/1420
Cristy [Wed, 26 Dec 2018 17:49:53 +0000 (12:49 -0500)]
Experiment fail-- restore previous mods
Cristy [Wed, 26 Dec 2018 16:59:07 +0000 (11:59 -0500)]
https://github.com/ImageMagick/ImageMagick/issues/1420
Cristy [Tue, 25 Dec 2018 13:34:29 +0000 (08:34 -0500)]
https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=12216
Cristy [Mon, 24 Dec 2018 15:47:11 +0000 (10:47 -0500)]
https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=12204
Cristy [Mon, 24 Dec 2018 13:20:15 +0000 (08:20 -0500)]
...
Cristy [Sun, 23 Dec 2018 23:33:15 +0000 (18:33 -0500)]
...
Cristy [Sun, 23 Dec 2018 23:30:19 +0000 (18:30 -0500)]
Cosmetic changes
Cristy [Sun, 23 Dec 2018 18:22:05 +0000 (13:22 -0500)]
https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=12180
Cristy [Sun, 23 Dec 2018 14:55:38 +0000 (09:55 -0500)]
Remove bias from CLAHE tiling that exceeds the image width / height
Cristy [Sun, 23 Dec 2018 01:12:17 +0000 (20:12 -0500)]
https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=12160
Cristy [Sun, 23 Dec 2018 01:10:27 +0000 (20:10 -0500)]
...
Cristy [Sun, 23 Dec 2018 00:42:23 +0000 (19:42 -0500)]
Clean-up
Cristy [Sun, 23 Dec 2018 00:38:49 +0000 (19:38 -0500)]
https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=12158
Cristy [Sat, 22 Dec 2018 16:40:01 +0000 (11:40 -0500)]
C++ compliance
Cristy [Sat, 22 Dec 2018 15:12:36 +0000 (10:12 -0500)]
https://github.com/ImageMagick/ImageMagick/issues/1428
Cristy [Sat, 22 Dec 2018 13:50:18 +0000 (08:50 -0500)]
Optimize cube reader
Cristy [Sat, 22 Dec 2018 01:38:04 +0000 (20:38 -0500)]
Close image before returning
Cristy [Fri, 21 Dec 2018 22:21:45 +0000 (17:21 -0500)]
The CUBE image format returns a HALD image (e.g. cube:Vibrant.cube[7])
Cristy [Thu, 20 Dec 2018 11:59:10 +0000 (06:59 -0500)]
...
Cristy [Wed, 19 Dec 2018 23:47:43 +0000 (18:47 -0500)]
https://imagemagick.org/discourse-server/viewtopic.php?f=3&t=35212