png
Here are 1,398 public repositories matching this topic...
Fast and secure standalone server for resizing and converting remote images
-
Updated
Apr 14, 2022 - Go
Fast, simple, scalable, Docker-ready HTTP microservice for high-level image processing
-
Updated
Apr 1, 2022 - Go
Lossy PNG compressor — pngquant command based on libimagequant library
-
Updated
Jan 16, 2022 - C
I think there's an extra #endif in tinyfiles.h. Around line 88 there's this:
#if defined( TINYPATH_IMPLEMENTATION )
#endif TINYPATH_IMPLEMENTATION
That #endif doesn't look like it should be there. I get compilation errors about the final #endif having no matching #if
Insane(ly slow but wicked good) PNG image optimization
-
Updated
Sep 10, 2021 - Python
-
Updated
Jun 30, 2020 - Go
Pack up to 3MB of data into a tweetable PNG polyglot file.
-
Updated
Aug 11, 2021 - Python
Fast, Docker-ready image processing server written in Go
-
Updated
Apr 14, 2022 - Go
Resize images and animated GIFs in Go
-
Updated
Nov 23, 2021 - C++
Craft PNG files that appear completely different in Apple software [NOW PATCHED]
-
Updated
Mar 7, 2022 - Python
Read/write access to PNG images in pure Ruby.
-
Updated
Nov 11, 2021 - Ruby
-
Updated
Jul 8, 2020 - Go
A QR Code generator for PHP7.4+
-
Updated
Mar 29, 2022 - PHP
Image optimization / compression library. This library is able to optimize png, jpg and gif files in very easy and handy way. It uses optipng, pngquant, pngcrush, pngout, gifsicle, jpegoptim and jpegtran tools.
-
Updated
Mar 9, 2022 - PHP
SVG to PNG/JPEG command-line tool and Node.js module
-
Updated
Mar 26, 2022 - JavaScript
Improve this page
Add a description, image, and links to the png topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the png topic, visit your repo's landing page and select "manage topics."


Discussed in SixLabors/ImageSharp#2061
Originally posted by br3aker March 13, 2022
Current jpeg implementation lacks of COM marker support, does it need to support it? Should be easy to implement as this marker is just an array of bytes - itu spec leaves 'interpretation to the application', decoding API shoul