lab2023 / rails-template

ROR Templates
MIT License
19 stars 5 forks source link

paperclip image optimize #33

Open yunusozcan opened 12 years ago

yunusozcan commented 12 years ago

https://github.com/dakick/paperclip-compression

Paperclip.run("jpegoptim -o --strip-all", "#{path}")

google recommend jpegtran or jpegoptim (available on Linux only; run with the --strip-all option). For PNG, google recommend OptiPNG or PNGOUT.