Quote:
Originally Posted by FreeHugeMovies
Doesn't offer size as MB in reduction. Only height and weight.
|
Quote:
Originally Posted by FreeHugeMovies
I'm pretty sure you can't put in the variable 5 MB and have them all reduced to that size.
|
Your best bet then would be to write a PHP script that you run on a local machine (your computer) and:
-resize a picture to a given size
-check the size of the image
-if the image size isn't correct, auto tweak the parameters for resize
-if the image fits a given tolerance (within 50KB of 6MB), move to the next original image to resize.
If you download and install WAMP, this is something you can do.