http://tinypng.org/ is a great service, they optimized my png images by ~67%. How does their service work? How can they minimize size and quality of pictures still remains the same?
相关问题
- How to create PNG images with more than 72dpi usin
- iOS (objective-c) compression_decode_buffer() retu
- Is there a public implemention of LZSS compression
- Reading and Compressing a picture with RLE
- What's the quickest and easiest way of getting
相关文章
- Where does this quality loss on Images come from?
- Read 16-bit PNG image file using Python
- Converting svg to png with inkscape command line f
- C# Saving huge images
- c# saving very large bitmaps as jpegs (or any othe
- Does using image sprites make sense in HTTP/2?
- How to extract zip file using dotnet framework 4.0
- Fiddler doesn't decompress gzip responses
The answer's right on that web page:
It turns 24-bit RGB files into palettized 8-bit ones. You lose some color depth, but for small images it's often imperceptible.
You can do the same thing manually on the command line with this awesome tool: http://pngquant.org/