image_optim_bin icon indicating copy to clipboard operation
image_optim_bin copied to clipboard

jpegoptim worker: didn't get a version of jpegoptim

Open Aditya-Chowdhry opened this issue 10 years ago • 3 comments

jpegoptim worker: didn't get version of jpegoptim ? at /tmp/build_2ea01c33ee9d741c2c1a0db748813570/vendor/bundle/ruby/2.0.0/gems/image_optim_bin-0.0.7/vendor/jpegoptim; please provide proper binary or disable this worker (--no-jpegoptim argument or :jpegoptim => false through options) remote: gifsicle worker: didn't get version of gifsicle ? at /tmp/build_2ea01c33ee9d741c2c1a0db748813570/vendor/bundle/ruby/2.0.0/gems/image_optim_bin-0.0.7/vendor/gifsicle; please provide proper binary or disable this worker (--no-gifsicle argument or :gifsicle => false through options) remote: gifsicle worker: didn't get version of gifsicle ? at /tmp/build_2ea01c33ee9d741c2c1a0db748813570/vendor/bundle/ruby/2.0.0/gems/image_optim_bin-0.0.7/vendor/gifsicle; please provide proper binary or disable this worker (--no-gifsicle argument or :gifsicle => false through options) remote: svgo worker: svgo not found; please provide proper binary or disable this worker (--no-svgo argument or :svgo => false through options)

Aditya-Chowdhry avatar Jul 04 '15 18:07 Aditya-Chowdhry

Hey sorry, i don't use this gem anymore. If you or anyone else want to fix the issues i'd be happy to accept pull requests

mooktakim avatar Jul 04 '15 22:07 mooktakim

Hi, I ran into the same issue trying to configure paperclip_optimizer with image_optim_bin on a Rails 4.1 heroku app (https://github.com/janfoeh/paperclip-optimizer/issues/21). I had to use the image_optim_pack gem instead, from https://github.com/toy/image_optim. @mooktakim, maybe you could inform on the readme file that the gem isn't fully functional ?

codenem avatar Aug 05 '15 09:08 codenem

Sure, updated the readme now.

mooktakim avatar Aug 05 '15 10:08 mooktakim