-
Notifications
You must be signed in to change notification settings - Fork 109
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pngout
not found, linux
#39
Comments
Please refer to pngout installation section in readme. |
@mperice Did it help, can I close this? |
Of course, installing pngout solves the problem. My point was that pngout (as well as svgo) shouldn't be listed as (optional) packages anymore, as they are now apparently a necessity in v0.11.1. |
«Optional» was meant about installation, but it is not a good word in this case as all workers are optional and I am going to switch to resolving binaries for all workers by default on init instead of when worker is first used for more controlled environment. And I was going to add ability to warn and skip workers instead of failing if binary can not be found. |
I had some surprise What do I need to do to disable the |
@vdh File config |
So would that also work for the direct method? image_optim = ImageOptim.new(pngout: false, svgo: false) At the moment I'm only using the direct |
Yes. If |
I'm having this same issue. Where do I install pngout? For some reason, image optim can't find it. |
@jonathanng The easiest is to put it into any location in |
It's in my path. I have it both in /usr/bin & /bin. Does it need a certain naming convention? It's just called pngout. Do I On Wed, Sep 24, 2014 at 10:33 AM, Ivan [email protected] wrote:
|
@jonathanng |
When I type pngout in console, i do get the pngout help output. I'm on Mac, but I'm not sure if that should make a difference. On Thu, Sep 25, 2014 at 3:42 PM, Ivan [email protected] wrote:
|
@jonathanng I can't yet understand if the problem is with environment, Do you run Also please post first line of pngout help output containing its version. |
The problem occurs when I run 'bundle exec rake assets:clean' The error I get
When I type pngout in console, I get:
|
@jonathanng My previous message was confusing, please check if |
image_optim does work in terminal. When I type in the Rails console, I get the following:
I tried different versions of the image_optim gem and the latest one that isn't giving me problems is
Not sure if this helps or not. |
@jonathanng Now clearer: |
That did it. Thanks! |
pngout worker: |
@avinashdvv You either need to make |
Image_optim v 0.11.1 causes:
rake aborted!
pngout
not foundon a debian machine, all packages (advancecomp gifsicle jhead jpegoptim libjpeg-progs optipng pngcrush) are installed.
The text was updated successfully, but these errors were encountered: