log libinterp/dldfcn/__magick_read__.cc @ 18957:87cba451fd5e stable

age author description
Thu, 24 Jul 2014 17:37:45 +0100 Carnë Draug __magick_read__.cc: fix png check for image class in older GM (bug #42834).
Mon, 10 Mar 2014 17:21:20 +0000 Carnë Draug Use OCTAVE_QUIT between each image frame to allow Control-C during Image IO. stable
Tue, 04 Mar 2014 20:10:00 +0000 Carnë Draug Fix writing of grayscale images when there is an alpha channel. stable
Tue, 04 Mar 2014 16:52:00 +0000 Carnë Draug Fix writing and reading of multipage images. stable
Wed, 18 Dec 2013 17:47:21 +0000 Carnë Draug Do not reduce Magick::ErrorCoder to warning, issue an error like other errors. stable
Wed, 13 Nov 2013 06:02:48 +0000 Carnë Draug imread: avoid out of bounds error when reading part of multipage image file.
Wed, 13 Nov 2013 02:49:06 +0000 Carnë Draug imread: deal elegantly with multiples frames of different sizes.
Wed, 06 Nov 2013 11:42:35 -0800 Rik maint: Use phrase "FIXME:" for problem areas in code.
Tue, 05 Nov 2013 07:05:30 +0000 Carnë Draug imwrite: implement DisposalMethod option.
Tue, 05 Nov 2013 05:48:56 +0000 Carnë Draug imwrite: implement DelayTime option.
Tue, 05 Nov 2013 05:05:11 +0000 Carnë Draug imwrite: implement LoopCount option.
Mon, 28 Oct 2013 19:51:46 -0700 Rik Use GNU style coding conventions for code in libinterp/
Wed, 23 Oct 2013 22:09:27 -0400 John W. Eaton maint: Update copyright notices for release.
Sun, 20 Oct 2013 17:57:17 +0100 Carnë Draug Catch Magick++ errors and warnings when pinging image (bug #40267)
Thu, 03 Oct 2013 22:19:12 -0400 Mike Miller Fix integer overflow in imwrite with floating point and uint32 images
Fri, 20 Sep 2013 18:43:43 -0400 Mike Miller Replace ambiguous call to pow with bit shift
Wed, 04 Sep 2013 22:21:08 +0100 Carnë Draug imread: fix identification of PNG files as indexed.
Wed, 04 Sep 2013 21:22:43 +0100 Carnë Draug imread: fix returning multiple variables.
Tue, 03 Sep 2013 23:35:55 +0100 Carnë Draug __magick_finfo__: remove recent Magick compression types (bug #39913)
Fri, 30 Aug 2013 10:44:56 +0100 Carnë Draug Expand imfinfo to read Exif tags and GPS information.
Fri, 30 Aug 2013 07:19:13 +0100 Carnë Draug New function __magick_ping__ to speed reading of images.
Thu, 29 Aug 2013 06:31:55 +0100 Carnë Draug Rewrite of imfinfo.
Wed, 28 Aug 2013 08:41:55 +0100 Carnë Draug Fix reading of images with height or width of 1 pixel.
Wed, 28 Aug 2013 08:24:21 +0100 Carnë Draug Fix reading of binary images.
Tue, 27 Aug 2013 09:24:15 +0100 Carnë Draug __magick_write__: make sure binary images are saved as bilevel for some coders.
Mon, 19 Aug 2013 16:11:18 +0100 Carnë Draug Implement writing of CMYK and fix writing of image alpha channel (bug #32986).
Wed, 14 Aug 2013 01:54:34 +0100 Carnë Draug Use first image to be read rather than first image in file to set defaults.
Tue, 13 Aug 2013 18:41:41 +0100 Carnë Draug Fix reading of alpha channel stored as tRNS chunk in PNG files.
Tue, 13 Aug 2013 17:40:50 +0100 Carnë Draug __magick_read__.cc: follow coding guidelines.
Tue, 13 Aug 2013 05:50:33 +0100 Carnë Draug Initial support for writing of floating point and uint32 images.
Thu, 08 Aug 2013 17:41:50 +0100 Carnë Draug Implement writing of indexed images.
Fri, 02 Aug 2013 19:05:42 +0100 Carnë Draug Correctly identify PNG image types (bug #32986, bug #36820 and bug #37689)
Fri, 02 Aug 2013 14:30:58 +0100 Carnë Draug Fix reading of image alpha channel (bug #32986).
Thu, 01 Aug 2013 19:03:39 +0100 Carnë Draug Invert alpha channel after reading from GraphicsMagick (bug #32896).
Thu, 01 Aug 2013 18:37:07 +0100 Carnë Draug Fix reading of images using PixelRegion with ranges ending before the limit.
Thu, 01 Aug 2013 16:17:20 +0100 Carnë Draug __magick_read__: fix reading of alpha channel in RGB images (bug #32986).
Wed, 31 Jul 2013 21:28:48 +0100 Carnë Draug Implement PixelRegion option for imread().
Wed, 31 Jul 2013 13:14:09 +0100 Carnë Draug Do not read alpha channel from image if output not requested.
Tue, 30 Jul 2013 00:03:00 +0100 Carnë Draug imread: implement reading of images with 32 bitdepth and alpha channels.
Thu, 18 Jul 2013 01:52:09 +0100 Carnë Draug Read alpha values from indexed images. Always read indexes from indexed images.
Tue, 16 Jul 2013 19:39:22 +0100 Carnë Draug __magick_write__: confirm file exists before reading to append.
Tue, 16 Jul 2013 17:29:45 +0100 Carnë Draug imwrite: implement WriteMode option.
Sat, 13 Jul 2013 12:41:59 +0100 Carnë Draug imread: implement options Index, Frames, and Info.
Sat, 13 Jul 2013 01:33:17 +0100 Carnë Draug Make use of gripe_disabled_feature() for image IO functions.
Wed, 10 Jul 2013 18:18:21 +0100 Carnë Draug Add optional extension argument to image IO functions.
Mon, 08 Jul 2013 21:10:34 +0200 Torsten *__magick_read__.cc: add missing include of gripes.h
Thu, 04 Jul 2013 18:35:11 +0100 Carnë Draug New function imformats.
Sun, 30 Jun 2013 09:09:49 -0700 Rik Replace uses of Octave_map with octave_map or octave_scalar_map.
Fri, 19 Apr 2013 05:48:47 +0100 Carnë Draug doc: mark dldfcn as Loadable Functions on deftypen macro
Mon, 01 Oct 2012 18:30:44 -0400 John W. Eaton maint: periodic merge of stable to default base src/DLD-FUNCTIONS/__magick_read__.cc@bf44ea5227f2
Sat, 29 Sep 2012 11:57:44 -0700 Rik build: Remove unnecessary AC_CHECK_FUNCS calls.
Sat, 18 Aug 2012 16:23:39 -0400 John W. Eaton split libinterp from src base src/dldfcn/__magick_read__.cc@50d99d1b10f0