You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.