Convy is an image conversion application written in Rust using the image crate. This project was created for learning purposes.
- Introduction
- Getting Started
- Usage
- Supported Formats
- Features
- Localization
- Troubleshooting
- Contributing
- License
- Acknowledgments
- Version History
Convy is a Rust-based image conversion application that leverages the image crate. It allows users to convert images between various formats, such as PNG, JPEG, ICO, BMP, TIFF, and WebP. This project was initiated for educational purposes and aims to demonstrate the use of Rust in building image processing applications.
To get started with Convy, follow these steps:
- Install Rust and Cargo if you haven't already.
- Clone the Convy repository:
git clone https://github.com/yourusername/convy.git
- Navigate to the project directory:
cd convy
- Build the application:
cargo build
- Run the application:
cargo run
or
- Download the msi or setup file and install, tauri requires webview2 wich might be already installed in your system.
Convy provides a user-friendly interface for converting images:
- Choose a source image file.
- Select the desired output format (PNG, JPEG, etc.).
- Specify the dimensions or aspect ratio if needed.
- Click the "Convert" button to initiate the conversion.
For detailed usage instructions and examples, refer to the Usage guide.
Convy supports the following image formats:
- PNG
- JPEG
- ICO
- BMP
- TIFF
- WebP
- Simple and intuitive user interface.
- Support for various image formats.
- Option to specify dimensions or aspect ratio during conversion.
Convy supports multiple languages, including:
- English
- Spanish
You can change the language in the app settings.
If you encounter any issues while using Convy, please refer to the Troubleshooting guide for solutions.
Contributions are welcome! If you find a bug or have an idea for an improvement, please create an issue or submit a pull request.
For contribution guidelines, refer to CONTRIBUTING.md.
Convy is open-source software licensed under the GNU 3.0 public license.
I would like to thank the authors of the image crate for providing a powerful image processing library. As well to say that this is not a program to sell, is just a learning experience in tauri, as a tool i did for myself and friends, wich you may use for learning purposes, inspiration or personal use.
For information about the latest updates and changes, please refer to the Changelog.