A message like “photo size must be between 20 KB and 50 KB” is asking about the size of the file on disk, not the size of the picture on screen. The distinction matters, because the two are changed by completely different operations.
Key takeaways
- A KB range refers to the size of the file on disk, not the pixel dimensions of the picture.
- The lower bound exists as a proxy for quality, so over-compressing to be safe fails just as surely as an oversized original.
- Target roughly the middle of the range — about 35 KB for a 20–50 KB requirement — because some portals re-encode uploads.
- If the file stays too large at low quality, the pixel dimensions are too big: resize, then compress again.
File size and image size are not the same thing
File size is how many kilobytes the file occupies, and it is changed by compression. Image size is how many pixels wide and tall the picture is, and it is changed by resizing.
A form can require both at once — for example 200×230 pixels at 20–50 KB — and satisfying one tells you nothing about the other. Read the notice carefully to see whether it states one requirement or two.
Why the lower bound exists
A minimum size is a rough proxy for image quality. A file well under 20 KB is usually either heavily compressed, very small in pixel terms, or a screenshot — none of which reproduce well when printed onto an admit card.
This is why over-compressing backfires. Squeezing a photo to 8 KB to be safely under a 50 KB cap will fail a 20 KB minimum just as surely as a 5 MB original fails the maximum.
Aim for the middle, not the edge
Target roughly the middle of the range — around 35 KB for a 20–50 KB requirement. Landing at 49.8 KB is risky, because some portals re-encode uploads and the result can cross the limit.
A tool that targets a range directly is more reliable here than a quality slider, which gives no guarantee about where the final file size lands.
What to do when you cannot hit the range
If the file stays above the maximum even at low quality, the pixel dimensions are probably too large. Resize to the dimensions the form asks for and compress again — this almost always resolves it.
If the file falls below the minimum no matter what, your source image is too small or already over-compressed. Go back to the original photo rather than working from a copy that has been through a messaging app.