log scripts/image/imwrite.m @ 17281:bc924baa2c4e

age author description
Mon, 19 Aug 2013 20:46:38 -0700 Rik doc: Add new @qcode macro for code samples which are quoted.
Sat, 17 Aug 2013 04:49:28 +0100 Carnë Draug imwrite: add simple test for actual successfully writing
Sun, 04 Aug 2013 13:22:53 -0700 Rik doc: Periodic spellcheck of documentation.
Sun, 04 Aug 2013 13:08:39 -0700 Rik doc: Periodic grammarcheck of documentation.
Fri, 26 Jul 2013 00:47:23 +0100 Carnë Draug Rename private core_imfnc functions to follow the __fnc__ convention style.
Tue, 16 Jul 2013 17:29:45 +0100 Carnë Draug imwrite: implement WriteMode option.
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.
Sun, 07 Jul 2013 21:45:17 +0100 Carnë Draug Connect imwrite with imformats.
Sun, 02 Dec 2012 10:02:57 -0800 Rik Clean up scripts in image directory.
Fri, 12 Oct 2012 23:11:08 +0200 Carnë Draug rgbplot.m, cmpermute.m, cmunique.m, ind2rgb.m, imwrite.m: use core iscolormap function
Tue, 17 Jul 2012 13:34:19 -0700 Rik maint: use rows() and columns() to clarify m-files.
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
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
Tue, 28 Sep 2010 18:12:37 -0400 John W. Eaton missing semicolon in last imwrite changeset
Tue, 28 Sep 2010 17:24:24 -0400 John Swensen Added support for checking supported image types at runtime.
Thu, 16 Sep 2010 02:56:35 -0400 John Swensen Updated for writing image files via imwrite.
Sun, 15 Aug 2010 11:56:38 -0700 Rik imwrite.m: Allow writing of 1-bit (B&W) images.
Sun, 18 Jul 2010 20:35:16 -0700 Rik Grammarcheck the documentation from m-files.
Wed, 27 May 2009 10:34:59 -0400 John W. Eaton imwrite.m: convert indexed images to RGB before calling __magick_write__
Fri, 27 Mar 2009 22:31:03 -0700 Rik Grammar check TexInfo in all .m files
Sat, 07 Mar 2009 10:41:27 -0500 John W. Eaton update copyright notices
Tue, 27 Jan 2009 23:17:37 -0500 John W. Eaton use endif and endfor instead of end
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.
Mon, 25 Aug 2008 16:55:26 -0400 scofield Various features added to imwrite
Tue, 29 Jul 2008 00:13:28 -0400 John W. Eaton add imwrite.m