public marks

PUBLIC MARKS from nhoizey with tags performance & image

2010

2009

ImageOptim - a PNG/JPEG graphics optimizer for Mac OS X

by 2 others
"ImageOptim is a front-end (GUI) for set of tools for optimisation of PNG/JPEG images and GIF animations. Optimisation makes files smaller (in terms of disk space) by finding optimal compression parameters and by removing unneccessary information, like file comments, EXIF tags and color profiles."

2007

Ajaxian » CSS Sprite Generator Released

CSS Sprite is a single image file which contains several graphics. Using CSS background positions it’s possible to display any one of the graphics. By using a sprite you save on multiple http requests which helps speed up the rendering of your page.