Image Tools guide

Fit images into any email limit and keep the text readable

The fix is not "find a stronger compressor" — it is two steps in the right order: resize pixels to what the purpose needs, then compress at a sane quality. Done that way, files shrink 10× with no visible loss.

Updated:

Problem

A phone photo is 4000×3000 pixels and 3–8 MB; five attachments blow past most mailbox limits (Gmail 25 MB, Outlook 20 MB, many corporate servers 10 MB). Brute-force compression crushes contracts, whiteboard notes, and anything with text into unreadable mush — and earns you a "please resend" reply.

Who should use this

Field engineers and sales reps sending site photos, students and parents submitting homework shots, and admins emailing scanned receipts and contracts.

Formula and concept

File size is dominated by pixel count; the quality slider is second-order. A 4000×3000 photo carries 12 megapixels, but on-screen viewing needs about 1600×1200 (2 MP). Resizing alone removes 84% of the data with zero perceived loss, because the extra pixels were never displayable anyway.

Quality compression comes second. JPEG at 80% is the sweet spot: another 60–70% smaller with differences the eye cannot catch. Below 60%, mosquito noise creeps around text edges. Format follows content: photos → JPEG; flat-color screenshots and line art → PNG; WebP saves another 25% when you know the recipient's client can open it.

Never recompress a JPEG: every save stacks new artifacts on old ones. The correct pipeline runs once from the original — resize, then compress — not another pass over an already-compressed file.

Step by step

  1. Decide the purpose first: screen viewing → 1600 px long edge; A4 printing → at least 2500 px; zoom-in evidence photos → do not resize, share a cloud link instead.
  2. Resize the long edge to the target with the image resizer (aspect ratio locked).
  3. Save photos as JPEG at 80% quality; keep text-heavy screenshots as PNG, or JPEG no lower than 85%.
  4. Budget total attachments at 80% of the mailbox limit (treat Gmail as 20 MB) — email encoding inflates attachments by roughly a third.
  5. Zoom the compressed image to 100% and read the smallest text before sending.
  6. Still over the limit? Split into two emails or switch to a cloud link — never buy size with readability.

Worked example

Ten construction-site photos, 42 MB raw. Resizing the long edge from 4032 px to 1600 px drops the batch to 6.8 MB; JPEG at 80% lands it at 4.1 MB — one email. The shot of a distribution-panel label stays legible at full zoom. A one-click "extreme compress" would have produced the same 4 MB by keeping 4032 px at 35% quality — with every label smeared.

Common mistakes

  • Reversing the order: compressing quality to 40% without resizing — the file stays big and the image dies anyway.
  • Converting whiteboard notes or contract photos to low-quality JPEG, ringing every character with noise.
  • Re-saving an already-compressed JPEG again and again, stacking artifacts each round.
  • Attaching iPhone HEIC files for recipients on old Windows systems that cannot open them — convert to JPEG first.

Recommended tools

Image CompressorReduce JPG, PNG, and WebP file size locally in the browser.Tool🔒 Local onlyUse Now
Image ResizerResize images to custom dimensions locally in the browser.Tool🔒 Local onlyUse Now
JPG to WebP ConverterConvert JPG images to WebP with quality control.Tool🔒 Local onlyUse NowNewest
PNG to JPG ConverterConvert PNG images to JPG with a chosen background color.Tool🔒 Local onlyUse Now

FAQ

Why does the recipient say it is blurry or will not open?
Two usual causes: format compatibility (HEIC and WebP fail on older systems — JPEG/PNG are safest) or you compressed quality instead of size. Redo it as resize-first, then compress.
What JPEG quality is visually lossless?
Around 80% for general use; landscapes and portraits tolerate 75%, images with small text deserve 85%+. Below 60% the artifacts are almost always visible.
PNG or JPEG for screenshots?
UI screenshots, tables, and code — large flat areas with sharp edges — compress smaller and cleaner as PNG. Photographic content belongs in JPEG. Swapping them causes the two classic failures: giant PNG photos and blurry JPEG text.
What are the actual mailbox limits?
Gmail and Yahoo around 25 MB, Outlook.com around 20 MB, corporate servers commonly 10 MB. Encoding inflates attachments about 33%, so the real budget is smaller than the label — aim for 80% of it.

Next step

Resize the long edge to 1600 px, then compress at 80% quality — two steps that fit any mailbox limit without sacrificing a single readable word.