A desktop app for batch image optimization.
Download the latest release for macOS
If you get an error about the application can't be opened it's because the app is not codesigned/validated by the Apple App Store.
You can safely open and run the app after running this in Terminal:
xattr -cr /Applications/moop.app
- Drag/drop local images
- Batch processing with quality/effort and output format controls
- Output management in app-specific input/output folders
- Max width/height support
- Multi-language UI support
- Animated image support (webp & gif)
- Input:
jpeg/jpg,png,webp,tiff/tif,gif,svg/svgz,avif - Output:
webp,png,jpeg
English, Chinese, Hindi, Spanish, Arabic, French, Bengali, Portuguese, Indonesian, Urdu, Russian, German, Japanese, Marathi, Vietnamese, Telugu, Swahili, Hausa, Turkish, Punjabi, Filipino, Tamil, Persian, Korean, Amharic, Thai, Javanese, Italian, Gujarati, Kannada, Yoruba, Bhojpuri, Malayalam.
src/bun: runtime process, RPC handlers, routes, processing queue, menussrc/mainview: React UIsrc/shared: shared by runtime and UIsrc/bun/shared: runtime-only shared helperssrc/mainview/shared: UI-only shared helperssrc/lang: localization dictionaries and locale helpers
Install bun: https://bun.com/docs/installation
Once installed, then run to install the build system and spin up the dev build with the watch flag:
bun install
bun run dev
bun run scssbun run build:dev
bun run build:canary
bun run build:stablebun testRun targeted suites:
bun test tests/utility
bun test tests/rpc
bun test tests/routes