An open API service indexing awesome lists of open source software.

https://github.com/lostjared/img_resize

Command line tool to batch convert and resize image files written in Rust.
https://github.com/lostjared/img_resize

Last synced: 3 months ago
JSON representation

Command line tool to batch convert and resize image files written in Rust.

Awesome Lists containing this project

README

          

img resize tool using image crate

options:

mode single file:

-i input_file
-o output_file
-r resoultion (ie: 1920x1080)

mode batch:

-l list of files
-f file conversion type
-r resoultion (ie 1280x720)

optional:

-e (for exact resize)