Why portals insist on 20 KB
A 20 KB cap sounds arbitrary until you see where these images end up: a thumbnail-sized photo box on an admit card, a signature strip on a printed form, a face record in a government database. Systems built years ago allot tiny storage per applicant and enforce it hard — exam boards, visa services, banking KYC flows and scholarship portals all do this. The photo is displayed small anyway, so a well-made 20 KB file looks perfectly acceptable in context.
How much detail survives at 20 KB
Twenty kilobytes of JPEG comfortably holds a clear head-and-shoulders shot at roughly 300 to 400 pixels on the long side. What kills quality is wasted content: a full-body photo with a cluttered room behind you spends the byte budget on the background instead of your face. Crop tight before compressing, use a plain backdrop if the portal requires one, and the result stays sharp. The compressor helps by working quality-first — it hunts for the highest JPEG quality that fits and only shrinks pixel dimensions when quality alone can't reach the target, so detail is not thrown away unnecessarily. If the portal accepts WebP, choose it; the same 20 KB carries visibly more detail.
The right place for ID photos
Passport photos, signatures and identity scans are among the most sensitive files most people ever handle, which makes them a poor fit for an unknown compression server. On SafeFileConvert, a Web Worker does the resizing inside your browser session; nothing is posted anywhere, and closing the tab clears it all. You can compress the photo and the signature in one batch and download both, each labelled with its final size. Should 20 KB prove unreachable for a particular image, you get the closest smaller result along with a clear notice rather than a silent failure.