Is it possible script resizing images (down) to specific file sizes? For example, just as a sample, I have a folder with a 150mb, 100mb and 75mb image (different images). And I want different file size versions of each image... so with the 150mb file the script would create a 100mb, 75mb, 50mb, 30mb, 20mb and 10mb version... with the 100mb file the script would create 75mb, 50mb, 30mb, 20mb and 10mb version and with the 75mb file the script would make the 50mb, 30mb, 20mb 10mb versions.
So basically I want to end up with images resized down to set mb sizes and not resized to set pixel sizes.
Thanks, Tim