Quote:
Originally Posted by kript96
I was reading in a post on reddit someone using kcc paired with Mapaki to get an azw3 file that should have an higher final resolutions than mobi. I didn't know that mobi limited the resolution to 1080p "losing" ppi on the scribe so i was curious, is there a way to take full advantage of the scribe resolution just using KCC?
|
kindlegen and Send to Kindle limit the image height to 1920. So effectively 1440x1920 for a full screen image.
the Scribe is 1860x2480.
the other tool mentioned uses a third party way to generate azw3 files without resolutions restrictions in go, which is different than the official Amazon kindlegen that kcc uses. So the final files may behave differently.
more discussion here:
https://github.com/ciromattia/kcc/issues/460
Unfortunately, kcc doesn't use that third party go library to generate azw3 manga. Open to pull requests! But kcc is written in python so that might complicate things.