https://github.com/gauff/comicstriptokindle
Easily visualize comic books on any e-book reader.
https://github.com/gauff/comicstriptokindle
c-sharp cbr cbz comic-book digital-comics e-reader file-conversion gui-application image-enhancement image-processing kindle kobo manga mit-license panel-detection pdf pdf-conversion pdf-generation zip
Last synced: about 1 year ago
JSON representation
Easily visualize comic books on any e-book reader.
- Host: GitHub
- URL: https://github.com/gauff/comicstriptokindle
- Owner: Gauff
- Created: 2024-04-23T15:40:41.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-11-04T14:44:53.000Z (over 1 year ago)
- Last Synced: 2025-01-29T20:40:19.255Z (about 1 year ago)
- Topics: c-sharp, cbr, cbz, comic-book, digital-comics, e-reader, file-conversion, gui-application, image-enhancement, image-processing, kindle, kobo, manga, mit-license, panel-detection, pdf, pdf-conversion, pdf-generation, zip
- Language: C#
- Homepage:
- Size: 1.57 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# E-readers Comic Book Adapter
A tool to easily visualize comic books on any e-book reader.
The ideas:
- Maximize panel size
- Tap the screen to see the next panel!

This tool processes comic files (PDF, CBR, CBZ, zip archives and directories of them) by:
- Extracting individual panels
- Adjusting the panels according to your e-reader screen size
- Improve output quality
- Generate a PDF file you can easily read on your device
# In a nutshell
## Define your e-reader profile

Resolution, gamma, color/grayscale.
## Set up the comic profile

Panel detection algorithm, skew check, page split, directions, background color, panel minimum side.
## Set up the outputs

Local directory, email, upload on ereader by USB
## Select the comics files
PDF, CBR, CBZ, and zip archives or directories
Using 'Add Comic files', 'Add Comic Directory', or simply by drag and drop on the file list area.
## Enter preview mode
Click on a file to enter preview mode

## Adjust image in real time

Apply and adjust enhancement profiles in real time: automatic rotation, levels, contrast, sharpening, and JPEG quality.
## Click on "Convert to PDF" when happy with the preview
## Bonus Utility : concatenate all PDF files from a directory
Choose directory, Write output file name, click 'Concatenate'

# About this Project
At times, during the night, I get these silly ideas... like when my daughter was learning to read.
"I wonder if she could read a comic book on that old 6" Kindle?"
This is a past pet project crafted in C# from before the surge of Python machine/deep learning hype.
It uses the following (deprecated) libraries:
- AForge
- iTextSharp
I share it as it was.
## License
This project is licensed under the MIT License.