diff scripts/image/imread.m @ 8148:213dd524f96b

Improve documentation for image I/O.
author sh@sh-laptop
date Thu, 25 Sep 2008 13:43:42 -0400
parents de26beacb20f
children cadc73247d65
line wrap: on
line diff
--- a/scripts/image/imread.m	Thu Sep 25 13:03:17 2008 -0400
+++ b/scripts/image/imread.m	Thu Sep 25 13:43:42 2008 -0400
@@ -31,6 +31,8 @@
 ## The colour depth of the image determines the numeric
 ## class of the output: "uint8" or "uint16" for grey
 ## and colour, and "logical" for black and white.
+##
+## @seealso{imwrite, imfinfo}
 ## @end deftypefn
 
 function varargout = imread (filename, varargin)