PHP, ImageMagick, Google's Page Speed, & Image File Size Optimization

Posted by Sonny on Stack Overflow See other posts from Stack Overflow or by Sonny
Published on 2010-03-29T17:49:33Z Indexed on 2010/03/29 17:53 UTC
Read the original article Hit count: 577

I have photo gallery code that does image re-sizing and thumbnail creation. I use ImageMagick to do this. I ran a gallery page through Google's Page Speed tool and it revealed that the re-sized images and thumbnails both have about an extra 10KB of data (JPEG files specifically).

What can I add to my scripts to optimize the file size?

© Stack Overflow or respective owner

Related posts about php

Related posts about imagemagick