Free tools › Images
Pakistan visa photo
413 × 531, under 350 KB. The Pakistan Online Visa System’s own numbers.
More free conversions, where you upload. The Fylane extension does the same work inside any upload form, on its own free share every day.Add to Chrome
How to make a Pakistan visa photo
- Drop a photo of yourself against a plain, evenly lit wall.
- Move the box so your head and shoulder tops fill it.
- Press Make photo and download the 413 × 531 JPEG.
What happens to your file
The Pakistan Online Visa System states the rules for a visa photograph, and these are its words: “Minimum dimensions: 350x467 pixels.” — the Pakistan Online Visa System user guide. “Photographs can be up to a maximum of 350KB.” — the system’s photograph guide. “Close up of your head and top of your shoulders so that your face takes up 70–80% of the photograph” — the same guide. This page writes exactly 413 × 531 pixels, inside every bound the Pakistan Online Visa System publishes.
The visa system publishes a ceiling of 350 KB on its photograph guide and 7 MB in its document-uploading guide, which also says it covers your photograph. This page keeps under 350 KB, which satisfies the stricter one.
The same photograph guide says “plain white background” near the top and “plain light-colored background” further down. White is what the rest of the guide and the user manual say.
A Pakistani passport is a different authority with different numbers again: its online service says 350 by 467 pixels, JPEG, not more than 3 MB, while its photo-requirements page says 5 MB and shows a 350 KB upload widget on the same screen. None of those belong on a visa application.
This page writes 413 × 531, which is 35 × 45 mm at 300 dpi and comfortably above the published pixel minimum.
The crop and the encode happen in your browser. A photograph of your face, attached to an application, is exactly the kind of file that should not travel to a stranger’s server, and here it does not.
What we cannot check for you: that the photograph is recent, in colour, evenly lit, and taken against a plain white background. Those are yours. Every figure on this page was read off the Pakistan Online Visa System’s own page on 2026-09-10; if it has changed since, the authority is right and we are not.
Questions
What size photo does a Pakistan visa need?
Minimum dimensions: 350x467 pixels. This page writes 413 × 531 pixels, inside those bounds.
What background does it need?
A plain white background. A plain wall in even daylight is the easiest way to get one — stand a good arm’s length in front of it so your own shadow falls away.
Is my photograph uploaded anywhere?
No. A JPG, PNG or WebP is cropped and encoded by your own browser; the page works with the network unplugged. Only a format the browser cannot decode, such as HEIC from an iPhone, takes the cloud path, and the page says so before it does.
Can I print this one instead?
Yes. The Pakistan Online Visa System gives the printed photograph as 35 × 45 mm, and the file this page makes prints to that size cleanly.
Do it once, not on every form
A form that wants a square JPEG under 240 KB says so on the page. The Fylane extension reads that, fits your photo to it, and puts it in the field — without you working out what 240 KB looks like.
And it keeps the result. The next application that asks for a résumé, a cover letter and a photo fills all three from one tap, each one refitted to what that site accepts.
Your files stay in the browser, encrypted, on your machine. Nothing is uploaded to keep them and nothing is sent anywhere to fill a form.
Related tools
Do this in code
curl -X POST https://api.fylane.dev/v1/jobs \
-H "Authorization: Bearer $FYLANE_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"file_id": "<file id>",
"operation": "image.id-photo",
"options": {
"out_width": 413,
"out_height": 531,
"background": "#ffffff",
"max_bytes": 358400
}
}'The same operation, image.id-photo — A photograph for an identity document: exactly the pixels an authority asks for, under exactly the bytes it allows. Crop it by eye, or let the subject centre it. Upload first with the quickstart; every option is on the operations page. 500 free credits a month, then $5 per thousand.