661
edits
Carandraug (talk | contribs) (→Programs and Libraries: how to find Octave configuration options) |
Carandraug (talk | contribs) (→Find Octave configuration: check support for specific image formats) |
||
Line 21: | Line 21: | ||
usejava ("jvm") | usejava ("jvm") | ||
## support for | ## Image IO with support for tif files | ||
any (cellfun (@(x) ismember ("tif", x), {imformats.ext})) | |||
## Image IO with support for png files | |||
any (cellfun (@(x) ismember ("png", x), {imformats.ext})) | |||
== Structures == | == Structures == |