#cli #converting #convert #file #file-format

bin+lib convert_file

A simple tool for converting files to other formats

1 unstable release

0.1.0 May 29, 2022

#109 in #converting

21 downloads per month

MIT license

7KB

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

Dependencies

~16MB
~117K SLoC