log scripts/image/private/imageIO.m @ 30893:e1788b1a315f

age author description
Mon, 04 Apr 2022 18:14:56 -0700 Rik maint: Use "fcn" as preferred abbreviation for "function" in m-files.
Tue, 28 Dec 2021 18:22:40 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Wed, 10 Feb 2021 09:52:15 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Wed, 08 Jan 2020 11:59:41 -0500 John W. Eaton update formatting of copyright notices
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, 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.
Thu, 21 Sep 2017 16:56:01 +0100 Carnë Draug scripts/image/private/imageIO.m: put filename between quotes in error message
Sun, 26 Feb 2017 15:32:57 -0800 Rik Only imread a URL if the input looks like a URL (bug #49228).
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 18:48:52 -0700 Rik maint: Use two spaces after period to indicate sentence break.
Wed, 18 Nov 2015 15:48:27 -0800 Rik Consistently use 'filename' rather than 'file name' throughout code base.
Wed, 11 Feb 2015 14:19:08 -0500 John W. Eaton maint: Update copyright notices for 2015.
Wed, 22 Oct 2014 10:41:15 -0700 Rik Use tempname() rather than tmpnam() in core Octave.
Sun, 02 Mar 2014 12:56:11 -0800 Rik Deprecate nfields and replace with numfields.
Thu, 16 Jan 2014 19:12:36 +0000 Carnë Draug Fix input parsing for imageIO functions and make imread accept URL (bug #41234)
Wed, 28 Aug 2013 08:33:02 -0700 Rik maint: End m-files with 1 blank line.
Sat, 13 Jul 2013 12:41:59 +0100 Carnë Draug imread: implement options Index, Frames, and Info.
Thu, 11 Jul 2013 02:07:10 +0100 Carnë Draug imwrite: clean up finding of filename and its connection to imformats.
Wed, 10 Jul 2013 18:18:21 +0100 Carnë Draug Add optional extension argument to image IO functions.
Sat, 06 Jul 2013 04:28:04 +0100 Carnë Draug Connect imfinfo with imformats.