Crates.io | convert_file |
lib.rs | convert_file |
version | 0.1.0 |
source | src |
created_at | 2022-05-29 07:46:25.938883 |
updated_at | 2022-05-29 07:46:25.938883 |
description | A simple tool for converting files to other formats |
homepage | |
repository | https://github.com/izwk/convert_file |
max_upload_size | |
id | 596367 |
size | 22,369 |
Just another utility for converting files written in Rust.
Got super bored. Created this out of boredom.
Also this actually converts files rather than just rename the file extension, which is what most casual users do when it comes to converting from png to jpg. Little do they know that changing the file extension doesn't change the file format. lol...
Supports image conversions currently. Will add support for more types of file conversions soon.
Examples of how to use:
$ convert_file img test.jpg test.png
$ convert_file img test.png test.jpg