imageBundler

Image bundler, for web efficiency
Download

imageBundler Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL v3
  • Publisher Name:
  • Mathieu Lecarme
  • Publisher web site:
  • http://garambrogne.net

imageBundler Tags


imageBundler Description

Image bundler, for web efficiency Image bundling is a web optimization for using lot of small picture in a web page. imageBundler takes a folder with a lot of images and build a big one. With CSS, you crop the part of the big picture you wont to use. PNG compression is better in a large picture than in the sum of small ones. Loading a lot of small files is inneficient : there is latency for establishing each connection, and only few downloads can be parralilized.GWT use this trick for an efficient toolbar's pictures downloading.A simple test with Adium's images : * Folder size : 420K * Pure image bundle : 248K * Optipnged image : 240K60% diet for all this images.InstallPIL is the only dependency, the setup will fetch it.python setup.py buildsudo python setup.py installUsagebundler someFolderBundler will try to open every file it can handle.You should use pngcrush or optipng for a perfect optimisation.Bundler builds a big PNG file, a cute CSS file and an ugly HTML test file. Requirements: · Python


imageBundler Related Software