We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
❯ echo "hello" > file.png ❯ imageoptim --imagealpha file.png i Running ImageAlpha... ! Command failed with exit code 2 (ENOENT): /Applications/ImageAlpha.app/Contents/MacOS/pngquant --ext=.png --force --skip-if-larger --speed=1 --quality=65-80 256 -- /var/folders/57/f83bftsx79b9ylc2gzbdmdfw0000gp/T/imageoptim-cli/file.png ! Please raise an issue at https://github.com/JamieMason/ImageOptim-CLI/issues Error: Command failed with exit code 2 (ENOENT): /Applications/ImageAlpha.app/Contents/MacOS/pngquant --ext=.png --force --skip-if-larger --speed=1 --quality=65-80 256 -- /var/folders/57/f83bftsx79b9ylc2gzbdmdfw0000gp/T/imageoptim-cli/file.png at makeError (/usr/local/Cellar/imageoptim-cli/3.0.2/libexec/lib/node_modules/imageoptim-cli/dist/imageoptim:6571:11) at handlePromise (/usr/local/Cellar/imageoptim-cli/3.0.2/libexec/lib/node_modules/imageoptim-cli/dist/imageoptim:6368:26) at process._tickCallback (internal/process/next_tick.js:68:7)
ignore or report malformed png files
crash
would the test at
ImageOptim-CLI/src/is-supported.ts
Line 4 in e65bb4a
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Steps To Reproduce The Error
Expected Behaviour
ignore or report malformed png files
Actual Behaviour
crash
Version Numbers or N/A
Help Needed
would the test at
ImageOptim-CLI/src/is-supported.ts
Line 4 in e65bb4a
The text was updated successfully, but these errors were encountered: