app php01 790c53caa0 最后一版uniaiim hace 4 meses
..
dist 790c53caa0 最后一版uniaiim hace 4 meses
es 790c53caa0 最后一版uniaiim hace 4 meses
src 790c53caa0 最后一版uniaiim hace 4 meses
test 790c53caa0 最后一版uniaiim hace 4 meses
CHANGELOG.md 790c53caa0 最后一版uniaiim hace 4 meses
LICENSE 790c53caa0 最后一版uniaiim hace 4 meses
README.md 790c53caa0 最后一版uniaiim hace 4 meses
index.d.ts 790c53caa0 最后一版uniaiim hace 4 meses
package.json 790c53caa0 最后一版uniaiim hace 4 meses

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;