Properties
Optional
bgColor
bgColor?: {
blue: number;
green: number;
red: number;
}
Type declaration
-
blue: number
-
green: number
-
red: number
Optional
bitDepth
Optional
colorType
Optional
deflateChunkSize
deflateChunkSize?: number
Optional
deflateFactory
deflateFactory?: ((options?: ZlibOptions) => Deflate)
Type declaration
-
- (options?: ZlibOptions): Deflate
-
Parameters
-
Optional
options: ZlibOptions
Returns Deflate
Optional
deflateLevel
deflateLevel?: number
Optional
deflateStrategy
deflateStrategy?: number
Optional
filterType
filterType?: number | number[]
Optional
inputColorType
Optional
inputHasAlpha
inputHasAlpha?: boolean
Creates and returns a new
Deflate
object.Since
v0.5.8