Image Resizing Software
Hi,
I need a simple standalone batch image resizing application done for win xp.
Specs as follow:
-Needs to batch resize all pics (jpeg files) in a specified folder (+all its subfolders) with these specs:
+I Need to be able to specify a min+max size
(example, if i set: min size: 640×480 / max size: 1600×1200:
- all pics that are smaller than 640×480 will be resized bigger to match the min size
- all pics that are found bigger than 1600×1200 will be downsized smaller to match the max size)
- all pics that are in between the min/max size will be left untouched
+Need to be able to specify a min+max file size
(example, if i set: min file size: 50kb / max file size: 200kb:
- all pics that are smaller than 50kb will be saved at a bigger size (higher jpeg quality) to match the min file size
- all pics that are found bigger than 200kb will be downsized/compressed (jpeg quality/compressed) to match the max file size
+Needs to keep the initial image ratio & process portrait/landscape images accordingly.
+When i select a folder to batch-resize, it needs to add all the pics found inside its subfolders.
All the new/processed images need to overwrite the old ones.
Regards,
Aur


