Is there any software to specify desired file size for the jpeg image, so it can pad bytes, in order to achieve desired size. So the original file size is smaller, I want to have exact size file, which is always bigger than the original.

Thx

link|improve this question

3  
Why would you want that? Also, does it have to be a jpeg? Can it be another image format? – muntoo Jan 14 '11 at 19:53
it has to be jpeg and it requires for the tests on mobile phones. – Pablo Jan 14 '11 at 20:02
feedback

2 Answers

How big do you want the file to be? You can add Exif metadata to the file with apps for that purpose, such as this one.

However, Exif metadata is restricted in size to 64 kB in JPEG images, so this method won't work unless the original image is more than 64 kB smaller than the desired size.

link|improve this answer
up to 2-5Mb. And since the original file resolution is small I can't make it very big, then decrease the size by compression. – Pablo Jan 14 '11 at 20:37
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.