log libinterp/dldfcn/__magick_read__.cc @ 20587:f90c8372b7ba

age author description
Mon, 05 Oct 2015 19:29:36 -0400 John W. Eaton eliminate many more simple uses of error_state
Thu, 01 Oct 2015 16:18:19 -0400 John W. Eaton begin removal of global error_state variable
Tue, 28 Jul 2015 17:43:23 +0100 Carnë Draug Add compression option to imwrite and default to "none" (bug #45565)
Fri, 10 Jul 2015 16:46:24 +0100 Carnë Draug Saturated red channel on RGB image, makes imread() return logical (bug #41584)
Sat, 30 May 2015 03:14:07 +0100 Carnë Draug Deprecate Array::length() and Sparse::length() in favour of ::numel().
Sun, 24 May 2015 02:41:37 +0100 Carnë Draug Deprecate Array::nelem() and Range::nelem() in favour of ::numel().
Sat, 23 May 2015 22:11:25 -0700 Rik Don't print unecessary backtrace for GraphicsMagick warning about pixel depth.
Sun, 03 May 2015 21:52:42 -0700 Rik doc: Update more docstrings to have one sentence summary as first line. stable
Sun, 19 Apr 2015 06:53:30 -0300 Rafael Laboissiere maint: Fix spelling and grammar mistakes in docs and comments (bug #44878)
Sun, 01 Mar 2015 22:52:14 +0000 Carnë Draug __magick_read__.cc: add warning id for possibly low Magick quantum depth.
Thu, 26 Feb 2015 13:07:04 -0500 John W. Eaton maint: More cleanup of C++ code to follow Octave coding conventions.
Wed, 25 Feb 2015 11:55:49 -0800 Rik maint: Cleanup C++ code to follow Octave coding conventions.
Wed, 11 Feb 2015 14:19:08 -0500 John W. Eaton maint: Update copyright notices for 2015.
Wed, 11 Feb 2015 10:58:21 -0800 Rik Remove duplicate assignment statement in cset c334e4af3a1b.
Wed, 11 Feb 2015 17:40:04 +0000 Ilya Kurdyukov Fix incorrect writing of grayscale JPEG images (bugs #41673, #44118, #42474)
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.