Preparing search index...
The search index is not available
ImageJS
ImageJS
PixelateOptions
Interface PixelateOptions
interface
PixelateOptions
{
algorithm
?:
"center"
|
"mean"
|
"median"
;
cellSize
:
number
;
out
?:
Image
;
}
Index
Properties
algorithm?
cell
Size
out?
Properties
Optional
algorithm
algorithm
?:
"center"
|
"mean"
|
"median"
algorithm to use.
Default
'center'
cell
Size
cellSize
:
number
Range of pixelated area.
Optional
out
out
?:
Image
Image to which to output.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
algorithm
cell
Size
out
ImageJS
Loading...
algorithm to use.