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