Komiki is a tool written in Python designed to optimize the comic reading experience on the Kobo Clara device. The name "Komiki" comes from the word "comic" in Basque (Euskera).
Komiki reduces the size of comics in CBR or CBZ format, improving processing speed on devices like the Kobo Clara, which often struggle with large comic files. The tool also offers an optional feature to convert the comic to black and white for better display on lower resolution screens.
komiki <comic_name.cbr> [-b]
- <comic_name.cbr>: The CBR or CBZ file to be optimized.
- -b (optional): Applies a filter to convert the comic to black and white.
- Size optimization: Reduces the file size without losing quality.
- Improved performance: Enhances processing time and reading experience on the Kobo Clara.
- Color comic compatibility: Option to convert to black and white for a smoother experience.
- Clone this repository.
- Install the required dependencies with
pip install -r requirements.txt
.
Contributions are welcome. If you have suggestions or improvements, feel free to submit a pull request.