Socket
Socket
Sign inDemoInstall

@jimp/png

Package Overview
Dependencies
32
Maintainers
2
Versions
220
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jimp/png

Default Jimp png encoder/decoder.


Version published
Maintainers
2
Weekly downloads
1,063,890
decreased by-8.75%

Weekly downloads

Readme

Source

@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;

FAQs

Last updated on 23 Feb 2024

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc