Back to blog
Content··3 min read·WillItInbox Team

Email image-to-text ratio: myth, evidence, and testing

There is no universal image-to-text cutoff. Learn what image-heavy email can break, which signals matter, and how to test the final MIME message.

HTML EmailSpam FiltersDesign

There is no provider-published percentage at which an email automatically becomes spam. Image-heavy messages can still create real problems: little machine-readable context, weak previews, inaccessible content, missing plain text, oversized payloads, and older content-filter rules that react to image-only HTML. Use WillItInbox deliverability testing to inspect the final MIME message, then compare the result with the full feature checklist.

Why the rule exists

Spam filters historically had no OCR. An image-only email was opaque to them, and spammers exploited that to hide pitches for products that text scanners would flag. Filters responded with a simple rule: more pixels than letters means suspicious. OCR has improved, but the heuristic remains because it correlates well with low-effort spam.

Why percentage rules are misleading

Message patternPractical riskWhat to test
Balanced HTML and imagesReadable with images blockedMIME, links, size, and rendering
Large hero with HTML copyCan work when the offer remains readablePreview text and mobile layout
Text baked into graphicsPoor accessibility and weak machine-readable contextBlocked-image experience
Single image plus one linkOpaque and fragileRewrite with real headings and body copy
No text/plain alternativeMissing fallback and weaker compatibilityMultipart structure
Review the pattern and its consequences instead of chasing a percentage.

Designing without breaking the rule

ProblemBetter patternWhy it helps
Hero image contains the offerMove offer copy into an HTML headingFilters and previews can read the message
One image plus one buttonAdd a short paragraph and text CTAImproves text weight and accessibility
No plain-text partGenerate a readable text/plain versionMailbox clients have a fallback
Decorative image has empty contextUse concise, descriptive alt textSupports blocked-image and screen-reader views
What to change when a template is too image-heavy.
  • Replace text-in-images with HTML headings styled via inline CSS.
  • Add a plain-text preheader of 50-100 characters above your hero.
  • Include a short footer paragraph describing why the recipient is getting this mail.
  • Use bulleted lists of features rather than a single feature graphic.
  • Always include a plain-text part in the multipart message — it counts.

What about gif-heavy or video-thumbnail emails?

Same rule applies. Animated GIFs and video poster frames register as image weight. If your campaign relies on motion, surround it with a paragraph of context above and a clear text CTA below.

Frequently asked questions

Continue this email deliverability testing workflow with the commercial page, the core guide, the implementation docs.

Last updated May 24, 2026.

Sources reviewed

Factual review: June 13, 2026 by WillItInbox Editorial.

Keep reading