Convert images through Squoosh in Alfred 4
$ npm install --global alfred-squoosh
Requires Node.js 12+ and the Alfred Powerpack.
In Alfred, select image files and turn up the file window, type squ
, and Enter.
You can change converter's setting in your config.
Type: Number
Required: false
If you want to resize your image, set this value.
When either width or height is specified, the image resized to specified size keeping aspect ratio.
Type: Number
Required: false
If you want to resize your image, set this value.
When either width or height is specified, the image resized to specified size keeping aspect ratio.
Type: String
Required: true
Default: webp
Type: Number
Required: true
Default: 100
Type: String
Required: false
Default: process.cwd()
- squoosh - Image compression web app that reduces image sizes through numerous formats.
MIT © jopemachine