You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
6 months ago | |
---|---|---|
.. | ||
dist | 6 months ago | |
es | 6 months ago | |
src | 6 months ago | |
test | 6 months ago | |
CHANGELOG.md | 6 months ago | |
LICENSE | 6 months ago | |
README.md | 6 months ago | |
index.d.ts | 6 months ago | |
package.json | 6 months ago |
README.md
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;