oxipng
squoosh
Our great sponsors
oxipng | squoosh | |
---|---|---|
6 | 155 | |
1,517 | 16,471 | |
- | 2.7% | |
5.3 | 7.3 | |
19 days ago | 27 days ago | |
Rust | TypeScript | |
MIT License | Apache License 2.0 |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
oxipng
-
Help processing massive videos (16k resolution)
Assuming your frames are PNG files, you could use a lossless optimizer like optipng to try if their size can be reduced. I prefer oxipng, which is faster and multithreaded, and seems to have more active development.
-
(Urgent) Best Image Compressor Sites That Barely Compress?
Not sure what extensions of images you use, but if they’re PNG you could use oxipng: https://github.com/shssoichiro/oxipng
-
Mitigating egress data transfer costs
For PNGs specifically oxipng is awesome. It even has Zopfli compression, which is compatible regular compression, but is ~30% smaller (but requires lots of CPU time to compute).
-
rustc performance improvement from rust 1.46 to 1.51
They do. ripgrep and fd extensively use parallelism, which is specifically enabled by Rust's safety guarantees. oxipng is also in the same boat.
-
Best PNG Optimizer Other Than TinyPNG?
PNG: oxipng SVG: svgcleaner
-
Hope I got your sympathy
Or go Commando: https://github.com/shssoichiro/oxipng
squoosh
-
Compress images up tp 90% and convert to webP & AVIF, useful for web vitals score, bulk supported and free to use.
Looks nice, but I'm afraid it's not going to tear me away from https://squoosh.app/
-
Show HN: Monolith – A stylish and functional computer frame
You can use https://squoosh.app for easy and effective image compression. Sometimes I can shave off 80-90% of the size without a noticeable difference in image quality.
- The balance has shifted away from SPAs
-
What graphics/formats do you use for building interfaces, and where do your store it?
For creative where using a svg doesn’t make sense (eg. a photo bundled into the app), what I typically do is create original size, @2x, @3x copies all as jpeg (png if transparency is involved) and run them through something like https://squoosh.app. And if that’s not enough, there’s conditionally using webp when supported to further minimize asset size, among other ways, too.
- HERE's a list of free platforms you need for your next project!
-
Open Source Web Designer Tools
Squoosh
-
Colors distorted after PNG > AVIF Photo conversion
For testing I used Squoosh, but I don't know if they use a recent build of the encoder...
-
Most efficient contemporary AVIF encoder?
Also squoosh does have a CLI: https://github.com/GoogleChromeLabs/squoosh/tree/dev/cli
Hi! What's the most efficient AVIF encoder available right now? I prefer a CLI application and I don't want anything cloudy. It should be able to compress both lossy and lossless (as lossless as RGB to YUV gets). Preferably not Python based. go-avif seems to be abandoned. I already use have and use ffmpeg. If that does the job, I would be happy.
-
FFmpeg now supports JPEG XL
You can experiment with https://squoosh.app/ , although I am unsure how up-to-date its encoders are.
What are some alternatives?
sharp - High performance Node.js image processing, the fastest module to resize JPEG, PNG, WebP, AVIF and TIFF images. Uses the libvips library.
ImageOptim - GUI image optimizer for Mac
next-optimized-images - 🌅 next-optimized-images automatically optimizes images used in next.js projects (jpeg, png, svg, webp and gif).
devilbox - A modern Docker LAMP stack and MEAN stack for local development
go-unsplash - Go Client for the Unsplash API
SWR - React Hooks for Data Fetching
Nuxt.js - The Intuitive Vue(2) Framework
Mono - Mono open source ECMA CLI, C# and .NET implementation.
eleventy 🕚⚡️ - A simpler static site generator. An alternative to Jekyll. Transforms a directory of templates (of varying types) into HTML.
opencv-rust - Rust bindings for OpenCV 3 & 4