Tools and Tips on how to Optimize Images for the Web
The time a page takes to load is something every designer worries about, or at least is something that every designer should worry about. It doesn’t matter if the layout is nice and beautiful if it doesn’t function properly. Since images can be pretty heavy, this is certainly an issue to keep an eye on. And this is why today we gathered a few links here to show you some tools and articles that will help you with this issue. Even if you are a pro at “saving as better quality jpg” it is always nice to check out some tools (old or new) to have you covered when it is time to optimize images.
Useful Tools
TinyPNG
TinyPNG uses smart lossy compression techniques to reduce the file size of your PNG files.
Smush.it
Smush.it uses optimization techniques specific to image format to remove unnecessary bytes from image files.
OptiPNG
OptiPNG is a PNG optimizer that recompresses image files to a smaller size, without losing any information.
ImageOptim
ImageOptim optimizes images — so they take up less disk space and load faster — by finding best compression parameters and by removing unnecessary comments and color profiles. It handles PNG, JPEG and GIF animations.
CodeKit
CodeKit helps you build websites faster and better. And it also helps you optimizing images.
imgo
Image optimization tool.
jQuery Lazyload
jQuery plugin for lazy loading images.
Articles
- Smashing Magazine – Optimize Images With HTML5 Canvas
- Smashing Magazine – Clever JPEG Optimization Techniques
- Smashing Magazine – Clever PNG Optimization Techniques
- The Smashing Book – Performance Optimization for Websites
- A List Apart – Responsive Images and Web Standards at the Turning Point
- A List Apart – Using SVG for Flexible, Scalable, and Fun Backgrounds, Part II
- A List Apart – Using SVG for Flexible, Scalable, and Fun Backgrounds, Part I
- Six Revisions – The Comprehensive Guide to Saving Images for the Web
- Six Revisions – JPEG 101: A Crash Course Guide on JPEG
Related Posts
Here's some other articles that you will definitely find useful.

















11 comments
jm creative
February 7, 2013Great little list. I’v always noticed its PNG that tend to be the heavy files on my sites. Some times they just cant be avoided though so some good tools to help with the file size. Iv used Tiny PNGs so will try some others as well.
Edvaldo Lopes
February 7, 2013Olá Gisele. Amei seu site e também descobri recentemente uma linha nova carreira e estou empenhado nela, seu site está sendo muito útil.
Alex Edwards
February 7, 2013If you use a *nix OS, Trimage is a pretty nice equivalent to ImageOptim and worth a mention too. On Ubuntu/Debian:
sudo apt-get install trimage
Liam
February 7, 2013nice collection!
thanks for share!
@iamphilrae
February 9, 2013A good trick with 32bit alpha transparent PNGs is to put them through Adobe Fireworks 8-bit alpha transparent PNG filter to see if they can be optimised a fair bit as long as you don’t mind reducing the colour palette down to 256 colours. It’s especially useful for photographic images with a transparent background, where JPEG isn’t an option because of the transparency, and 32bit PNGs offer very poor compression (because they’re meant for block colours).
Sometimes the effect can be a little ‘grundgy’, and the alpha transparency isn’t always as perfect as 32bit, but still better than 8bit indexed transparency you see on standard 8bit PNG or GIFs. For a few of our sites, its reduced the overall image load on a page from a totally unacceptable 10MB to a more reasonable 200KB.
It seems that out of all the Adobe software though, only Fireworks does this 8-bit alpha export. File > Image Export > PNG > 8bit Alpha
Oh, and remember to put them through ImageOptim afterwards to improve the compression even more!
Jamison Mergens
February 11, 2013For JPGs you can you use jpegmini.com as well.
Joe Petchonka
February 12, 2013This is a very important thing for site load times as well. Most people pick the highest resolution images that they can get their hands on and then shrink them without lowering the image file size.
Nightmare!
Ryan Key
February 12, 2013Some of these most basic things seem to be the most forgettable for web designers.
Henrique
March 2, 2013PNGNQ is other gret line-command tool for otmize png files:
http://pngnq.sourceforge.net/
EX: pngq -n 256 imagem.png
Web Design Malaysia
April 1, 2013Thanks for the awesome article! been using TinyPng eversince
Aamir Shahzad
April 17, 2013Simply use Photoshop and use save as for web it will automatically optimize it for web and you have custom setting as well…you can also check the image load time etc.
these tools can be helpful but i always prefer Photoshop.