png-to-lcd
convert png image data into an lcd compatible framebuffer
convert png image data into an lcd compatible framebuffer
An image to 2D RGBA matrix conversion module
A simple PNG to PDF converter.
Generate pHash from png
Converts png images to puml icon
Converts a PNG file to a set of JPG+SVG files making an effect of "jpg with transparency". Allows up to ~85% size decrease of transparent raster images.
Converts png to binary and sends to Zebra AK203 thermal printer.
library to read and write PNG Metadata
A text writing transformer for [PngPong](https://github.com/gdnmobilelab/png-pong).
png manipulation library in pure js with no environment dependency
A lightweight React component for playing PNG sequences like a video
``` const pngUniqueColors = require('png-unique-colors') const colors = await pngUniqueColors('path/to/image.png') // buffer also available // 79766 ```
Simple PNG Image Upload optimizer for frontend that scales your image as per your usability
Node.js utility to compare PNG files or their areas
Read PNG dimensions from a File or Blob
Gets the size of the png image
Split a concatenated stream of PNG images into individual PNG frames
Hide data in the least significant bits of PNGs. Takes an arbitrary set of PNGs and presents a mutable single sequence of bytes.
``` const PngStrip = require('png-strip-chunks'), fs = require('fs')