For various reasons I want to scale down a couple of images so that they have a specific file size. I want to convert gif, tiff and jpeg files.
Is there any tool that allows me to do that with a batch?
For various reasons I want to scale down a couple of images so that they have a specific file size. I want to convert gif, tiff and jpeg files.
Is there any tool that allows me to do that with a batch?
In GIMP when you save a JPG, you can preview the output as you play with the compression level and it estimates the output file size. I believe this is the closest to what you're looking for. And I believe it only does this for JPGs.
There is a great tool in util-linux called fallocate.
Here it will append zeros to the file, until it has the specified size.
fallocate -l 260KB image.jpg
There is also IrfanView which is a free download that would allow you to batch resize. Download Here.
In spite of being a late response, hopefully my answer will benefit some.
You can do exactly what you want with Batch Images: http://www.binarymark.com/products/batchimages/default.aspx
Step 1: Add images however you want (all files in folder, by searching for specific files, etc.)

Step 2: Actually called step 3 in the program is where you specify the desired out file names, image file format, and most importantly target file size (which is what you want):

As you can see there is a "Resize to fit" option (under File size) where you specify the file size. Under advanced options the program offers additional tweaks:

Here you can specify how close you want the size to be matched (it cannot be exactly the size you specify to the byte, because of image format limitations and other reasons that have to do with information compression). You can also specify resampling algorithm used which affects quality / sharpness at the expense of the resulting dimensions: the sharper the image the more bytes it needs per given number of pixels, but because the final file size is constrained, it ultimately results in image being shrunk dimension-wise even more.
Disclaimer: I am using a paid version of this product, and have actually used this feature on many occasions, and most of the time the results are very closed to the specified file size.