Image Filesize Reduction Techniques
Use ExifTool and jpegtran to reduce JPEG image filesizes:
$ jpegtran -optimize -progressive [IMAGE] > [OUTPUT] && exiftool -all= --icc_profile:all [OUTPUT]
Damien Dart
Use ExifTool and jpegtran to reduce JPEG image filesizes:
$ jpegtran -optimize -progressive [IMAGE] > [OUTPUT] && exiftool -all= --icc_profile:all [OUTPUT]