
pngjs - npm
Simple PNG encoder/decoder for Node.js with no dependencies. Based on the original pngjs with the follow enhancements. Support for reading 1,2,4 & 16 bit files; Support for reading interlace files; Support for reading tTRNS transparent colours
pngjs3 - npm
PNG encoder/decoder in pure JS, supporting any bit size & interlace, async & sync with full test suite.. Latest version: 6.1.1, last published: 2 years ago. Start using pngjs3 in your project by running `npm i pngjs3`.
png-js - npm
png.js. A PNG decoder in JS for the canvas element or Node.js. Browser Usage. Simply include png.js and zlib.js on your HTML page, create a canvas element, and call PNG.load to load an image.
fast-png - npm
PNG image decoder and encoder written entirely in JavaScript. Latest version: 6.2.0, last published: a year ago. Start using fast-png in your project by running `npm i fast-png`. There are 30 other projects in the npm registry using fast-png.
sharp - npm
High performance Node.js image processing, the fastest module to resize JPEG, PNG, WebP, GIF, AVIF and TIFF images. Latest version: 0.33.5, last published: 7 months ago. Start using sharp in your project by running `npm i sharp`.
fast-png - npm
PNG image decoder and encoder written entirely in JavaScript. Latest version: 6.3.0, last published: 10 days ago. Start using fast-png in your project by running `npm i fast-png`.
png-to-ico - npm
convert png to windows ico format. Latest version: 2.1.8, last published: 2 years ago. Start using png-to-ico in your project by running `npm i png-to-ico`. There are 47 other projects in the npm registry using png-to-ico.
image-js - npm
The following formats can be saved by image-js: PNG (8 or 16 bits) JPEG; BMP (black and white) Native support for various bit depths and image kinds. image-js was developed to be used in scientific applications where we often have to work on …
svg2png - npm
SVG-to-PNG Converter Using PhantomJS. You have a SVG file. For whatever reason, you need a PNG. svg2png can help.
png - npm
This is a node.js module, writen in C++, that uses libpng to produce a PNG image (in memory) from RGB or RGBA buffers. The module exports three objects: Png , FixedPngStack and DynamicPngStack . The Png object is for creating PNG images from an RGB, RGBA, or Grayscale buffer.