Ivan Kuchin
Ivan Kuchin
Could you check the output of `which -a svgo` and `/usr/local/bin/svgo -v`. By the message `image_optim` resolves svgo to /usr/local/bin/svgo and this binary does not return version as expected.
What about `image_optim --info`?
Could you please tell in which context are not images optimised, assets or paperclip images? As out of box `image_optim` itself optimises only assets.
Currently there is no out of the box support in the gem itself (I've noted an issue for it #54 long time ago). You can either contact the developer of...
Please look at #31 by @bencrouse it allows to set options for image_optim in rails app config, it is already merged, but not yet released.
@bencrouse @bobbus Better to put it into `ImageOptim::Config`. `defaults` sounds like it should be overridable by global and local configs. It is a good thing that it will be possible...
I've tried putting the first webp found in web without problems. Is it possible for you to share the image causing problems, or does it happen with any webp image?
You need to enable `jhead` worker, as otherwise orientation flag is removed without transforming image data.
Thanks for opening the issue. Checking [release 2.0.0](https://github.com/svg/svgo/releases/tag/v2.0.0) there is a note about using `extendDefaultPlugins([…])` and `active: false` to disable default plugin, so it should be possible to make it...
You already saw that in [2.1.0](https://github.com/svg/svgo/releases/tag/v2.1.0) properly documents that config can be only a js file path. The solution would be to detect svgo >= 2 and create a temp...