macOS users: brew install p7zip
has been replaced with brew install sevenzip
. It's faster and less buggy.
Sponsors
- Free code signing on Windows provided by SignPath.io, certificate by SignPath Foundation
Links
Also looking for a software job! https://www.linkedin.com/in/alexu2/
Email (for commisions and inquiries): kindle.comic.converter
gmail
Discord: https://discord.com/invite/qj7wpnUHav
Donate on Ko-fi! https://ko-fi.com/eink_dude
YouTube tutorial (please subscribe): https://www.youtube.com/watch?v=IR2Fhcm9658
Notes
Kindle Scribe full 2480 support was added in 7.5
The problem: The Kindle Scribe has a height of 2480 pixels. But kindlegen's limit is 1920. So images are always a little blurry compared to native resolution.
So how do you overcome this limitation?
The key idea: Instead of using a standard fixed layout epub where 1 image is 1 page, instead implement the alternate fixed layout epub where you can have multiple images per page. As long as each individual image is <1920, kindlegen is no issue.
Implementation wise, this was difficult because all the code assumed 1 image per page. If you look at the recent git commits to master, you'll see many of my commits doing an enormous refactor to account for this change.
This took many many days between experimentation and testing, this was by far the largest feature I've ever worked on for KCC.
If you feel generous, please consider donating on my Ko-fi! It's taken a lot of my time and energy to make KCC as good as it is today. https://ko-fi.com/eink_dude
Quick tip: try disabling image darkening with gamma = 1.0 if you previously used auto, things are much sharper so darkening is less neccessary.
What's Changed
- fix cbz metadata (8.0.1 regression) by @axu2 in #1018
- add avif input support by @axu2 in #1019
- don't autocontrast color content by @axu2 in #1021
- fix 'NoneType' object has no attribute 'read' (8.0.3 regression) by @axu2 in #1023
Full Changelog: v8.0.2...v8.0.4