Improve Manga Contrast on E-Ink (Faded or Washed-Out Pages)
Manga looking grey and washed out on your Kindle or Kobo? Why e-ink flattens scans, and how gamma correction at conversion restores solid blacks.
Manga that looks crisp on your monitor often comes out grey and washed out on an e-reader: blacks that aren't quite black, screentones that smear into haze, pages that feel like a faded photocopy. The cause is a mismatch between how scans are made and how e-ink displays them — and the fix is gamma correction applied during conversion, not any brightness setting on the device. Here's what's actually happening and how to get inky blacks back.
Short version
E-ink renders midtones lighter and coarser than an LCD, so scans tuned for screens look faded on paper-like displays. The fix is converting with e-ink gamma correction, which darkens midtones and anchors true blacks before the file reaches the device. MangaConverter applies this as part of its device profiles and shows the corrected pages in a live preview — so you tune contrast by looking, not by re-converting and re-checking on the Kindle.
Why e-ink flattens your scans
Three display facts conspire against an untreated scan:
- E-ink has a small tonal range. A backlit LCD produces deep blacks and bright whites with smooth gradients between; e-ink panels render 16 levels of grey on a substrate that is itself light grey, not white. A midtone that reads as "dark" on your monitor lands in e-ink's washed-out middle.
- Scans are gamma-tuned for monitors. Scanned manga is usually adjusted so it looks right on a screen — which means lifting shadows. E-ink then lifts them again.
- Screentones are halftone patterns. Manga shading is fields of tiny dots. Naive downscaling averages the dots into flat mid-grey, exactly the tone e-ink renders worst.
No device-side setting undoes this. Frontlight and dark mode change the lighting, not the image data. The image has to arrive pre-corrected.
The fix: gamma correction at conversion
Kindle Comic Converter (KCC), the open-source engine behind serious manga conversion (github.com/ciromattia/kcc), processes every page for e-ink as it converts:
- Gamma correction pushes midtones darker so the on-device result matches the on-paper intent — lineart turns solid black, backgrounds stay clean white.
- Device-aware resizing scales pages to the exact screen resolution, which keeps screentone patterns coherent instead of averaged into mud.
- E-ink palette mapping quantizes the image to the grey levels the panel can actually show, rather than leaving the device to approximate.
The classic frustration with tuning contrast is the feedback loop: convert the volume, transfer it, open it, squint, adjust, repeat. MangaConverter runs the same KCC engine in the browser with a live preview of the processed pages, so you see the corrected blacks and tones before converting anything. Free, no install, takes CBZ, CBR, CB7, ZIP, RAR, 7Z, PDF and EPUB, files auto-delete after 24 hours, and the engine is self-hostable as kcc-cloud.
Judging contrast in the preview
Pick three test pages and check them, in this order:
- A dialogue-heavy page — line weight should look solid, not grey; small text should be crisp against clean white.
- A dark or night scene — shadows should be dark without swallowing the detail inside them. This is the page over-correction ruins first.
- A heavy screentone page — gradients should read as texture, not as flat haze or banding.
If all three look right in the preview, they'll look right on the device — the profile has already accounted for the target screen.
Related symptoms, different causes
Washed-out is one specific failure. If your problem is actually:
- Soft or fuzzy art → resolution mismatch, not tone. See Why Is My Manga Blurry on Kindle.
- White borders around pages → margin cropping. See Fix White Margins on Kindle Manga.
- Colored pages looking muted → that's color e-ink physics, not a conversion bug. See How to Read Color Manga on an E-Reader.
And if you're starting from scratch rather than troubleshooting, the full settings walkthrough lives in Kindle Manga Converter Settings, with the conversion itself at manga to EPUB for any device, or manga for Kindle and manga for Kobo for the big two.