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.
- Host: GitHub
- URL: https://github.com/lostjared/img_resize
- Owner: lostjared
- License: gpl-3.0
- Created: 2023-02-09T10:46:35.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-09T11:45:25.000Z (over 3 years ago)
- Last Synced: 2024-12-31T05:18:36.740Z (over 1 year ago)
- Language: Rust
- Size: 23.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)