From 8aec133e01ae02c8e07c4fbb5f4fd09428e704b8 Mon Sep 17 00:00:00 2001 From: Noah Evans Date: Tue, 14 Nov 2023 17:10:57 +0000 Subject: [PATCH] update readme --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 721dac1..eb37e32 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Easily resize images ## Usage: -`Usage: ./resizer ...` +`Usage: ./resizer ...` Sizes can be a single number, to resize into a square: `./resizer 1024 ...` @@ -14,6 +14,11 @@ Individual sizes are separated by a space. Add as many sizes as you want, mixing between both square & exact measurements. +Specify as many file paths as you want, including by using wildcards: +`./resizer images/* 1024x1024` + +`./resizer img1.png img2.png 512x512 1024x1024` + Supports JPEG, PNG, and GIF. Results will be stored in the same directory as the input file, with the size at the end: