]> granicus.if.org Git - imagemagick/log
imagemagick
5 years ago...
Cristy [Sun, 28 Jul 2019 01:00:37 +0000 (21:00 -0400)]
...

5 years ago...
Cristy [Sun, 28 Jul 2019 00:59:11 +0000 (20:59 -0400)]
...

5 years agoImprove GetNextToken() performance
Cristy [Sat, 27 Jul 2019 20:26:38 +0000 (16:26 -0400)]
Improve GetNextToken() performance

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

5 years ago...
Cristy [Sat, 27 Jul 2019 12:48:51 +0000 (08:48 -0400)]
...

5 years agoRemoved unused variable.
Dirk Lemstra [Sat, 27 Jul 2019 08:22:49 +0000 (10:22 +0200)]
Removed unused variable.

5 years ago... 7.0.8-57
Cristy [Fri, 26 Jul 2019 23:05:33 +0000 (19:05 -0400)]
...

5 years agohttps://imagemagick.org/discourse-server/viewtopic.php?f=2&t=36413
Cristy [Fri, 26 Jul 2019 22:26:40 +0000 (18:26 -0400)]
https://imagemagick.org/discourse-server/viewtopic.php?f=2&t=36413

5 years agohttps://imagemagick.org/discourse-server/viewtopic.php?f=3&t=36424
Cristy [Thu, 25 Jul 2019 17:49:16 +0000 (13:49 -0400)]
https://imagemagick.org/discourse-server/viewtopic.php?f=3&t=36424

5 years agohttps://github.com/ImageMagick/ImageMagick/issues/1647
Cristy [Wed, 24 Jul 2019 23:31:55 +0000 (19:31 -0400)]
https://github.com/ImageMagick/ImageMagick/issues/1647

5 years ago...
Cristy [Wed, 24 Jul 2019 12:27:46 +0000 (08:27 -0400)]
...

5 years ago...
Cristy [Wed, 24 Jul 2019 12:26:03 +0000 (08:26 -0400)]
...

5 years agohttps://imagemagick.org/discourse-server/viewtopic.php?f=3&t=36396
Cristy [Wed, 24 Jul 2019 10:21:51 +0000 (06:21 -0400)]
https://imagemagick.org/discourse-server/viewtopic.php?f=3&t=36396

5 years agohttps://imagemagick.org/discourse-server/viewtopic.php?f=3&t=36396&
Cristy [Wed, 24 Jul 2019 10:20:28 +0000 (06:20 -0400)]
https://imagemagick.org/discourse-server/viewtopic.php?f=3&t=36396&

5 years ago...
Cristy [Mon, 22 Jul 2019 14:19:52 +0000 (10:19 -0400)]
...

5 years agohttps://github.com/ImageMagick/ImageMagick/issues/1644
Cristy [Mon, 22 Jul 2019 12:26:43 +0000 (08:26 -0400)]
https://github.com/ImageMagick/ImageMagick/issues/1644

5 years ago://bugs.chromium.org/p/oss-fuzz/issues/detail?id=15986
Cristy [Sun, 21 Jul 2019 15:19:12 +0000 (11:19 -0400)]
://bugs.chromium.org/p/oss-fuzz/issues/detail?id=15986

5 years ago...
Cristy [Sun, 21 Jul 2019 11:49:27 +0000 (07:49 -0400)]
...

5 years ago... 7.0.8-56
Cristy [Sat, 20 Jul 2019 20:24:41 +0000 (16:24 -0400)]
...

5 years agohttps://github.com/ImageMagick/ImageMagick/issues/1643
Cristy [Sat, 20 Jul 2019 20:21:10 +0000 (16:21 -0400)]
https://github.com/ImageMagick/ImageMagick/issues/1643

5 years agohttps://imagemagick.org/discourse-server/viewtopic.php?f=3&t=36396
Cristy [Sat, 20 Jul 2019 13:24:36 +0000 (09:24 -0400)]
https://imagemagick.org/discourse-server/viewtopic.php?f=3&t=36396

5 years agoUse correct image to get the number of channels.
Dirk Lemstra [Sat, 20 Jul 2019 12:08:00 +0000 (14:08 +0200)]
Use correct image to get the number of channels.

5 years agoRemoved unnecessary check.
Dirk Lemstra [Sat, 20 Jul 2019 07:54:36 +0000 (09:54 +0200)]
Removed unnecessary check.

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

5 years ago... 7.0.8-55
Cristy [Thu, 18 Jul 2019 22:26:37 +0000 (18:26 -0400)]
...

5 years agoCorrect size of buffer.
Dirk Lemstra [Thu, 18 Jul 2019 20:45:14 +0000 (22:45 +0200)]
Correct size of buffer.

5 years agoOnly read the version once.
Dirk Lemstra [Thu, 18 Jul 2019 20:43:47 +0000 (22:43 +0200)]
Only read the version once.

5 years agoRemoved duplicate check.
Dirk Lemstra [Thu, 18 Jul 2019 20:35:16 +0000 (22:35 +0200)]
Removed duplicate check.

5 years agoFixed copy paste mistake.
Dirk Lemstra [Thu, 18 Jul 2019 20:32:01 +0000 (22:32 +0200)]
Fixed copy paste mistake.

5 years agoOnly move buffer when offset is not zero.
Dirk Lemstra [Thu, 18 Jul 2019 20:24:26 +0000 (22:24 +0200)]
Only move buffer when offset is not zero.

5 years agoRead one byte less to make sure we get a null terminated buffer.
Dirk Lemstra [Thu, 18 Jul 2019 20:05:23 +0000 (22:05 +0200)]
Read one byte less to make sure we get a null terminated buffer.

5 years agoHandle negative count.
Dirk Lemstra [Thu, 18 Jul 2019 19:50:46 +0000 (21:50 +0200)]
Handle negative count.

5 years agoMoved the bytes in GetMagickByteBufferDatum to the start of the buffer instead.
Dirk Lemstra [Thu, 18 Jul 2019 19:45:21 +0000 (21:45 +0200)]
Moved the bytes in GetMagickByteBufferDatum to the start of the buffer instead.

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

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

5 years agohttps://github.com/ImageMagick/ImageMagick/issues/1640
Cristy [Thu, 18 Jul 2019 10:31:11 +0000 (06:31 -0400)]
https://github.com/ImageMagick/ImageMagick/issues/1640

5 years agohttps://github.com/ImageMagick/ImageMagick/issues/1641
Cristy [Thu, 18 Jul 2019 10:24:40 +0000 (06:24 -0400)]
https://github.com/ImageMagick/ImageMagick/issues/1641

5 years ago...
Cristy [Wed, 17 Jul 2019 10:17:30 +0000 (06:17 -0400)]
...

5 years ago... 7.0.8-54
Cristy [Tue, 16 Jul 2019 20:40:39 +0000 (16:40 -0400)]
...

5 years agoAdded check for empty extent.
Dirk Lemstra [Tue, 16 Jul 2019 19:32:56 +0000 (21:32 +0200)]
Added check for empty extent.

5 years agoEnlarge buffer to make it possible to read odd extent.
Dirk Lemstra [Tue, 16 Jul 2019 19:31:03 +0000 (21:31 +0200)]
Enlarge buffer to make it possible to read odd extent.

5 years agoUse sizeof instead.
Dirk Lemstra [Tue, 16 Jul 2019 19:21:46 +0000 (21:21 +0200)]
Use sizeof instead.

5 years agoCorrected check.
Dirk Lemstra [Tue, 16 Jul 2019 19:07:11 +0000 (21:07 +0200)]
Corrected check.

5 years ago...
Cristy [Tue, 16 Jul 2019 11:26:59 +0000 (07:26 -0400)]
...

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.