log scripts/image/private/__imread__.m @ 27919:1891570abac8

age author description
Mon, 06 Jan 2020 22:29:51 -0500 John W. Eaton update Octave Project Developers copyright for the new year
Mon, 06 Jan 2020 15:38:17 -0500 John W. Eaton use centralized file for copyright info for individual contributors
Wed, 26 Jun 2019 15:47:03 -0400 John W. Eaton unless necessary for formatting or code, use ' instead of `
Wed, 02 Jan 2019 16:32:43 -0500 John W. Eaton maint: Update copyright dates in all source files. stable
Fri, 30 Mar 2018 09:19:05 -0400 John W. Eaton maint: Update copyright dates in all source files. stable
Sat, 06 Jan 2018 07:57:19 -0800 Rik maint: Update punctuation for GPL v3 license text.
Wed, 22 Feb 2017 12:58:07 -0500 John W. Eaton maint: Merge stable to default.
Wed, 22 Feb 2017 12:39:29 -0500 John W. Eaton maint: Update copyright dates. stable
Mon, 23 Jan 2017 14:27:48 -0500 John W. Eaton maint: Merge stable to default.
Fri, 20 Jan 2017 12:19:08 -0500 John W. Eaton maint: strip extra trailing newlines from files. stable
Sun, 13 Nov 2016 20:33:47 -0800 Rik maint: Standardize Copyright formatting.
Wed, 17 Aug 2016 01:05:19 -0400 John W. Eaton maint: Update copyright notices for 2016.
Thu, 19 May 2016 08:42:55 -0700 Rik imread: Clean up function and its private implementation.
Wed, 30 Mar 2016 22:09:26 -0700 Rik maint: Eliminate bad spacing around '='.
Sun, 22 Nov 2015 20:25:17 -0800 Rik Replace ++,-- with in-place operators for performance.
Thu, 26 Feb 2015 13:13:40 -0500 John W. Eaton maint: Cleanup some .m files to follow Octave coding conventions.
Mon, 23 Feb 2015 14:54:39 -0800 Rik maint: Clean up m-files to follow Octave coding conventions.
Wed, 11 Feb 2015 14:19:08 -0500 John W. Eaton maint: Update copyright notices for 2015.
Thu, 16 Jan 2014 19:12:36 +0000 Carnë Draug Fix input parsing for imageIO functions and make imread accept URL (bug #41234)
Tue, 17 Dec 2013 13:28:31 +0000 Carnë Draug image/private/__imread__.m: simplify subfunction for argument check
Mon, 16 Dec 2013 18:57:18 +0000 Carnë Draug Remove support for Octave's native image format.
Wed, 13 Nov 2013 06:36:50 +0000 Carnë Draug imread: be case insensitive when checking "Index" and "Frames" options.
Wed, 13 Nov 2013 00:12:20 +0000 Carnë Draug imread: ping image correctly when "Index" or "Frames" option is "all".
Wed, 23 Oct 2013 22:09:27 -0400 John W. Eaton maint: Update copyright notices for release.
Fri, 06 Sep 2013 14:08:42 -0700 Rik Replace cellfun() occurrences with faster code where possible.
Fri, 30 Aug 2013 07:19:13 +0100 Carnë Draug New function __magick_ping__ to speed reading of images.
Wed, 28 Aug 2013 08:33:02 -0700 Rik maint: End m-files with 1 blank line.
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 03:50:51 +0100 Carnë Draug Fix reading of the deprecated Octave native image format.
Wed, 31 Jul 2013 21:28:48 +0100 Carnë Draug Implement PixelRegion option for imread().
Fri, 26 Jul 2013 00:47:23 +0100 Carnë Draug Rename private core_imfnc functions to follow the __fnc__ convention style. base scripts/image/private/core_imread.m@5a41b49a31d6