minus one sweepy boi typo

This commit is contained in:
Victor Hall 2022-11-22 21:30:17 -05:00
parent b077ddbe3a
commit 81c04496b9
1 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,8 @@
# Mass compressing images in a folder # 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. 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.