comparison scripts/image/imwrite.m @ 9051:1bf0ce0930be

Grammar check TexInfo in all .m files Cleanup documentation sources to follow a few consistent rules. Spellcheck was NOT done. (but will be in another changeset)
author Rik <rdrider0-list@yahoo.com>
date Fri, 27 Mar 2009 22:31:03 -0700
parents eb63fbe60fab
children 86f475d5e7d1
comparison
equal deleted inserted replaced
9044:656ad518f385 9051:1bf0ce0930be
22 ## Write images in various file formats. 22 ## Write images in various file formats.
23 ## 23 ##
24 ## If @var{fmt} is missing, the file extension (if any) of 24 ## If @var{fmt} is missing, the file extension (if any) of
25 ## @var{filename} is used to determine the format. 25 ## @var{filename} is used to determine the format.
26 ## 26 ##
27 ## The parameter-value pairs (@var{p1}, @var{v1}, @dots{}) are optional. Currently 27 ## The parameter-value pairs (@var{p1}, @var{v1}, @dots{}) are optional. Currently
28 ## the following options are supported for @t{JPEG} images 28 ## the following options are supported for @t{JPEG} images
29 ## 29 ##
30 ## @table @samp 30 ## @table @samp
31 ## @item Quality 31 ## @item Quality
32 ## Sets the quality of the compression. The corresponding value should be an 32 ## Sets the quality of the compression. The corresponding value should be an
33 ## integer between 0 and 100, with larger values meaning higher visual quality 33 ## integer between 0 and 100, with larger values meaning higher visual quality
34 ## and less compression. 34 ## and less compression.
35 ## @end table 35 ## @end table
36 ## 36 ##
37 ## @seealso{imread, imfinfo} 37 ## @seealso{imread, imfinfo}