Skip to content

AlexAzumi/webp-converter

Repository files navigation

WebP Converter

GitHub release CodeFactor GitHub Workflow Status GitHub Downloads (all assets, all releases)

Multi-platform desktop app that lets you convert .webp images to .jpg or .png, and viceversa!

WebP Converter

Installation

You can find the binaries in the releases section. Available for Windows, MacOS and Linux.

Building the app

Requirements

  • Node.js v22.14.0 or higher
  • Rust compiler or rustc v1.87.0 or higher
  • Git 2.47.1 (only for cloning the project, downloading from here works just fine)

1. Clone the project

git clone https://github.com/AlexAzumi/webp-converter.git
cd webp-converter

2. Install the project dependencies

npm install

3. Build the project

npm run tauri build

The compiling time will depend on your computer specs since it needs to download and compile all Rust dependencies, including the app itself.

By default, the program will take the host computer as the target os, more information can be found on the Tauri building guide.

Once it's finished, the artifacts can be found on /src-tauri/target/release.

It also generates the bundle or installation program, that can be found on /src-tauri/release/bundle.

About

A desktop app that lets you convert a batch of images to the .webp format, and viceversa!

Topics

Resources

License

Stars

40 stars

Watchers

1 watching

Forks

Contributors