ImageOptim-CLI
                                
                                
                                
                                    ImageOptim-CLI copied to clipboard
                            
                            
                            
                        Make optimisation of images part of your automated build process
## Steps To Reproduce The Error ```sh ❯ 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...
# feature 1. support custom imageoptim app path with `imageoptim_app` ```bash cross-env imageoptim_app='your/path/to/app' imageoptim xxxx ```
## Description (What) added option for declaring custom batch sizes, ie: `--batch-size 5` , if no option is specified, the batch defaults to the original 300 count ## Justification (Why)...
## Description Having the option to specify the quality of processed images will be really useful: ## Suggested Solution Right now the `--quality` parameter affects only ImageAlpha. Adding a few...
## Steps To Reproduce The Error - checkout the PR 12047 from the publicly available repository https://github.com/raycast/extensions/pull/12047/files - run `imageoptim *` to optimize all images in `extensions/hyrule-compendium-search/assets/materialIcons` - 85 images...
## Steps To Reproduce The Error ```bash imageoptim -j path-to-image.jpg ``` ## Expected Behaviour No Error ## Actual Behaviour ```bash ! Command failed: osascript /snapshot/ImageOptim-CLI/osascript/is-installed.applescript com.icvt.JPEGmini-Pro osascript: /snapshot/ImageOptim-CLI/osascript/is-installed.applescript: No such...
## Steps To Reproduce The Error Try to run `imageoptim` on a path containing a space. ## Expected Behaviour It runs the task normally. ## Actual Behaviour It gives errors...
➜ ~ brew install imageoptim-cli imageoptim-cli: The x86_64 architecture is required for this software. Error: imageoptim-cli: An unsatisfied requirement failed this build.
## Description (What) This PR introduces support for creating ARM64 binaries, which are necessary for compatibility with Apple's M1 and M2 chips. ## Justification (Why) This PR adds support for...