]> granicus.if.org Git - imagemagick/log
imagemagick
5 years ago... 7.0.8-51
Cristy [Sun, 30 Jun 2019 13:14:34 +0000 (09:14 -0400)]
...

5 years agoDefault is no underline
Cristy [Sat, 29 Jun 2019 22:04:10 +0000 (18:04 -0400)]
Default is no underline

5 years agoAdded extra check for invalid exif format.
Dirk Lemstra [Sat, 29 Jun 2019 17:20:45 +0000 (19:20 +0200)]
Added extra check for invalid exif format.

5 years agoUse switch() rather than a complex if/else
Cristy [Sat, 29 Jun 2019 13:16:54 +0000 (09:16 -0400)]
Use switch() rather than a complex if/else

5 years agofix font decorate position, thickness issue (#1619)
PIGNOSE [Sat, 29 Jun 2019 11:24:28 +0000 (20:24 +0900)]
fix font decorate position, thickness issue (#1619)

* WIP: add line stroke color info for DrawPolygonPrimitive's condition

* WIP: fix an inaccurate underline formula

* WIP: add to follow stroke color when they're given

5 years agoFixed invalid free.
Dirk Lemstra [Sat, 29 Jun 2019 11:23:09 +0000 (13:23 +0200)]
Fixed invalid free.

5 years agoEnable anonymous memory.
Dirk Lemstra [Sat, 29 Jun 2019 10:27:30 +0000 (12:27 +0200)]
Enable anonymous memory.

5 years agoComment fix.
Dirk Lemstra [Sat, 29 Jun 2019 10:14:51 +0000 (12:14 +0200)]
Comment fix.

5 years agoAdded missing (void).
Dirk Lemstra [Fri, 28 Jun 2019 23:08:28 +0000 (01:08 +0200)]
Added missing (void).

5 years agoChanged comment style.
Dirk Lemstra [Fri, 28 Jun 2019 23:07:02 +0000 (01:07 +0200)]
Changed comment style.

5 years agoUse a buffer instead of reading byte per byte.
Dirk Lemstra [Fri, 28 Jun 2019 22:24:55 +0000 (00:24 +0200)]
Use a buffer instead of reading byte per byte.

5 years agohttps://imagemagick.org/discourse-server/viewtopic.php?f=3&t=36277
Cristy [Fri, 28 Jun 2019 12:59:47 +0000 (08:59 -0400)]
https://imagemagick.org/discourse-server/viewtopic.php?f=3&t=36277

5 years agoAdded missing initialization.
Dirk Lemstra [Fri, 28 Jun 2019 12:58:15 +0000 (14:58 +0200)]
Added missing initialization.

5 years agoMoved reading of the psd info to a separate method.
Dirk Lemstra [Fri, 28 Jun 2019 12:38:05 +0000 (14:38 +0200)]
Moved reading of the psd info to a separate method.

5 years agoRemoved duplicate declaration.
Dirk Lemstra [Fri, 28 Jun 2019 12:07:29 +0000 (14:07 +0200)]
Removed duplicate declaration.

5 years agoRemoved unused bounding_box.
Dirk Lemstra [Fri, 28 Jun 2019 10:36:47 +0000 (12:36 +0200)]
Removed unused bounding_box.

5 years agohttps://bugs.chromium.org/p/oss-fuzz/issues/detail?id=8113
Cristy [Fri, 28 Jun 2019 10:21:48 +0000 (06:21 -0400)]
https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=8113

5 years agoCorrected return value.
Dirk Lemstra [Fri, 28 Jun 2019 10:07:25 +0000 (12:07 +0200)]
Corrected return value.

5 years agoMinor refactoring.
Dirk Lemstra [Fri, 28 Jun 2019 09:35:15 +0000 (11:35 +0200)]
Minor refactoring.

5 years agoRemoved unnecessary memset.
Dirk Lemstra [Fri, 28 Jun 2019 09:14:25 +0000 (11:14 +0200)]
Removed unnecessary memset.

5 years agoCorrected the way the exception is being raised.
Dirk Lemstra [Fri, 28 Jun 2019 08:06:29 +0000 (10:06 +0200)]
Corrected the way the exception is being raised.

5 years agoAlso include the size of the offset value in the length check.
Dirk Lemstra [Fri, 28 Jun 2019 07:15:41 +0000 (09:15 +0200)]
Also include the size of the offset value in the length check.

5 years agoOptimize PDF reader
Cristy [Fri, 28 Jun 2019 00:56:18 +0000 (20:56 -0400)]
Optimize PDF reader

5 years agoDisable SIMD in jpeg turbo as suggested to check if that fixes the uninitialised...
Dirk Lemstra [Thu, 27 Jun 2019 20:59:10 +0000 (22:59 +0200)]
Disable SIMD in jpeg turbo as suggested to check if that fixes the uninitialised memory issue.

5 years agoFixed writing a gray with alpha image.
Dirk Lemstra [Thu, 27 Jun 2019 13:11:17 +0000 (15:11 +0200)]
Fixed writing a gray with alpha image.

5 years agoMagick.NET unit tests no longer fails
Cristy [Thu, 27 Jun 2019 14:28:26 +0000 (10:28 -0400)]
Magick.NET unit tests no longer fails

5 years ago...
Cristy [Thu, 27 Jun 2019 13:06:08 +0000 (09:06 -0400)]
...

5 years agoClone rather than copy window title
Cristy [Mon, 24 Jun 2019 14:58:25 +0000 (10:58 -0400)]
Clone rather than copy window title

5 years ago...
Cristy [Mon, 24 Jun 2019 14:03:00 +0000 (10:03 -0400)]
...

5 years ago...
Cristy [Mon, 24 Jun 2019 10:54:55 +0000 (06:54 -0400)]
...

5 years agoCheck for buffer overflow
Cristy [Mon, 24 Jun 2019 01:00:35 +0000 (21:00 -0400)]
Check for buffer overflow

5 years ago... 7.0.8-50
Cristy [Sun, 23 Jun 2019 19:48:36 +0000 (15:48 -0400)]
...

5 years agoRevert CopyCompositeOp composite patch
Cristy [Sun, 23 Jun 2019 19:26:14 +0000 (15:26 -0400)]
Revert CopyCompositeOp composite patch

5 years agohttps://github.com/ImageMagick/ImageMagick/issues/1610
Cristy [Sun, 23 Jun 2019 19:22:37 +0000 (15:22 -0400)]
https://github.com/ImageMagick/ImageMagick/issues/1610

5 years agoRevert TIFF rows per strip patch
Cristy [Sun, 23 Jun 2019 18:02:50 +0000 (14:02 -0400)]
Revert TIFF rows per strip patch

5 years agogeMagick/ImageMagick6/issues/46
Cristy [Sun, 23 Jun 2019 17:51:10 +0000 (13:51 -0400)]
geMagick/ImageMagick6/issues/46

5 years ago...
Cristy [Sun, 23 Jun 2019 15:50:49 +0000 (11:50 -0400)]
...

5 years agohttps://github.com/ImageMagick/ImageMagick/issues/1616
Cristy [Sun, 23 Jun 2019 15:46:42 +0000 (11:46 -0400)]
https://github.com/ImageMagick/ImageMagick/issues/1616

5 years ago...
Cristy [Sun, 23 Jun 2019 01:56:12 +0000 (21:56 -0400)]
...

5 years ago...
Cristy [Sun, 23 Jun 2019 01:54:21 +0000 (21:54 -0400)]
...

5 years ago...
Cristy [Sun, 23 Jun 2019 01:52:20 +0000 (21:52 -0400)]
...

5 years ago...
Cristy [Sat, 22 Jun 2019 14:57:51 +0000 (10:57 -0400)]
...

5 years ago...
Cristy [Sat, 22 Jun 2019 14:54:26 +0000 (10:54 -0400)]
...

5 years ago...
Cristy [Sat, 22 Jun 2019 14:49:27 +0000 (10:49 -0400)]
...

5 years ago...
Cristy [Sat, 22 Jun 2019 14:26:13 +0000 (10:26 -0400)]
...

5 years ago...
Cristy [Sat, 22 Jun 2019 13:04:18 +0000 (09:04 -0400)]
...

5 years agohttps://github.com/ImageMagick/ImageMagick/issues/1615
Cristy [Sat, 22 Jun 2019 12:24:14 +0000 (08:24 -0400)]
https://github.com/ImageMagick/ImageMagick/issues/1615

5 years agohttps://github.com/ImageMagick/ImageMagick/issues/1611
Cristy [Sat, 22 Jun 2019 00:41:29 +0000 (20:41 -0400)]
https://github.com/ImageMagick/ImageMagick/issues/1611

5 years agohttps://github.com/ImageMagick/ImageMagick/issues/1614
Cristy [Sat, 22 Jun 2019 00:32:57 +0000 (20:32 -0400)]
https://github.com/ImageMagick/ImageMagick/issues/1614

5 years agohttps://github.com/ImageMagick/ImageMagick/issues/1613
Cristy [Sat, 22 Jun 2019 00:27:29 +0000 (20:27 -0400)]
https://github.com/ImageMagick/ImageMagick/issues/1613

5 years agohttps://github.com/ImageMagick/ImageMagick/issues/1612
Cristy [Sat, 22 Jun 2019 00:17:04 +0000 (20:17 -0400)]
https://github.com/ImageMagick/ImageMagick/issues/1612

5 years agohttps://github.com/ImageMagick/ImageMagick/issues/1610
Cristy [Fri, 21 Jun 2019 22:49:58 +0000 (18:49 -0400)]
https://github.com/ImageMagick/ImageMagick/issues/1610

5 years agohttps://github.com/ImageMagick/ImageMagick/issues/1609
Cristy [Fri, 21 Jun 2019 21:30:31 +0000 (17:30 -0400)]
https://github.com/ImageMagick/ImageMagick/issues/1609

5 years agohttps://github.com/ImageMagick/ImageMagick/issues/1608
Cristy [Fri, 21 Jun 2019 20:51:38 +0000 (16:51 -0400)]
https://github.com/ImageMagick/ImageMagick/issues/1608

5 years ago...
Cristy [Fri, 21 Jun 2019 14:50:22 +0000 (10:50 -0400)]
...

5 years agohttps://github.com/ImageMagick/ImageMagick/issues/1607
Cristy [Thu, 20 Jun 2019 14:10:40 +0000 (10:10 -0400)]
https://github.com/ImageMagick/ImageMagick/issues/1607

5 years ago...
Cristy [Thu, 20 Jun 2019 11:45:57 +0000 (07:45 -0400)]
...

5 years agohttps://github.com/ImageMagick/ImageMagick6/issues/46
Cristy [Wed, 19 Jun 2019 11:14:14 +0000 (07:14 -0400)]
https://github.com/ImageMagick/ImageMagick6/issues/46

5 years ago...
Cristy [Wed, 19 Jun 2019 01:01:16 +0000 (21:01 -0400)]
...

5 years agohttps://github.com/ImageMagick/ImageMagick/issues/1604
Cristy [Tue, 18 Jun 2019 19:17:06 +0000 (15:17 -0400)]
https://github.com/ImageMagick/ImageMagick/issues/1604

5 years agohttps://github.com/ImageMagick/ImageMagick/issues/1603
Cristy [Tue, 18 Jun 2019 18:13:42 +0000 (14:13 -0400)]
https://github.com/ImageMagick/ImageMagick/issues/1603

5 years ago...
Cristy [Tue, 18 Jun 2019 17:49:26 +0000 (13:49 -0400)]
...

5 years agohttps://github.com/ImageMagick/ImageMagick/issues/1602
Cristy [Tue, 18 Jun 2019 15:57:54 +0000 (11:57 -0400)]
https://github.com/ImageMagick/ImageMagick/issues/1602

5 years agohttps://github.com/ImageMagick/ImageMagick/issues/1601
Cristy [Tue, 18 Jun 2019 15:53:27 +0000 (11:53 -0400)]
https://github.com/ImageMagick/ImageMagick/issues/1601

5 years agohttps://github.com/ImageMagick/ImageMagick/issues/1600
Cristy [Tue, 18 Jun 2019 15:51:46 +0000 (11:51 -0400)]
https://github.com/ImageMagick/ImageMagick/issues/1600

5 years agohttps://github.com/ImageMagick/ImageMagick/issues/1599
Cristy [Tue, 18 Jun 2019 15:44:39 +0000 (11:44 -0400)]
https://github.com/ImageMagick/ImageMagick/issues/1599

5 years ago...
Cristy [Tue, 18 Jun 2019 09:59:42 +0000 (05:59 -0400)]
...

5 years agohttps://github.com/ImageMagick/ImageMagick/issues/1597
Cristy [Mon, 17 Jun 2019 13:13:34 +0000 (09:13 -0400)]
https://github.com/ImageMagick/ImageMagick/issues/1597

5 years agohttps://github.com/ImageMagick/ImageMagick/issues/1595
Cristy [Mon, 17 Jun 2019 12:48:14 +0000 (08:48 -0400)]
https://github.com/ImageMagick/ImageMagick/issues/1595

5 years ago...
Cristy [Mon, 17 Jun 2019 02:13:43 +0000 (22:13 -0400)]
...

5 years agohttps://github.com/ImageMagick/ImageMagick6/issues/42
Cristy [Sun, 16 Jun 2019 23:14:29 +0000 (19:14 -0400)]
https://github.com/ImageMagick/ImageMagick6/issues/42

5 years agohttps://imagemagick.org/discourse-server/viewtopic.php?f=3&t=36200
Cristy [Sun, 16 Jun 2019 22:55:24 +0000 (18:55 -0400)]
https://imagemagick.org/discourse-server/viewtopic.php?f=3&t=36200

5 years agohttps://github.com/ImageMagick/ImageMagick/issues/1586
Cristy [Sun, 16 Jun 2019 18:35:14 +0000 (14:35 -0400)]
https://github.com/ImageMagick/ImageMagick/issues/1586

5 years agohttps://github.com/ImageMagick/ImageMagick/issues/1593
Cristy [Sun, 16 Jun 2019 17:40:35 +0000 (13:40 -0400)]
https://github.com/ImageMagick/ImageMagick/issues/1593

5 years ago...
Cristy [Sun, 16 Jun 2019 17:06:24 +0000 (13:06 -0400)]
...

5 years agohttps://github.com/ImageMagick/ImageMagick/issues/1588
Cristy [Sun, 16 Jun 2019 16:18:01 +0000 (12:18 -0400)]
https://github.com/ImageMagick/ImageMagick/issues/1588

5 years ago...
Cristy [Sun, 16 Jun 2019 14:41:42 +0000 (10:41 -0400)]
...

5 years agoRemoved unused define.
Dirk Lemstra [Sun, 16 Jun 2019 14:07:55 +0000 (16:07 +0200)]
Removed unused define.

5 years agohttps://github.com/ImageMagick/ImageMagick/issues/1589
Cristy [Sun, 16 Jun 2019 02:02:18 +0000 (22:02 -0400)]
https://github.com/ImageMagick/ImageMagick/issues/1589

5 years agohttps://github.com/ImageMagick/ImageMagick/issues/1591
Cristy [Sat, 15 Jun 2019 23:46:59 +0000 (19:46 -0400)]
https://github.com/ImageMagick/ImageMagick/issues/1591

5 years ago...
Cristy [Sat, 15 Jun 2019 18:18:05 +0000 (14:18 -0400)]
...

5 years ago...
Cristy [Sat, 15 Jun 2019 02:19:45 +0000 (22:19 -0400)]
...

5 years ago...
Cristy [Sat, 15 Jun 2019 02:11:49 +0000 (22:11 -0400)]
...

5 years ago...
Cristy [Sat, 15 Jun 2019 02:05:47 +0000 (22:05 -0400)]
...

5 years ago...
Cristy [Sat, 15 Jun 2019 01:53:18 +0000 (21:53 -0400)]
...

5 years ago...
Cristy [Sat, 15 Jun 2019 01:49:16 +0000 (21:49 -0400)]
...

5 years ago...
Cristy [Sat, 15 Jun 2019 01:24:59 +0000 (21:24 -0400)]
...

5 years agoCode cleanup.
Dirk Lemstra [Fri, 14 Jun 2019 19:20:28 +0000 (21:20 +0200)]
Code cleanup.

5 years agoSwitch to heif_context_read_from_memory_without_copy because the other method has...
Dirk Lemstra [Fri, 14 Jun 2019 19:19:15 +0000 (21:19 +0200)]
Switch to heif_context_read_from_memory_without_copy because the other method has been deprecated.

5 years agoAdded extra version checks.
Dirk Lemstra [Fri, 14 Jun 2019 12:22:01 +0000 (14:22 +0200)]
Added extra version checks.

5 years agoWhitespace
Dirk Lemstra [Fri, 14 Jun 2019 12:15:44 +0000 (14:15 +0200)]
Whitespace

5 years agoAdded reference to issue.
Dirk Lemstra [Fri, 14 Jun 2019 12:15:10 +0000 (14:15 +0200)]
Added reference to issue.

5 years agoAdded support for reading all images from a HEIC image.
Dirk Lemstra [Fri, 14 Jun 2019 11:39:45 +0000 (13:39 +0200)]
Added support for reading all images from a HEIC image.

5 years agoRefactored the code to prepare for reading all images from a HEIC image.
Dirk Lemstra [Fri, 14 Jun 2019 09:53:45 +0000 (11:53 +0200)]
Refactored the code to prepare for reading all images from a HEIC image.

5 years agoFixed setting the colorspace and image type of monochrome images.
Dirk Lemstra [Thu, 13 Jun 2019 07:53:28 +0000 (09:53 +0200)]
Fixed setting the colorspace and image type of monochrome images.

5 years ago...
Cristy [Sun, 9 Jun 2019 13:52:31 +0000 (09:52 -0400)]
...

5 years ago...
Cristy [Sun, 9 Jun 2019 13:14:58 +0000 (09:14 -0400)]
...

5 years ago...
Cristy [Sun, 9 Jun 2019 13:02:02 +0000 (09:02 -0400)]
...

5 years ago...
Cristy [Sun, 9 Jun 2019 12:31:11 +0000 (08:31 -0400)]
...

5 years agoCorrected description.
Dirk Lemstra [Sun, 9 Jun 2019 05:23:35 +0000 (07:23 +0200)]
Corrected description.