comparison scripts/image/imformats.m @ 17170:d6499c14021c

doc: Periodic grammarcheck of documentation. * doc/interpreter/basics.txi, doc/interpreter/expr.txi, doc/interpreter/install.txi, doc/interpreter/java.txi, doc/interpreter/plot.txi, doc/interpreter/sparse.txi, doc/interpreter/vectorize.txi, libinterp/corefcn/cellfun.cc, libinterp/corefcn/debug.cc, libinterp/corefcn/file-io.cc, libinterp/corefcn/load-save.cc, libinterp/corefcn/matrix_type.cc, libinterp/corefcn/pr-output.cc, libinterp/parse-tree/oct-parse.in.yy, liboctave/numeric/LSODE-opts.in, scripts/image/imformats.m, scripts/image/imread.m, scripts/image/imwrite.m, scripts/miscellaneous/error_ids.m, scripts/miscellaneous/fileattrib.m, scripts/miscellaneous/mex.m, scripts/miscellaneous/mkoctfile.m, scripts/miscellaneous/warning_ids.m, scripts/prefs/prefdir.m, scripts/prefs/preferences.m, scripts/signal/fftfilt.m, scripts/strings/isstrprop.m, scripts/testfun/assert.m: Periodic grammarcheck of documentation.
author Rik <rik@octave.org>
date Sun, 04 Aug 2013 13:08:39 -0700
parents 3db796f89695
children bc924baa2c4e
comparison
equal deleted inserted replaced
17169:9ba57ed05207 17170:d6499c14021c
32 ## 32 ##
33 ## @table @asis 33 ## @table @asis
34 ## @item ext 34 ## @item ext
35 ## The name of the file format. This may match the file extension but Octave 35 ## The name of the file format. This may match the file extension but Octave
36 ## will automatically detect the file format. 36 ## will automatically detect the file format.
37 ##
37 ## @item description 38 ## @item description
38 ## A long description of the file format. 39 ## A long description of the file format.
40 ##
39 ## @item @nospell{isa} 41 ## @item @nospell{isa}
40 ## A function handle to confirm if a file is of the specified format. 42 ## A function handle to confirm if a file is of the specified format.
43 ##
41 ## @item write 44 ## @item write
42 ## A function handle to write if a file is of the specified format. 45 ## A function handle to write if a file is of the specified format.
46 ##
43 ## @item read 47 ## @item read
44 ## A function handle to open files the specified format. 48 ## A function handle to open files the specified format.
49 ##
45 ## @item info 50 ## @item info
46 ## A function handle to obtain image information of the specified format. 51 ## A function handle to obtain image information of the specified format.
52 ##
47 ## @item alpha 53 ## @item alpha
48 ## Logical value if format supports alpha channel (transparency or matte). 54 ## Logical value if format supports alpha channel (transparency or matte).
55 ##
49 ## @item multipage 56 ## @item multipage
50 ## Logical value if format supports multipage (multiple images per file). 57 ## Logical value if format supports multipage (multiple images per file).
51 ## @end table 58 ## @end table
52 ## 59 ##
53 ## It is possible to change the way Octave manages file formats with the options 60 ## It is possible to change the way Octave manages file formats with the options