From 81c04496b929aa1b65c758e62168e61e40700a3e Mon Sep 17 00:00:00 2001 From: Victor Hall Date: Tue, 22 Nov 2022 21:30:17 -0500 Subject: [PATCH] minus one sweepy boi typo --- doc/COMPRESS_IMG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/COMPRESS_IMG.md b/doc/COMPRESS_IMG.md index 79dfb7a..3b6ed4f 100644 --- a/doc/COMPRESS_IMG.md +++ b/doc/COMPRESS_IMG.md @@ -1,6 +1,8 @@ # Mass compressing images in a folder -This script will sweepy a folder and compress all the images to a given total number of megapixels. Aspect ratio is not changed and nothing is cropped. If an image is already lower than the number of megapixels specified, *it will be skipped completely.* +This script will sweep a folder and compress all the images to a given total number of megapixels. Aspect ratio is not changed and nothing is cropped. + +*If an image is already lower than the number of megapixels specified,* **it will be skipped completely.** This script will also correct issues with images having EXIF directives that rotate the image. Or, in other words, it will make sure the proper orientation is saved native to the output image as trainers may not respect EXIF rotation directives.