shichen b6c5ecc67a init 1 rok temu
..
dist b6c5ecc67a init 1 rok temu
es b6c5ecc67a init 1 rok temu
node_modules b6c5ecc67a init 1 rok temu
src b6c5ecc67a init 1 rok temu
test b6c5ecc67a init 1 rok temu
CHANGELOG.md b6c5ecc67a init 1 rok temu
LICENSE b6c5ecc67a init 1 rok temu
README.md b6c5ecc67a init 1 rok temu
index.d.ts b6c5ecc67a init 1 rok temu
package.json b6c5ecc67a init 1 rok temu

README.md

@jimp/png

Default Jimp png encoder/decoder.

Available Methods

Jimp.deflateLevel

Sets the deflate level used when saving as PNG format (default is 9)

Jimp.deflateStrategy

Sets the deflate strategy used when saving as PNG format (default is 3)

Jimp.filterType

Sets the filter type used when saving as PNG format (default is automatic filters)

Jimp.colorType

Sets the color type used when saving as PNG format (one of 0, 2, 4, 6)

Filter Types

Jimp.PNG_FILTER_AUTO;
Jimp.PNG_FILTER_NONE;
Jimp.PNG_FILTER_SUB;
Jimp.PNG_FILTER_UP;
Jimp.PNG_FILTER_AVERAGE;
Jimp.PNG_FILTER_PATH;