Skip to content
/ rs-convert Public

Simple image converter in Rust. Currently not anymore in development.

License

Notifications You must be signed in to change notification settings

eij/rs-convert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

A quick and handy image converter developed at work for a project. Not anymore in development.

It supports a few image types (TIFF, GIF, JPEG, PNG) and converts them in JPEGs using predefined settings.

Uploaded for newcomers of Rust (like me!) as an example of Rust + gtk-rs, as there still aren't many repositories around.

Usage

To build and run the code just use:

sh scripts/run.sh

and it will check the GTK dependency and start building.

The only way it's meant to work is by placing the images in a nested structure like this:

📁 Main folder

  • 📁 A

    • 📄 image.tiff
    • 📄 image.jpeg
    • 📄 image.gif
  • 📁 B

    • 📄 image.jpg
    • 📄 image.png
  • 📁 C

    • 📄 image.jpg
    • 📄 image.png

Using a single folder to contain a multiple set of folders containing the images you want to convert, no matter what the extensions of the files is.

Screenshots

The main window:

Imgur

Settings window:

Imgur

About

Simple image converter in Rust. Currently not anymore in development.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published