Tag

TinyPNG

1 views collected around this technical thread.

IEG Growth Platform Technology Team
IEG Growth Platform Technology Team
Jan 24, 2022 · Fundamentals

Image Compression Techniques and Node.js Library Comparison (imagemin, sharp, TinyPNG)

This article explains image compression fundamentals, compares bitmap, direct color, lossless and lossy methods, evaluates Node.js libraries imagemin, sharp, and TinyPNG through JPEG/PNG tests, and provides practical usage code and insights into plugin‑based compression algorithms.

Node.jsSharpTinyPNG
0 likes · 8 min read
Image Compression Techniques and Node.js Library Comparison (imagemin, sharp, TinyPNG)
Tencent Music Tech Team
Tencent Music Tech Team
Nov 11, 2016 · Mobile Development

Optimizing Image Assets in QQ Music Android APK with pngquant and TinyPNG

To shrink the QQ Music Android APK, the team replaced manual image compression with a multithreaded pngquant workflow that compresses PNGs at 90 % quality, integrates into the RDM build, cuts the res directory by 1.97 MB and the overall package by 2.22 MB, delivering faster, maintainable builds.

AndroidGradleResource Optimization
0 likes · 14 min read
Optimizing Image Assets in QQ Music Android APK with pngquant and TinyPNG