]> granicus.if.org Git - imagemagick/log
imagemagick
5 years agoUse specific version of MagickCore in MagickWand.pc (#1638)
John F [Tue, 16 Jul 2019 10:17:20 +0000 (12:17 +0200)]
Use specific version of MagickCore in MagickWand.pc (#1638)

5 years ago...
Cristy [Mon, 15 Jul 2019 23:11:02 +0000 (19:11 -0400)]
...

5 years agoFixed incorrect patch.
Dirk Lemstra [Mon, 15 Jul 2019 16:22:36 +0000 (18:22 +0200)]
Fixed incorrect patch.

5 years agoReduce stack requirements
Cristy [Mon, 15 Jul 2019 09:47:40 +0000 (05:47 -0400)]
Reduce stack requirements

5 years agoUse DiscardBlobBytes instead.
Dirk Lemstra [Mon, 15 Jul 2019 06:03:51 +0000 (08:03 +0200)]
Use DiscardBlobBytes instead.

5 years ago...
Cristy [Sun, 14 Jul 2019 23:04:34 +0000 (19:04 -0400)]
...

5 years agoCreate define for optimal small buffer size
Cristy [Sun, 14 Jul 2019 23:03:56 +0000 (19:03 -0400)]
Create define for optimal small buffer size

5 years ago...
Cristy [Sun, 14 Jul 2019 19:42:02 +0000 (15:42 -0400)]
...

5 years agohttps://github.com/ImageMagick/ImageMagick/issues/1636
Cristy [Sun, 14 Jul 2019 19:13:44 +0000 (15:13 -0400)]
https://github.com/ImageMagick/ImageMagick/issues/1636

5 years ago...
Cristy [Sun, 14 Jul 2019 17:57:28 +0000 (13:57 -0400)]
...

5 years ago...
Cristy [Sun, 14 Jul 2019 17:18:58 +0000 (13:18 -0400)]
...

5 years ago...
Cristy [Sun, 14 Jul 2019 17:09:06 +0000 (13:09 -0400)]
...

5 years ago...
Cristy [Sun, 14 Jul 2019 15:46:26 +0000 (11:46 -0400)]
...

5 years agoCode cleanup.
Dirk Lemstra [Sun, 14 Jul 2019 15:28:40 +0000 (17:28 +0200)]
Code cleanup.

5 years agoUse pointer instead.
Dirk Lemstra [Sun, 14 Jul 2019 15:26:28 +0000 (17:26 +0200)]
Use pointer instead.

5 years agoRenamed variables.
Dirk Lemstra [Sun, 14 Jul 2019 15:24:32 +0000 (17:24 +0200)]
Renamed variables.

5 years agoRead the image data row by row instead of the whole image data at once.
Dirk Lemstra [Sun, 14 Jul 2019 15:23:28 +0000 (17:23 +0200)]
Read the image data row by row instead of the whole image data at once.

5 years agoRemoved seek operations.
Dirk Lemstra [Sun, 14 Jul 2019 15:17:25 +0000 (17:17 +0200)]
Removed seek operations.

5 years agoRenamed variables.
Dirk Lemstra [Sun, 14 Jul 2019 15:16:08 +0000 (17:16 +0200)]
Renamed variables.

5 years agoAdded missing allocation of the next image.
Dirk Lemstra [Sun, 14 Jul 2019 15:14:32 +0000 (17:14 +0200)]
Added missing allocation of the next image.

5 years agoMoved reading of image data to a separate method.
Dirk Lemstra [Sun, 14 Jul 2019 15:14:00 +0000 (17:14 +0200)]
Moved reading of image data to a separate method.

5 years agoCode cleanup.
Dirk Lemstra [Sun, 14 Jul 2019 15:12:42 +0000 (17:12 +0200)]
Code cleanup.

5 years agoRemoved unused enum.
Dirk Lemstra [Sun, 14 Jul 2019 15:07:50 +0000 (17:07 +0200)]
Removed unused enum.

5 years agoChanged enum declaration.
Dirk Lemstra [Sun, 14 Jul 2019 15:07:00 +0000 (17:07 +0200)]
Changed enum declaration.

5 years ago...
Cristy [Sun, 14 Jul 2019 14:07:28 +0000 (10:07 -0400)]
...

5 years ago...
Cristy [Sun, 14 Jul 2019 13:39:05 +0000 (09:39 -0400)]
...

5 years agoEliminate compiler warning
Cristy [Sun, 14 Jul 2019 13:36:34 +0000 (09:36 -0400)]
Eliminate compiler warning

5 years agoReduce compiler warnings
Cristy [Sun, 14 Jul 2019 13:04:45 +0000 (09:04 -0400)]
Reduce compiler warnings

5 years ago...
Cristy [Sun, 14 Jul 2019 12:47:53 +0000 (08:47 -0400)]
...

5 years agoCorrect for VisualStudio build
Cristy [Sun, 14 Jul 2019 12:40:27 +0000 (08:40 -0400)]
Correct for VisualStudio build

5 years ago...
Cristy [Sat, 13 Jul 2019 21:15:19 +0000 (17:15 -0400)]
...

5 years ago...
Cristy [Sat, 13 Jul 2019 21:12:47 +0000 (17:12 -0400)]
...

5 years ago...
Cristy [Sat, 13 Jul 2019 17:08:24 +0000 (13:08 -0400)]
...

5 years ago...
Cristy [Sat, 13 Jul 2019 17:07:24 +0000 (13:07 -0400)]
...

5 years ago...
Cristy [Sat, 13 Jul 2019 14:48:36 +0000 (10:48 -0400)]
...

5 years ago...
Cristy [Sat, 13 Jul 2019 13:48:02 +0000 (09:48 -0400)]
...

5 years ago[DO NOT MERGE YET] Add More Pixel Art Upscaling Algorithms (#1152)
Miloslav Číž #movingToGitLab [Sat, 13 Jul 2019 13:45:53 +0000 (15:45 +0200)]
[DO NOT MERGE YET] Add More Pixel Art Upscaling Algorithms (#1152)

* Start extending magnify function

* Fix pixel alignment

* Reimplement scale2x in a new function

* Create IntensitiesEqual function

* Implement eagle algorithm

* Retrieve magnification alg from -define

* Make use of -define with -magnify

* Make use of magnification variable

* alg -> method

* Implement scale3x

* Implement eagle3x

* Compare pixels by channels

* Implement eagle3xb

* Implement EPX

* Start implementing hq2x

* Fix hq2x

* Fix formatting

* Add const qualifiers

* epx -> epbx

* Implement XBR

* Fix XBR

* Implement fish

* Fix indexed color bug

* Refactor

5 years ago...
Cristy [Sat, 13 Jul 2019 13:37:08 +0000 (09:37 -0400)]
...

5 years ago...
Cristy [Sat, 13 Jul 2019 13:35:45 +0000 (09:35 -0400)]
...

5 years ago...
Cristy [Sat, 13 Jul 2019 13:30:46 +0000 (09:30 -0400)]
...

5 years agoImplementation of a TIM2 coder (#1571)
Ramiro Balado [Sat, 13 Jul 2019 13:25:38 +0000 (15:25 +0200)]
Implementation of a TIM2 coder (#1571)

* Added ScaleColor4to8 and converse functions

* Implementation mostly done

* Build setup

* reordered processing of clut and pixels

* Added support for Shuffled CLUTs

* Revert "Added ScaleColor4to8 and converse functions"

This reverts commit b0bd8a59ccd775fb17fc3d1db312806bf6146d93.

* Added more exceptions thrown when header is incorrect

* created enums and compacted rgb read functions

* Added alpha channel and changed alpha scaling

* Added support for format_type==1

* New define for assigning clut colors

* Changed names to avoid namespace conflicts

* Fixed alpha channel of RGB24 encoding

* Incorporated sanity check into the switch

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

5 years ago...
Cristy [Sat, 13 Jul 2019 13:08:41 +0000 (09:08 -0400)]
...

5 years agoMove ByteBuffer into the Magick namespace
Cristy [Sat, 13 Jul 2019 13:06:57 +0000 (09:06 -0400)]
Move ByteBuffer into the Magick namespace

5 years agohttps://github.com/ImageMagick/ImageMagick/issues/1632
Cristy [Sat, 13 Jul 2019 11:52:54 +0000 (07:52 -0400)]
https://github.com/ImageMagick/ImageMagick/issues/1632

5 years ago...
Cristy [Sat, 13 Jul 2019 11:47:05 +0000 (07:47 -0400)]
...

5 years agohttps://github.com/ImageMagick/ImageMagick/issues/1633
Cristy [Sat, 13 Jul 2019 11:42:31 +0000 (07:42 -0400)]
https://github.com/ImageMagick/ImageMagick/issues/1633

5 years agohttps://bugs.chromium.org/p/oss-fuzz/issues/detail?id=15744
Dirk Lemstra [Fri, 12 Jul 2019 16:21:56 +0000 (18:21 +0200)]
https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=15744

5 years agoFixed extracting the clip path.
Dirk Lemstra [Fri, 12 Jul 2019 14:28:43 +0000 (16:28 +0200)]
Fixed extracting the clip path.

5 years ago...
Cristy [Fri, 12 Jul 2019 13:00:47 +0000 (09:00 -0400)]
...

5 years agoAdded missing EOF checks.
Dirk Lemstra [Fri, 12 Jul 2019 08:46:33 +0000 (10:46 +0200)]
Added missing EOF checks.

5 years agoSome more refactoring.
Dirk Lemstra [Fri, 12 Jul 2019 08:36:52 +0000 (10:36 +0200)]
Some more refactoring.

5 years agoMinor refactoring.
Dirk Lemstra [Fri, 12 Jul 2019 08:26:11 +0000 (10:26 +0200)]
Minor refactoring.

5 years agoUse new method.
Dirk Lemstra [Fri, 12 Jul 2019 08:24:43 +0000 (10:24 +0200)]
Use new method.

5 years agoUse ByteBuffer in the PS coder and moved shared Ghostscript logic to ghostscript...
Dirk Lemstra [Fri, 12 Jul 2019 08:22:51 +0000 (10:22 +0200)]
Use ByteBuffer in the PS coder and moved shared Ghostscript logic to ghostscript-private.h.

5 years agoMoved reading of PS info to a separate method.
Dirk Lemstra [Thu, 11 Jul 2019 21:36:47 +0000 (23:36 +0200)]
Moved reading of PS info to a separate method.

5 years agoRemoved unused define.
Dirk Lemstra [Thu, 11 Jul 2019 20:31:17 +0000 (22:31 +0200)]
Removed unused define.

5 years agoMoved shared ghostscript code to a separate header file.
Dirk Lemstra [Thu, 11 Jul 2019 19:38:52 +0000 (21:38 +0200)]
Moved shared ghostscript code to a separate header file.

5 years agoOnly set the quantum type once.
Dirk Lemstra [Thu, 11 Jul 2019 18:56:13 +0000 (20:56 +0200)]
Only set the quantum type once.

5 years agoMoved byte buffer code to a separate header so it can be used in other coders.
Dirk Lemstra [Thu, 11 Jul 2019 18:30:18 +0000 (20:30 +0200)]
Moved byte buffer code to a separate header so it can be used in other coders.

5 years ago...
Cristy [Thu, 11 Jul 2019 11:30:07 +0000 (07:30 -0400)]
...

5 years agoIntroducing MagickLevelImageColors() MagickWand method
Cristy [Thu, 11 Jul 2019 11:27:42 +0000 (07:27 -0400)]
Introducing MagickLevelImageColors() MagickWand method

5 years agohttps://imagemagick.org/discourse-server/viewtopic.php?f=3&t=36340
Cristy [Wed, 10 Jul 2019 16:44:14 +0000 (12:44 -0400)]
https://imagemagick.org/discourse-server/viewtopic.php?f=3&t=36340

5 years agohttps://github.com/ImageMagick/ImageMagick/issues/1631
Cristy [Wed, 10 Jul 2019 12:27:29 +0000 (08:27 -0400)]
https://github.com/ImageMagick/ImageMagick/issues/1631

5 years agoEliminate compiler warning
Cristy [Wed, 10 Jul 2019 00:17:25 +0000 (20:17 -0400)]
Eliminate compiler warning

5 years agoWIP: fix line through z-index issue (#1630)
PIGNOSE [Tue, 9 Jul 2019 23:44:32 +0000 (08:44 +0900)]
WIP: fix line through z-index issue (#1630)

5 years agoReduce size of the list to avoid out of memory issues.
Dirk Lemstra [Tue, 9 Jul 2019 19:44:52 +0000 (21:44 +0200)]
Reduce size of the list to avoid out of memory issues.

5 years agoRenamed variable to avoid possible memory leak.
Dirk Lemstra [Tue, 9 Jul 2019 19:29:03 +0000 (21:29 +0200)]
Renamed variable to avoid possible memory leak.

5 years agoFixed memory leak.
Dirk Lemstra [Mon, 8 Jul 2019 20:43:54 +0000 (22:43 +0200)]
Fixed memory leak.

5 years agohttps://bugs.chromium.org/p/oss-fuzz/issues/detail?id=11480
Dirk Lemstra [Mon, 8 Jul 2019 19:23:50 +0000 (21:23 +0200)]
https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=11480

5 years ago...
Cristy [Mon, 8 Jul 2019 14:27:00 +0000 (10:27 -0400)]
...

5 years ago...
Cristy [Mon, 8 Jul 2019 14:18:28 +0000 (10:18 -0400)]
...

5 years ago...
Cristy [Mon, 8 Jul 2019 10:22:56 +0000 (06:22 -0400)]
...

5 years agohttps://github.com/ImageMagick/ImageMagick/issues/1629
Cristy [Mon, 8 Jul 2019 10:14:34 +0000 (06:14 -0400)]
https://github.com/ImageMagick/ImageMagick/issues/1629

5 years agoShift bytes instead.
Dirk Lemstra [Sun, 7 Jul 2019 19:38:08 +0000 (21:38 +0200)]
Shift bytes instead.

5 years agoUse bigger steps when increasing the size of the profile.
Dirk Lemstra [Sun, 7 Jul 2019 14:21:07 +0000 (16:21 +0200)]
Use bigger steps when increasing the size of the profile.

5 years agohttps://bugs.chromium.org/p/oss-fuzz/issues/detail?id=9844
Dirk Lemstra [Sun, 7 Jul 2019 12:42:01 +0000 (14:42 +0200)]
https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=9844

5 years agohttps://bugs.chromium.org/p/oss-fuzz/issues/detail?id=8113
Dirk Lemstra [Sun, 7 Jul 2019 10:03:46 +0000 (12:03 +0200)]
https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=8113

5 years agoRemoved commented out code.
Dirk Lemstra [Sun, 7 Jul 2019 08:57:47 +0000 (10:57 +0200)]
Removed commented out code.

5 years ago...
Cristy [Sat, 6 Jul 2019 13:59:37 +0000 (09:59 -0400)]
...

5 years ago...
Cristy [Sat, 6 Jul 2019 12:47:43 +0000 (08:47 -0400)]
...

5 years ago...
Cristy [Sat, 6 Jul 2019 11:18:41 +0000 (07:18 -0400)]
...

5 years ago... 7.0.8-53
Cristy [Fri, 5 Jul 2019 17:18:17 +0000 (13:18 -0400)]
...

5 years agohttps://imagemagick.org/discourse-server/viewtopic.php?f=3&t=36314
Cristy [Fri, 5 Jul 2019 15:15:09 +0000 (11:15 -0400)]
https://imagemagick.org/discourse-server/viewtopic.php?f=3&t=36314

5 years ago...
Cristy [Fri, 5 Jul 2019 13:16:14 +0000 (09:16 -0400)]
...

5 years ago... 7.0.8-52
Cristy [Fri, 5 Jul 2019 12:51:58 +0000 (08:51 -0400)]
...

5 years ago...
Cristy [Thu, 4 Jul 2019 13:13:48 +0000 (09:13 -0400)]
...

5 years ago...
Cristy [Wed, 3 Jul 2019 16:16:23 +0000 (12:16 -0400)]
...

5 years agoCorrected setting the compression for the merged image.
Dirk Lemstra [Tue, 2 Jul 2019 21:24:00 +0000 (23:24 +0200)]
Corrected setting the compression for the merged image.

5 years agoAdded missing check.
Dirk Lemstra [Tue, 2 Jul 2019 21:05:26 +0000 (23:05 +0200)]
Added missing check.

5 years agoAdded missing boundary check.
Dirk Lemstra [Tue, 2 Jul 2019 19:33:15 +0000 (21:33 +0200)]
Added missing boundary check.

5 years agoFixed issue with reading the EXIFTAG_SUBJECTLOCATION.
Dirk Lemstra [Tue, 2 Jul 2019 18:54:25 +0000 (20:54 +0200)]
Fixed issue with reading the EXIFTAG_SUBJECTLOCATION.

5 years ago...
Cristy [Tue, 2 Jul 2019 14:43:49 +0000 (10:43 -0400)]
...

5 years ago...
Cristy [Tue, 2 Jul 2019 11:37:50 +0000 (07:37 -0400)]
...

5 years agohttps://github.com/ImageMagick/ImageMagick/issues/1623
Cristy [Mon, 1 Jul 2019 23:53:59 +0000 (19:53 -0400)]
https://github.com/ImageMagick/ImageMagick/issues/1623

5 years ago...
Cristy [Mon, 1 Jul 2019 14:20:00 +0000 (10:20 -0400)]
...

5 years agohttps://github.com/ImageMagick/ImageMagick/issues/1621
Cristy [Mon, 1 Jul 2019 14:10:58 +0000 (10:10 -0400)]
https://github.com/ImageMagick/ImageMagick/issues/1621

5 years ago...
Cristy [Mon, 1 Jul 2019 12:09:19 +0000 (08:09 -0400)]
...

5 years agohttps://bugs.chromium.org/p/oss-fuzz/issues/detail?id=9635
Cristy [Mon, 1 Jul 2019 00:41:08 +0000 (20:41 -0400)]
https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=9635

5 years ago... 7.0.8-51
Cristy [Sun, 30 Jun 2019 13:14:34 +0000 (09:14 -0400)]
...