Skip to content

VihangaN/webpGui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tauri Image Converter to WebP (macOS)

A lightweight Tauri application designed to convert PNG, JPG, and other supported image formats into WebP format using the cwebp tool.


Features

  • 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.

Prerequisites

  • Install cwebp Tool

cwebp is required for WebP conversion. Install it using Homebrew:

brew install webp

Setup and Run

  1. Clone the Repository:
https://github.com/VihangaN/webpGui.git
  1. Install Dependencies:
npm install
  1. Run the Development Server:
npm run tauri dev
  1. 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.

Notes

  • Ensure cwebp is accessible via the command line by verifying its installation
cwebp -version

Preview

preview

About

A GUI Application for the WebP CLI Tool

Resources

Stars

Watchers

Forks

Packages

No packages published