log libinterp/dldfcn/__magick_read__.cc @ 21567:3d25f9f4a62b

age author description
Wed, 30 Mar 2016 21:35:51 -0700 Rik maint: Eliminate Britishicisms in the code.
Fri, 18 Mar 2016 22:52:28 +0000 Carnë Draug imformats: return empty instead of error if there's no support for image IO.
Fri, 26 Feb 2016 16:01:22 +0100 Kai T. Ohlhus Resolve compile time issues, when octave_idx_type is long.
Fri, 19 Feb 2016 09:40:59 -0800 Rik maint: Use American spelling for "behavior".
Thu, 18 Feb 2016 13:34:50 -0800 Rik Use '#include "config.h"' rather than <config.h>.
Fri, 05 Feb 2016 16:29:08 -0800 Rik maint: Indent #ifdef blocks in libinterp.
Wed, 27 Jan 2016 14:15:17 +0100 Kai T. Ohlhus maint: Periodic merge of stable to default.
Wed, 27 Jan 2016 11:22:58 +0100 Rafael Laboissiere doc: fix spelling of "unknown". stable
Sun, 24 Jan 2016 13:50:04 -0500 John W. Eaton consistently use "typename" intead of "class" in template declarations
Mon, 18 Jan 2016 18:28:06 -0800 Rik Switch gripe_XXX to either err_XXX or warn_XXX naming scheme.
Tue, 05 Jan 2016 12:45:14 +0100 Rafael Laboissiere doc: fix spelling of "unknown".
Fri, 18 Dec 2015 16:18:41 -0800 Rik maint: Replace "octave_value_list ()" with "ovl ()".
Fri, 18 Dec 2015 15:37:22 -0800 Rik maint: Use new C++ archetype in more files.
Sat, 12 Dec 2015 09:55:20 -0800 Rik 2015 Code Sprint: __magick_read__.cc: use ovl ().
Sat, 12 Dec 2015 07:40:03 -0800 Rik 2015 Code Sprint: remove class of function from docstring for all C++ files.
Tue, 08 Dec 2015 14:20:05 -0500 John W. Eaton eliminate return statements after calls to error
Sat, 05 Dec 2015 15:59:22 -0800 Rik maint: Clean-up more instances of print_usage().
Thu, 03 Dec 2015 12:15:38 -0500 John W. Eaton eliminate return statements after calls to print_usage
Fri, 20 Nov 2015 11:34:22 +0000 Carnë Draug Only warn of Magick quantum depth if less than 16 instead of 32.
Sat, 14 Nov 2015 15:18:05 -0500 John W. Eaton eliminate more uses of error_state
Sat, 14 Nov 2015 12:07:38 -0500 John W. Eaton eliminate more uses of error_state
Sun, 08 Nov 2015 16:14:27 -0500 John W. Eaton backout changeset 18f38ed43962
Fri, 06 Nov 2015 16:52:49 -0500 John W. Eaton vector_value exctractors with error messages
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.