Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

You can get decent results on jpeg images using jpegtran, and if you don't mind progressive jpegs, you can get slightly smaller images with a progressive scan table optimized for your images (determining the ideal scan order for your dataset is left as an exercise to the reader):

    jpegtran -optimize -progressive -scans scan_table.txt image.jpg > image_optimized.jpg


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: