Skip to content

Small project I am doing to learn Rust. Takes user input image file and converts it into a format of their choice.

Notifications You must be signed in to change notification settings

zweatshirt/img_format_converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

image_format_converter


An example of running the project assuming you are in the project's working directory: ./imgfmt -i home/Desktop/image.jpeg -o home/Desktop/image.png

run ./imgfmt -h for a list of format options

-i: input flag

-o: output flag

-h: help flag

If you have Linux: while in the project's working directory run sudo cp ./imgfmt /usr/local/bin/ to turn the project into an easily accessible executable.

After doing this, you can access the executable any time by running imgfmt in the terminal.


NOTE:

This project is about 80% done. There are some things to iron out for quality.

This project was written on a Linux machine and as such the executable may not work on other platforms. If so, run cargo build --release on your native machine.

About

Small project I am doing to learn Rust. Takes user input image file and converts it into a format of their choice.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages