-
Notifications
You must be signed in to change notification settings - Fork 1.6k
FAQ
Surma edited this page Nov 15, 2018
·
3 revisions
- Can I process multiple images at the same time?: Not yet. It’s our most-popular request and we are definitely thinking about how to implement batch processing for Squoosh v2
- Do you have an API?: Not yet. The app runs completely client-side without a server-side API, but we have ideas on how to give the client-side an API.
- Where is the CLI?: Squoosh is basically just a bunch of existing CLIs compiled to wasm, so building a Squoosh CLI is kinda redundant. If you want to compress images from your command-line, look into ImageOptim, ImageMagic, ffmpeg et al.