convert_file

Crates.ioconvert_file
lib.rsconvert_file
version0.1.0
sourcesrc
created_at2022-05-29 07:46:25.938883
updated_at2022-05-29 07:46:25.938883
descriptionA simple tool for converting files to other formats
homepage
repositoryhttps://github.com/izwk/convert_file
max_upload_size
id596367
size22,369
Shreyan Avigyan (izwk)

documentation

README

convert_file

Just another utility for converting files written in Rust.

Why does this exist exactly?

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

What features does this "utility" currently support?

Supports image conversions currently. Will add support for more types of file conversions soon.

How to use?

Examples of how to use:

$ convert_file img test.jpg test.png
$ convert_file img test.png test.jpg
Commit count: 7

cargo fmt