Leo Gaskin
Leo Gaskin
I have not added this feature so far because of performance concerns with really large ebooks (as in, containing potentially 1000s of images). When I have the time, I will...
This seems to be an issue that arises when a chapter, by coincidence, ends/starts exactly on a chunk border. I suspect this because the first file you have provided reports...
@ystyle ping In case the new changes on master did not fix the issue, please provide a broken ebook generated with the new version of the library and ideally also...
Right, in that case, I don't currently understand what could be the cause of this. Unfortunately, I also don't currently have access to my own Kindle reader and won't for...
Hi! I do not think this would be as easy as just updating a version number. The error message suggests that the Kindle previewer app only supports e-books generated by...
Yeah, the fact that MOBI/AZW3 is largely undocumented and so tied to kindlegen is very annoying. In any case, have you attempted opening a ebook generated using my library on...
If you want to test out a simple e-book with images I would recommend generating a simple manga e-book using my tool at https://github.com/leotaku/kojirou. That way you can confirm everything...
Yeah, the library reencodes images to JPEG for compatibility reasons. Currently the default encoding quality is always used. You should be able to have your e-books displayed as documents by...
@axu2 Not directly, no. It is a library that can output Kindle-compatible ebooks. So you could use it to implement a tool similar to kindlegen.
@axu2 The calibre source contains python code for generating Kindle ebooks. You could use that as a library.