
Comic files (CBR/CBZ) don’t work on most e-readers natively. Here’s how to convert them.
Understanding Comic Formats
CBR and CBZ are not comic formats — they are archive formats with a specific naming convention. A CBR file is a RAR archive containing sequentially numbered image files (JPEGs or PNGs), one image per page. A CBZ file is the same thing but using ZIP compression. The “R” stands for RAR, the “Z” stands for ZIP, and the “CB” stands for Comic Book. There is also CBR7 (7-Zip compression) and CBT (TAR archives), though these are far less common.
This simplicity is also the problem for e-readers. E-readers expect structured ebook formats like EPUB or MOBI that contain metadata, a table of contents, and properly declared page flow. A raw archive of images has none of that. The conversion process wraps those images in an EPUB container so the e-reader knows how to display them — what order they go in, what dimensions to use, and how to handle page turns.
| Format | Type | Notes |
|---|---|---|
| CBR | RAR archive | Older format, less common |
| CBZ | ZIP archive | More common, easier to work with |
| EPUB with images | Reflowable | Works on all e-readers |
| Fixed layout | Best for large screens |
Method 1: Using Calibre
Calibre is the Swiss Army knife of ebook management, and with the right plugin, it handles comic conversion reasonably well.
Step 1: Install Calibre
Download from calibre-ebook.com. Calibre is free, cross-platform (Windows, macOS, Linux), and receives regular updates. The installation is straightforward — no command-line knowledge required.
Step 2: Install the Comic Input Plugin
- Open Calibre → Preferences → Plugins
- Click Get new plugins at the bottom
- Search for Comic Input in the plugin list
- Select it and click Install, then restart Calibre
The Comic Input plugin teaches Calibre how to read CBR and CBZ files as books. Without it, Calibre treats comic archives as unknown file types and will not let you add them to your library.
Step 3: Convert
- Drag your CBR/CBZ file into Calibre. It will now appear as a book in your library.
- Select the book → click Convert Books → Convert Individually
- Set Output format to EPUB (or MOBI if you have an older Kindle)
- In the Page Setup tab, select an output profile that matches your target device. This automatically sets the correct image dimensions. Pick “Kindle Paperwhite” for 6-inch Kindles, “Kindle DX” for the Scribe, “Kobo Reader” for Kobo devices, or “Tablet” if you want to preserve original resolution.
- Click OK
Calibre’s conversion is functional but not optimized for e-ink. It resizes images but does not apply panel-aware cropping, contrast adjustment, or e-ink-specific color processing. The result will be readable but may look slightly washed out compared to a dedicated tool.
Method 2: Using Kindle Comic Converter
KCC (Kindle Comic Converter) is a dedicated open-source tool built specifically for converting comics to e-reader-friendly formats. It produces noticeably better results than Calibre because it optimizes for the quirks of e-ink displays.
Installation and setup
- Download KCC from github.com/ciromattia/kcc. Pre-built releases are available for Windows, macOS, and Linux.
- Install the dependencies — on Windows and macOS, the installer bundles everything. On Linux, you may need to install
p7zipandlibjpeg-turbothrough your package manager. - Launch KCC. The interface is simple: a file list on the left, settings panels on the right.
Conversion workflow
- Click Add file or drag your CBR/CBZ into the window. You can add multiple files to batch-convert an entire series.
- Choose the output format: EPUB is the best choice for most modern e-readers. MOBI is useful for older Kindles. CBZ output is for archival — it repackages the images without converting to an ebook format.
- Select your target device from the dropdown. KCC has presets for nearly every e-reader on the market: Kindle Paperwhite, Kindle Oasis, Kindle Scribe, Kobo Clara, Kobo Libra, Kobo Elipsa, BOOX devices, PocketBook, and generic Android tablets. Each preset sets the optimal resolution, color mode, and panel-splitting behavior.
- Choose your options:
- Manga mode — Enables right-to-left page ordering. Essential for Japanese manga. Disable for Western comics.
- Spread splitter — Splits two-page spreads into individual pages so they fill the screen rather than shrinking to fit. Turn this on unless your device has a very large screen.
- Upscaling — KCC can upscale low-resolution source images. Generally leave this off unless your source files are unusually small.
- Color mode — Choose grayscale for black-and-white e-readers or color for devices like the Kobo Libra Colour and Boox Tab Ultra C.
- Click Convert.
KCC’s secret weapon is its image processing pipeline. It applies gamma correction optimized for e-ink contrast, resizes images to match the exact pixel dimensions of your device (maximizing sharpness without wasted pixels), and optionally splits pages into panels for guided reading on smaller screens. The panel view feature (also called “Panel View” or “Guided View”) is particularly useful on 6-inch Kindles, where full-page comic layouts can make text hard to read.
Method 3: Manual Conversion
For advanced users who want full control over the output:
- Extract the CBR or CBZ to a folder. CBZ files can be opened with any ZIP utility (7-Zip, WinRAR, the built-in unarchiver on macOS). CBR files require a RAR-compatible extractor.
- You will find sequentially numbered images (usually
001.jpg,002.jpg, etc.). Inspect them: are they the right resolution for your device? Are there two-page spreads that should be split? Do the colors look washed out on a grayscale device? - Batch-process the images with an image editor. Tools like ImageMagick (command line) or XnConvert (GUI) can resize, grayscale-ify, and adjust contrast across hundreds of images at once.
- Package into EPUB using Sigil or Calibre’s editor. Create an XHTML file for each page image, add a table of contents, and export. This is tedious — it is only worth it if you have specific quality requirements that KCC cannot meet, or if you are publishing a comic and need professional-grade output.
ImageMagick one-liner for batch processing
If your source images are too large or need contrast adjustment, a single ImageMagick command can process an entire folder:
mogrify -resize 1072x1448 -colorspace Gray -level 10%,95% *.jpg
This resizes to Kindle Paperwhite resolution, converts to grayscale, and applies a levels adjustment to boost contrast on e-ink. Adjust the dimensions and level parameters for your device.
Best Settings for Comic Conversion
| Target Device | Format | Image Width | Image Quality | Color Mode |
|---|---|---|---|---|
| Kindle Paperwhite | EPUB | 1072 px | 80% | Grayscale |
| Kindle Scribe | EPUB | 1404 px | 85% | Grayscale |
| Kobo Libra Colour | EPUB | 1264 px | 85% | Color |
| BOOX Tab Ultra | EPUB or PDF | 1404 px | 90% | Grayscale |
| BOOX Tab Ultra C | EPUB or PDF | 1404 px | 90% | Color |
| Kobo Clara BW | EPUB | 1072 px | 80% | Grayscale |
| PocketBook Era | EPUB | 1264 px | 85% | Grayscale |
Setting image quality to 80% is a practical sweet spot — the JPEG artifacts are essentially invisible on e-ink’s limited dynamic range, but the file size is roughly half of what you get at 100%. For manga (which is mostly black and white line art), you can drop quality as low as 70% without visible degradation because there are no smooth gradients to protect.
Image Optimization for E-Ink Screens
E-ink screens render images differently from LCDs. They have fewer gray levels (16 shades on older panels, 32 on newer ones), which means subtle gradients in color comics can posterize into visible bands. A few techniques help:
- Boost contrast before conversion. E-ink flattens midtones, so increasing contrast by 10-20% in the source images compensates. KCC does this automatically; if you are processing manually, apply a contrast curve or levels adjustment.
- Dithering. When reducing color images to grayscale, use Floyd-Steinberg dithering instead of simple desaturation. This preserves perceived detail through noise patterns that e-ink screens render surprisingly well. KCC has a dithering option in advanced settings.
- Sharpen after resizing. Downscaling blurs fine details like speech bubble text. Apply a mild unsharp mask after resizing. Again, KCC handles this; manual workflows need to remember it.
- Beware JPEG recompression artifacts. If a CBR/CBZ already contains compressed JPEGs, recompressing them during conversion introduces generation loss. Use the highest practical quality setting when the source images have already been compressed.
Manga-Specific Tips
Manga has its own set of conversion quirks beyond what Western comics need.
Right-to-left reading
Japanese manga reads right-to-left: the front cover is where a Western book’s back cover would be, and panels flow from right to left, top to bottom. EPUB readers default to left-to-right page progression. In KCC, enable Manga mode to reverse the page order. In Calibre, there is no built-in option — you will need to rename the image files in reverse order before adding them to Calibre, or accept that the pages will display in the wrong direction.
Panel fitting and screen size
Manga is typically printed in a smaller format than Western comics (Japanese tankobon volumes are about 5 by 7.5 inches), so the artwork scales well to 6-inch and 7-inch e-reader screens. Western comics, especially modern ones with splash pages and wide panels, suffer more on small screens. For Western comics in particular, a 7.8-inch or 10-inch e-reader makes a significant difference in readability compared to a 6-inch Kindle.
Text legibility
Manga speech bubbles contain hand-lettered or typeset text that can become illegible if downscaled too aggressively. When converting manga, keep the image width at least 1072 pixels (the Kindle Paperwhite’s native resolution) and avoid quality settings below 75%. For text-heavy manga series, consider a device preset with higher resolution even if it means larger file sizes.
Double-page spreads
Manga frequently uses double-page spreads for dramatic moments or establishing shots. A two-page spread displayed as a single image on a 6-inch screen becomes unreadable. KCC’s spread splitter option detects and splits these into two separate pages. For manual workflows, you will need to identify spreads yourself and split them in an image editor.
Comparison of Tools
| Tool | Best For | Learning Curve | Output Quality | Price |
|---|---|---|---|---|
| KCC | Batch conversion, best quality | Low | Excellent | Free |
| Calibre + Comic Input | Library management, one-off conversions | Low | Good | Free |
| Manual (ImageMagick + Sigil) | Full control, publishing | High | Up to you | Free |
| ComicRack | Windows-only library management | Medium | Good | Free |
| ChainLP | Japanese manga, panel splitting | Medium | Very Good | Free |
For 95% of use cases, KCC is the right choice. It produces the best output with the least effort and has presets tuned for specific e-reader models. Calibre is useful if you already use Calibre for library management and just need a quick conversion of a single issue without installing another tool. Manual workflows are for edge cases — comics with unusual aspect ratios, hand-restored scans, or situations where you need to manually clean up image artifacts before conversion.
Tips for Best Results
- Use panel view — KCC can split pages into panels for guided reading on small screens. This is a game-changer on 6-inch Kindles, where a full comic page is too small to read speech bubbles comfortably.
- Reduce image size — 80% quality is indistinguishable from 100% on e-ink. Going lower saves storage space and speeds up page turns on slower devices.
- Convert to grayscale for black-and-white devices. A color JPEG converted to grayscale by your e-reader at display time will look worse than one converted to grayscale upfront with proper dithering and contrast correction.
- Test one chapter before converting an entire series. Nothing is more frustrating than waiting 20 minutes for a 50-volume batch conversion, transferring everything to your device, and then discovering the text is unreadable because you chose the wrong resolution.
- Rename output files after conversion. KCC names files generically. Use Calibre’s metadata editor to add proper series name, volume number, and cover art so your e-reader’s library view does not show a wall of identical-looking books.
- Consider PDF for large-screen devices. On a 10-inch BOOX or a Kindle Scribe, PDF preserves the original page layout better than EPUB. KCC can output PDF directly — choose it if your device has a screen size of 8 inches or larger and you do not need features like adjustable font size (which does not apply to image-based comics anyway).