i use this to resize pics
http://www.imagemagick.org
I can resize,change compression etc...
I have it installed on my server and on my windows machine.
it's command line but you can change compression on all jpgs
in a dir with this command "mogrify -quality 70 *.jpg"
or you can change size like this "mogrify -geometry 150x150 *.jpg"