A lightweight Tauri application designed to convert PNG, JPG, and other supported image formats into WebP format using the cwebp
tool.
- Converts PNG, JPG, and supported formats to WebP.
- Minimalist, fast, and optimized for macOS.
- Built with Tauri, ensuring a small application size and high performance.
- Install cwebp Tool
cwebp is required for WebP conversion. Install it using Homebrew:
brew install webp
- Clone the Repository:
https://github.com/VihangaN/webpGui.git
- Install Dependencies:
npm install
- Run the Development Server:
npm run tauri dev
- Build the Application: To create a standalone macOS application:
npm run tauri build
The app will be available in the src-tauri/target/release/bundle/macos directory.
- Ensure cwebp is accessible via the command line by verifying its installation
cwebp -version