#
png-compressor
Here are 6 public repositories matching this topic...
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Command line tool which compress the .png and .jpg images. It uses https://tinypng.com/ API to compress your images.
-
Updated
Oct 22, 2016 - JavaScript
NPM package to compress images for web usage
png-compression
image-compressor
jpg-compressor
png-compressor
jpg-compression
svg-compression
gif-compression
gif-compressor
svg-compressor
-
Updated
Sep 9, 2018 - JavaScript
Improve this page
Add a description, image, and links to the png-compressor topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the png-compressor topic, visit your repo's landing page and select "manage topics."
I create a BufferedImage with TYPE_USHORT_GRAY, ImageIO.write will encode this properly as 16-bit grayscale, but PngEncoder saves it as 8-bit truecolor.