I love that Google's Page Speed is able to losslessly compress a lot of my images, but I'd love to make it part of my workflow, prior to uploading a site and making it live.
Is there anything I can run locally to give me the same lossless compression? I currently export images from Export For Web from Photoshop, and use a little application called PNGCrusher to reduce file size of PNGs.
I'd love to find a faster way though than saving out and replacing the individual images from Page Speed's results.

mod_pagespeedalready do this for you? Or are you unable to use the apache module? If so, you can usemod_deflateto achieve the same thing. – Lèse majesté Dec 13 '11 at 23:08