Skip to content

Commit c014cb1

Browse files
committed
Add new function "dither".
* scripts/image/dither.m: Add new function. * scripts/image/module.mk: Add new function to build system. * scripts/help/__unimplemented__.m: Remove function from list of unimplemented functions. * doc/interpreter/image.txi: Add documention of new function to manual. * etc/NEWS.11: Add name to list of new functions. See: #33
1 parent 81aa793 commit c014cb1

File tree

5 files changed

+429
-1
lines changed

5 files changed

+429
-1
lines changed

doc/interpreter/image.txi

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,10 @@ formats.
153153

154154
@DOCSTRING(ind2rgb)
155155

156+
The following function allows processing an existing image.
157+
158+
@DOCSTRING(dither)
159+
156160
Octave also provides tools to produce and work with movie frame structures.
157161
Those structures encapsulate the image data (@qcode{"cdata"} field) together
158162
with the corresponding colormap (@qcode{"colormap"} field).

etc/NEWS.11.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ Summary of important user-visible changes for version 11 (yyyy-mm-dd):
123123

124124
* `_Exit`
125125
* `corrcov`
126+
* `dither`
126127

127128
### Deprecated functions, properties, and operators
128129

scripts/help/__unimplemented__.m

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -747,7 +747,6 @@
747747
"discretize",
748748
"dissect",
749749
"distances",
750-
"dither",
751750
"docsearch",
752751
"dragrect",
753752
"duration",

0 commit comments

Comments
 (0)