Skip to content
4 changes: 4 additions & 0 deletions doc/interpreter/image.txi
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,10 @@ formats.

@DOCSTRING(ind2rgb)

The following function allows processing an existing image.

@DOCSTRING(dither)

Octave also provides tools to produce and work with movie frame structures.
Those structures encapsulate the image data (@qcode{"cdata"} field) together
with the corresponding colormap (@qcode{"colormap"} field).
Expand Down
1 change: 0 additions & 1 deletion scripts/help/__unimplemented__.m
Original file line number Diff line number Diff line change
Expand Up @@ -747,7 +747,6 @@
"discretize",
"dissect",
"distances",
"dither",
"docsearch",
"dragrect",
"duration",
Expand Down
Loading