"File size is too small" — the rejection almost nobody expects
Forms set minimums as well as maximums. A clean photo or signature compresses below the floor on its own, and there is a correct way to fix it.
Everybody knows a file can be too big. Far fewer people know that SSC, IBPS, SBI, CTET and several state boards also set a floor, and that a perfectly good upload can be refused for sitting under it.
Why a good photo ends up too small
JPEG stores variation. A plain white or light background has almost no variation in it, so it costs almost nothing to store. Do everything right — plain wall, even light, correct pixel size — and the file can easily land at 12 KB against a 20 KB floor. A signature, which is a few strokes on white paper, regularly comes out at 4 KB against a 10 KB floor.
The wrong fixes
Enlarging the picture breaks the dimension rule. Adding noise or a border changes what you are submitting. Saving at maximum quality helps a little but often not enough, and it is not something you can aim precisely.
The right fix
A JPEG file can carry comment segments, and the specification requires every decoder to skip them by their stated length. Bytes can therefore be added to the file without altering a single pixel of the image. The file grows, the picture does not change, and it remains a valid JPEG that opens anywhere.
Put both numbers into the tool — the photo resizer or the signature resizer — and when the result comes in under the floor it is padded up automatically, into the lower part of the range rather than right on the edge.
Aim for the middle
If the range is 20 to 50 KB, land near 35. Sitting one kilobyte above a floor is fragile: a portal that re-encodes on upload, or rounds differently, can push you back under it.
Questions
Is a padded file legitimate?
Yes. Comment segments are part of the JPEG standard and are skipped by every decoder. The image data is untouched and nothing about the picture is misrepresented.
Why not just increase the pixel size?
Because the form almost always fixes the pixel size too. Growing the image to fix the KB usually breaks the dimension rule instead.
Which exams set a minimum?
SSC sets 20 KB for photographs and 10 KB for signatures, IBPS and SBI the same, and CTET sets a 3 KB floor for signatures. Read your own notification, as these change by cycle.
Can I add a border to make the file bigger?
You could, but a border changes the picture you are submitting and may itself break the dimension rule. Padding leaves the image exactly as it is.