]> granicus.if.org Git - imagemagick/log
imagemagick
7 years agoSome more refactoring for custom streams.
Dirk Lemstra [Thu, 2 Feb 2017 21:57:15 +0000 (22:57 +0100)]
Some more refactoring for custom streams.

7 years ago...
Cristy [Thu, 2 Feb 2017 11:01:45 +0000 (06:01 -0500)]
...

7 years ago...
Cristy [Thu, 2 Feb 2017 01:54:14 +0000 (20:54 -0500)]
...

7 years ago...
Cristy [Thu, 2 Feb 2017 01:28:08 +0000 (20:28 -0500)]
...

7 years ago...
Cristy [Wed, 1 Feb 2017 18:45:47 +0000 (13:45 -0500)]
...

7 years ago...
Cristy [Wed, 1 Feb 2017 18:25:13 +0000 (13:25 -0500)]
...

7 years ago...
Cristy [Wed, 1 Feb 2017 18:25:04 +0000 (13:25 -0500)]
...

7 years ago...
Cristy [Wed, 1 Feb 2017 18:12:42 +0000 (13:12 -0500)]
...

7 years ago...
Cristy [Wed, 1 Feb 2017 17:04:28 +0000 (12:04 -0500)]
...

7 years ago...
Cristy [Wed, 1 Feb 2017 14:23:15 +0000 (09:23 -0500)]
...

7 years ago...
Cristy [Wed, 1 Feb 2017 12:45:55 +0000 (07:45 -0500)]
...

7 years ago...
Cristy [Wed, 1 Feb 2017 11:25:48 +0000 (06:25 -0500)]
...

7 years ago...
Cristy [Wed, 1 Feb 2017 01:11:09 +0000 (20:11 -0500)]
...

7 years ago...
Cristy [Tue, 31 Jan 2017 18:42:00 +0000 (13:42 -0500)]
...

7 years agoIntroducing custom streams that gets input from an arbitrary data source or writes...
Cristy [Tue, 31 Jan 2017 18:39:57 +0000 (13:39 -0500)]
Introducing custom streams that gets input from an arbitrary data source or writes output to an arbitrary data sink

7 years ago...
Cristy [Mon, 30 Jan 2017 22:44:17 +0000 (17:44 -0500)]
...

7 years agohttps://github.com/ImageMagick/ImageMagick/issues/366
Cristy [Mon, 30 Jan 2017 22:30:56 +0000 (17:30 -0500)]
https://github.com/ImageMagick/ImageMagick/issues/366
https://github.com/ImageMagick/ImageMagick/issues/367

7 years agohttps://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=31314
Cristy [Mon, 30 Jan 2017 22:17:35 +0000 (17:17 -0500)]
https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=31314

7 years agohttps://github.com/ImageMagick/ImageMagick/issues/368
Cristy [Mon, 30 Jan 2017 21:41:30 +0000 (16:41 -0500)]
https://github.com/ImageMagick/ImageMagick/issues/368

7 years agoUse lime instead of green to avoid rounding issues (fixes #363).
Dirk Lemstra [Mon, 30 Jan 2017 12:28:58 +0000 (13:28 +0100)]
Use lime instead of green to avoid rounding issues (fixes #363).

7 years agoFix use of MagickRealType.
Dirk Lemstra [Sun, 29 Jan 2017 19:57:54 +0000 (20:57 +0100)]
Fix use of MagickRealType.

7 years agoUse cl_float4 instead of own FloatPixelPacket.
Dirk Lemstra [Sun, 29 Jan 2017 19:33:50 +0000 (20:33 +0100)]
Use cl_float4 instead of own FloatPixelPacket.

7 years agoChanged check for when the user_info can be used and reverted other fix.
Dirk Lemstra [Sun, 29 Jan 2017 17:51:52 +0000 (18:51 +0100)]
Changed check for when the user_info can be used and reverted other fix.

7 years agoRemoved assert for the writer.
Dirk Lemstra [Sun, 29 Jan 2017 17:24:41 +0000 (18:24 +0100)]
Removed assert for the writer.

7 years agoAdded check for when SetImageInfo changed the blob to a file.
Dirk Lemstra [Sun, 29 Jan 2017 17:24:09 +0000 (18:24 +0100)]
Added check for when SetImageInfo changed the blob to a file.

7 years agoSet user_info to null when the file is set.
Dirk Lemstra [Sun, 29 Jan 2017 17:15:39 +0000 (18:15 +0100)]
Set user_info to null when the file is set.

7 years agoFixed setting eof.
Dirk Lemstra [Sun, 29 Jan 2017 17:14:57 +0000 (18:14 +0100)]
Fixed setting eof.

7 years agoChanged handler into a separate reader and writer (the TIFF writer reads while it...
Dirk Lemstra [Sun, 29 Jan 2017 15:36:12 +0000 (16:36 +0100)]
Changed handler into a separate reader and writer (the TIFF writer reads while it is being written).

7 years agoRemoved invalid set of adjoin.
Dirk Lemstra [Sun, 29 Jan 2017 15:22:26 +0000 (16:22 +0100)]
Removed invalid set of adjoin.

7 years ago...
Cristy [Sun, 29 Jan 2017 14:11:59 +0000 (09:11 -0500)]
...

7 years ago...
Cristy [Sun, 29 Jan 2017 13:44:53 +0000 (08:44 -0500)]
...

7 years ago...
Cristy [Sun, 29 Jan 2017 13:41:53 +0000 (08:41 -0500)]
...

7 years agoCorrected initialization when reading/writing a user blob.
Dirk Lemstra [Sun, 29 Jan 2017 09:46:35 +0000 (10:46 +0100)]
Corrected initialization when reading/writing a user blob.

7 years agocoders/png.c: Update zxIf support to latest (2017-0128) proposal. Go back
Glenn Randers-Pehrson [Sun, 29 Jan 2017 00:33:42 +0000 (19:33 -0500)]
coders/png.c: Update zxIf support to latest (2017-0128) proposal.  Go back

to one-pass decoding of the compressed data.

7 years ago...
Cristy [Sat, 28 Jan 2017 23:41:37 +0000 (18:41 -0500)]
...

7 years ago...
Cristy [Sat, 28 Jan 2017 23:21:55 +0000 (18:21 -0500)]
...

7 years agohttps://github.com/ImageMagick/ImageMagick/issues/363
Cristy [Sat, 28 Jan 2017 15:28:18 +0000 (10:28 -0500)]
https://github.com/ImageMagick/ImageMagick/issues/363

7 years ago...
Cristy [Sat, 28 Jan 2017 15:20:58 +0000 (10:20 -0500)]
...

7 years ago...
Cristy [Sat, 28 Jan 2017 13:39:13 +0000 (08:39 -0500)]
...

7 years agoRemoved unused variable.
Dirk Lemstra [Sat, 28 Jan 2017 09:00:56 +0000 (10:00 +0100)]
Removed unused variable.

7 years agoAdded check for status, fixed uninitialized value and removed unused variable.
Dirk Lemstra [Sat, 28 Jan 2017 08:58:36 +0000 (09:58 +0100)]
Added check for status, fixed uninitialized value and removed unused variable.

7 years agoFix CoderDecoderSeekableNonsense again. Fix Coverity "Dead code" issue.
Glenn Randers-Pehrson [Sat, 28 Jan 2017 02:53:16 +0000 (21:53 -0500)]
Fix CoderDecoderSeekableNonsense again.  Fix Coverity "Dead code" issue.

7 years ago * coders/png.c: Added support for a proposed new PNG chunk
Glenn Randers-Pehrson [Sat, 28 Jan 2017 02:09:15 +0000 (21:09 -0500)]
  * coders/png.c: Added support for a proposed new PNG chunk

    (zxIf, read-only) that is currently being discussed on the
    png-mng-misc at lists.sourceforge.net mailing list.  Enable
    exIf and zxIf with CPPFLAGS="-DexIf_SUPPORTED -DxzIf_SUPPORTED".
    If exIf is enabled, only the uncompressed exIF chunk will be
    written and the hex-encoded zTXt chunk containing the raw Exif
    profile won't be written.

7 years agoSupport policy rights of "All"
Cristy [Fri, 27 Jan 2017 23:52:14 +0000 (18:52 -0500)]
Support policy rights of "All"

7 years agoAdded new method that can be used to write an image with a user specified blob write...
Dirk Lemstra [Fri, 27 Jan 2017 22:01:24 +0000 (23:01 +0100)]
Added new method that can be used to write an image with a user specified blob write delegate.

7 years ago...
Cristy [Fri, 27 Jan 2017 21:45:28 +0000 (16:45 -0500)]
...

7 years ago... 7.0.4-6
Cristy [Fri, 27 Jan 2017 19:37:36 +0000 (14:37 -0500)]
...

7 years agohttps://github.com/ImageMagick/ImageMagick/issues/362
Cristy [Thu, 26 Jan 2017 16:22:42 +0000 (11:22 -0500)]
https://github.com/ImageMagick/ImageMagick/issues/362

7 years ago...
Cristy [Thu, 26 Jan 2017 14:22:28 +0000 (09:22 -0500)]
...

7 years agoFixed loop of doom.
Dirk Lemstra [Thu, 26 Jan 2017 08:15:19 +0000 (09:15 +0100)]
Fixed loop of doom.

7 years agohttps://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=30887
Cristy [Wed, 25 Jan 2017 12:25:04 +0000 (07:25 -0500)]
https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=30887

7 years ago...
Cristy [Wed, 25 Jan 2017 12:20:02 +0000 (07:20 -0500)]
...

7 years agohttps://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=31282&p=142063
Cristy [Tue, 24 Jan 2017 15:42:17 +0000 (10:42 -0500)]
https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=31282&p=142063

7 years agohttps://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=31284
Cristy [Tue, 24 Jan 2017 13:14:20 +0000 (08:14 -0500)]
https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=31284

7 years ago...
Cristy [Mon, 23 Jan 2017 11:16:00 +0000 (06:16 -0500)]
...

7 years agoMerge branch 'master' of http://git.imagemagick.org/repos/ImageMagick
Glenn Randers-Pehrson [Mon, 23 Jan 2017 01:54:24 +0000 (20:54 -0500)]
Merge branch 'master' of http://git.imagemagick.org/repos/ImageMagick

7 years agoUndo bad commit to coders/png.c
Glenn Randers-Pehrson [Mon, 23 Jan 2017 01:35:11 +0000 (20:35 -0500)]
Undo bad commit to coders/png.c

7 years ago...
Cristy [Mon, 23 Jan 2017 00:51:10 +0000 (19:51 -0500)]
...

7 years agoFolded long lines in coders/png.c
Glenn Randers-Pehrson [Mon, 23 Jan 2017 00:03:37 +0000 (19:03 -0500)]
Folded long lines in coders/png.c

7 years agoFix finite percision problem when computing CCL mean color
Cristy [Sun, 22 Jan 2017 22:25:53 +0000 (17:25 -0500)]
Fix finite percision problem when computing CCL mean color

7 years agoRestore "Decoder" part of CoderDecoderSeekableStreamFlag
Glenn Randers-Pehrson [Sun, 22 Jan 2017 19:19:47 +0000 (14:19 -0500)]
Restore "Decoder" part of CoderDecoderSeekableStreamFlag

7 years agocoders/png.c: Added support for a proposed new PNG chunk (exIf
Glenn Randers-Pehrson [Sun, 22 Jan 2017 18:37:58 +0000 (13:37 -0500)]
coders/png.c: Added support for a proposed new PNG chunk (exIf
read-write, eXIf read-only) that is currently being discussed on the
png-mng-misc at lists.sourceforge.net mailing list.

7 years agoUpdate ChangeLog about eXIF support in the png codec.
Glenn Randers-Pehrson [Sun, 22 Jan 2017 18:33:15 +0000 (13:33 -0500)]
Update ChangeLog about eXIF support in the png codec.

7 years agoAdded the function definition to the deprecate.h to prevent false ABI/API warnings.
Dirk Lemstra [Sun, 22 Jan 2017 18:13:58 +0000 (19:13 +0100)]
Added the function definition to the deprecate.h to prevent false ABI/API warnings.

7 years agoRevert change.
Dirk Lemstra [Sun, 22 Jan 2017 18:10:44 +0000 (19:10 +0100)]
Revert change.

7 years ago* Renamed read_vpag_chunk_callback() function to png_user_chunk_callback()
Glenn Randers-Pehrson [Sun, 22 Jan 2017 17:58:11 +0000 (12:58 -0500)]
* Renamed read_vpag_chunk_callback() function to png_user_chunk_callback()
  in coders/png.c
* Implemented a private PNG caNv (canvas) chunk for remembering the
  original dimensions and offsets when an image is cropped.  Previously
  we used the oFFs and vpAg chunks for this purpose, but this had potential
  conflicts with other applications that also use the oFFs chunk.

7 years agoRemoved unused function definition.
Dirk Lemstra [Sun, 22 Jan 2017 16:47:34 +0000 (17:47 +0100)]
Removed unused function definition.

7 years agoRemoved duplicate include.
Dirk Lemstra [Sun, 22 Jan 2017 16:45:49 +0000 (17:45 +0100)]
Removed duplicate include.

7 years ago...
Cristy [Sun, 22 Jan 2017 16:33:56 +0000 (11:33 -0500)]
...

7 years ago...
Cristy [Sun, 22 Jan 2017 13:24:21 +0000 (08:24 -0500)]
...

7 years agoAdded missing include.
Dirk Lemstra [Sun, 22 Jan 2017 12:10:32 +0000 (13:10 +0100)]
Added missing include.

7 years agoReplaced CoderSeekableStreamFlag with CoderDecoderSeekableStreamFlag and CoderEncoder...
Dirk Lemstra [Sun, 22 Jan 2017 02:19:27 +0000 (03:19 +0100)]
Replaced CoderSeekableStreamFlag with CoderDecoderSeekableStreamFlag and CoderEncoderSeekableStreamFlag.

7 years ago...
Cristy [Sun, 22 Jan 2017 00:02:32 +0000 (19:02 -0500)]
...

7 years ago...
Cristy [Sat, 21 Jan 2017 17:50:27 +0000 (12:50 -0500)]
...

7 years ago...
Cristy [Sat, 21 Jan 2017 17:42:22 +0000 (12:42 -0500)]
...

7 years ago...
Cristy [Sat, 21 Jan 2017 17:38:33 +0000 (12:38 -0500)]
...

7 years ago...
Cristy [Sat, 21 Jan 2017 15:51:11 +0000 (10:51 -0500)]
...

7 years ago... 7.0.4-5
Cristy [Sat, 21 Jan 2017 14:06:14 +0000 (09:06 -0500)]
...

7 years ago...
Cristy [Sat, 21 Jan 2017 14:04:33 +0000 (09:04 -0500)]
...

7 years agohttps://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=31265
Cristy [Fri, 20 Jan 2017 14:15:54 +0000 (09:15 -0500)]
https://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=31265

7 years agohttps://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=31262
Cristy [Fri, 20 Jan 2017 13:00:35 +0000 (08:00 -0500)]
https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=31262

7 years agohttps://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=31262
Cristy [Fri, 20 Jan 2017 01:11:11 +0000 (20:11 -0500)]
https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=31262

7 years agohttps://github.com/ImageMagick/ImageMagick/pull/359
Cristy [Fri, 20 Jan 2017 00:32:04 +0000 (19:32 -0500)]
https://github.com/ImageMagick/ImageMagick/pull/359

7 years agohttps://github.com/ImageMagick/ImageMagick/pull/358
Cristy [Wed, 18 Jan 2017 22:34:25 +0000 (17:34 -0500)]
https://github.com/ImageMagick/ImageMagick/pull/358

7 years agohttps://github.com/ImageMagick/ImageMagick/pull/358
Cristy [Wed, 18 Jan 2017 22:31:53 +0000 (17:31 -0500)]
https://github.com/ImageMagick/ImageMagick/pull/358

7 years agohttps://github.com/ImageMagick/ImageMagick/pull/358
Cristy [Wed, 18 Jan 2017 22:31:33 +0000 (17:31 -0500)]
https://github.com/ImageMagick/ImageMagick/pull/358

7 years agohttp://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=31210
Cristy [Wed, 18 Jan 2017 12:18:59 +0000 (07:18 -0500)]
http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=31210

7 years ago...
Cristy [Wed, 18 Jan 2017 01:28:20 +0000 (20:28 -0500)]
...

7 years agohttps://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=31249
Cristy [Wed, 18 Jan 2017 01:06:52 +0000 (20:06 -0500)]
https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=31249

7 years ago...
Cristy [Tue, 17 Jan 2017 20:44:50 +0000 (15:44 -0500)]
...

7 years ago...
Cristy [Sun, 15 Jan 2017 00:20:37 +0000 (19:20 -0500)]
...

7 years ago...
Cristy [Sun, 15 Jan 2017 00:11:29 +0000 (19:11 -0500)]
...

7 years ago...
Cristy [Sat, 14 Jan 2017 23:12:54 +0000 (18:12 -0500)]
...

7 years ago... 7.0.4-4
Cristy [Sat, 14 Jan 2017 18:42:58 +0000 (13:42 -0500)]
...

7 years agoAdded support for RGB555, RGB565, ARGB4444 and ARGB1555 to the BMP encoder (Fixes...
Dirk Lemstra [Sat, 14 Jan 2017 18:37:55 +0000 (19:37 +0100)]
Added support for RGB555, RGB565, ARGB4444 and ARGB1555 to the BMP encoder (Fixes #344)

7 years agohttps://github.com/ImageMagick/ImageMagick/issues/351
Cristy [Sat, 14 Jan 2017 16:33:00 +0000 (11:33 -0500)]
https://github.com/ImageMagick/ImageMagick/issues/351

7 years agohttps://github.com/ImageMagick/ImageMagick/issues/355
Cristy [Fri, 13 Jan 2017 12:34:02 +0000 (07:34 -0500)]
https://github.com/ImageMagick/ImageMagick/issues/355

7 years ago...
Cristy [Fri, 13 Jan 2017 01:09:43 +0000 (20:09 -0500)]
...

7 years agoUse linear scaling for the number of threads.
Dirk Lemstra [Thu, 12 Jan 2017 23:16:24 +0000 (00:16 +0100)]
Use linear scaling for the number of threads.

7 years agohttps://github.com/ImageMagick/ImageMagick/issues/354
Cristy [Thu, 12 Jan 2017 17:51:57 +0000 (12:51 -0500)]
https://github.com/ImageMagick/ImageMagick/issues/354