log scripts/image/imread.m @ 17118:c97a26408ee0

age author description
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.
Thu, 18 Jul 2013 01:52:09 +0100 Carnë Draug Read alpha values from indexed images. Always read indexes from indexed images.
Sat, 13 Jul 2013 12:41:59 +0100 Carnë Draug imread: implement options Index, Frames, and Info.
Fri, 12 Jul 2013 18:06:20 +0100 Carnë Draug imread: make sure test file is removed if imread() errors.
Fri, 12 Jul 2013 02:53:51 +0100 Carnë Draug doc: document index argument for reading multipage images.
Wed, 10 Jul 2013 18:18:21 +0100 Carnë Draug Add optional extension argument to image IO functions.
Sun, 07 Jul 2013 18:26:25 +0100 Carnë Draug Connect imread with imformats.
Tue, 18 Jun 2013 06:39:12 -0400 John W. Eaton copyright notice fixes
Mon, 13 Feb 2012 07:29:44 -0800 Rik Use Octave coding conventions in all m-file %!test blocks
Mon, 02 Jan 2012 14:25:41 -0500 John W. Eaton maint: update copyright notices for 2012 stable
Mon, 14 Sep 2009 07:57:38 +0200 John W. Eaton imread.m: fix test release-3-2-x
Mon, 14 Sep 2009 07:57:38 +0200 Alexander Mamonov image/imread.m Test added. release-3-2-x
Tue, 25 Aug 2009 10:26:01 +0200 John W. Eaton imread.m: undo unintended change release-3-2-x
Thu, 16 Jul 2009 11:56:44 -0400 John W. Eaton graphics.cc (get_array_limits): require min_pos value to be greater than zero release-3-2-x
Thu, 20 Jan 2011 19:33:32 -0800 Rik Use @nospell macro on certain words in docstrings.
Thu, 20 Jan 2011 17:35:29 -0500 John W. Eaton all script files: untabify and strip trailing whitespace
Fri, 14 Jan 2011 05:47:45 -0500 John W. Eaton update copyright notices
Sun, 09 Jan 2011 21:33:04 -0800 Rik Use uppercase for variable names in error() strings to match Info documentation. Only m-files done.
Sat, 17 Jul 2010 19:53:01 -0700 Rik Add spellchecker scripts for Octave and run spellcheck of documentation
Mon, 22 Mar 2010 12:36:30 -0700 Soren Hauberg Detabify scripts in 'scripts/image/'
Wed, 02 Dec 2009 20:34:01 -0800 Rik Only run imread test cases if GraphicMagick library exists
Thu, 23 Jul 2009 16:19:20 -0400 John W. Eaton imread.m: fix test
Thu, 16 Jul 2009 13:30:13 -0400 John W. Eaton imread.m: undo unintended change
Thu, 16 Jul 2009 11:56:44 -0400 John W. Eaton graphics.cc (get_array_limits): require min_pos value to be greater than zero
Tue, 23 Jun 2009 14:41:03 -0400 Alexander Mamonov image/imread.m Test added.
Wed, 27 May 2009 07:43:20 +0200 Jaroslav Hajek Backed out changeset 7f3a1a90f4f4
Tue, 26 May 2009 14:57:46 -0400 John W. Eaton imread: scale values from old Octave image format
Wed, 01 Apr 2009 17:06:45 -0700 Rik Cleanup documentation for signal.texi, image.texi, audio.texi
Sat, 07 Mar 2009 10:41:27 -0500 John W. Eaton update copyright notices
Wed, 04 Feb 2009 10:56:23 -0500 John W. Eaton style fixes
Tue, 13 Jan 2009 14:08:36 -0500 John W. Eaton style fixes
Thu, 25 Sep 2008 13:43:42 -0400 sh Improve documentation for image I/O.
Wed, 16 Jul 2008 12:55:48 -0400 John W. Eaton imread.m: simplify; loadimage.m: deprecate
Sat, 12 Jul 2008 10:11:30 -0400 Thomas L. Scofield Add original imread() files (from octave-forge) to core octave.