A CBZ file is essentially a zip archive that contains a series of image files, typically in JPEG or PNG format, which are arranged in a specific order to create the comic book. The images are usually organized into a sequence of pages, with each page represented by a single image file. The CBZ file format allows for efficient storage and transmission of the comic book content.
| Feature | CBZ (Comic Book Zip) | PDF | Raw Image Folder | | :--- | :--- | :--- | :--- | | | Instant | Slow (renders vectors/text) | Medium | | Metadata Support | Yes (via ComicInfo.xml) | Limited | No | | Right-to-Left Reading | Native support in apps | Clunky | Manual sorting | | File Size | Small (compressed) | Large | Medium (no archive) | | Double-Page Spreads | Seamless | Often splits awkwardly | Manual stitching | manga cbz files
The workflow is simple:
If you want your reader app to sort your volumes correctly, use a consistent naming convention, such as: Series Name - v01 - [Group/Publisher].cbz 3. Use Two-Page View for Spreads A CBZ file is essentially a zip archive
"My pages are out of order!" Solution: Your files were named 1.jpg , 10.jpg , 2.jpg . The computer reads alphabetically (1,10,2). Use zero-padding: 001.jpg , 002.jpg ... 010.jpg . | Feature | CBZ (Comic Book Zip) |