Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kindle Scribe png/gif blank pages #665

Open
knowncold opened this issue Jan 11, 2024 · 7 comments
Open

Kindle Scribe png/gif blank pages #665

knowncold opened this issue Jan 11, 2024 · 7 comments
Labels
Bug Something isn't working Kindle Kindle device

Comments

@knowncold
Copy link

Describe the bug
Hi, I'm using kcc to convert my comics to kindle fomart. It's perfect for my Kindle Voyage, but got an issue on Scribe.

I found some blank pages when flipping pages. It's not true blank, if I flip back to previous page, return to home page and enter again, the blank page will restore to normal. And it's not some fixed pages, it's random.

You can refer to this video.

Desktop (please complete the following information):

  • OS: macOS
  • Device: Kindle Scribe v5.16.5

To Reproduce
I'm using kcc v5.6.4 on Mac OS and Kindle Scribe v5.16.5, with command:

python3 kcc-c2e.py ~/Downloads/tmp -p KS -m -u -r 0 -c 1 --whiteborders  --forcepng -o ~/Downloads/test -b 2 --format MOBI
  • I've tested same source files to profiles Kindle Voyage and Kindle Scribe, only Scribe has this issue.
  • Same source files to epub, mobi and sideload mobi, sendtokindle epub, both have this issue.

And when I sendtokindle epub, got a email from Amazon:

Thank you for using the Send to Kindle service. We are reaching out to let you know that a document, sent to your Kindle at, contains incompatible elements for Kindle format conversion. We’ve still delivered the document so that you can read it with Kindle, but in its current format it won’t support the latest Kindle features for documents, including Kindle Scribe handwriting features.

To make document(s) compatible with Kindle format conversion:
Split large tables into several smaller tables, align the direction of text in the tables, and remove drop-caps in the tables.
Remove multi-media content such as audio, video, and SVG images.
Remove mathematical equations.
Remove images that contain linear gradients.
Remove password protection or any other security settings.
Remove any footnotes inside footnotes.
Check the document can be opened on a computer.
Make sure the document doesn’t have more than 8,000 pages.
Try sending the document again via Send to Kindle for Web.

@axu2
Copy link
Collaborator

axu2 commented Jan 11, 2024

Scribe is glitchy with png. Use jpg instead.

In fact mobi conversion is slow with png. Gif support is better as future feature.

5.6.5 is out too, with apple silicon support if gui ran from terminal.

@knowncold

@axu2 axu2 added Bug Something isn't working WontFix This will not be worked on Kindle Kindle device and removed WontFix This will not be worked on labels Jan 11, 2024
@axu2 axu2 changed the title Random blank pages on Kinlde Scribe Kindle Scribe png blank pages Jan 11, 2024
@knowncold
Copy link
Author

It works much better without --forcepng, I flipped 200 pages quickly and only got one blank now. I was thinking jpeg will lose some quality so chose png. I will try GIF as well.

Thanks for your help and work!

@axu2
Copy link
Collaborator

axu2 commented Jan 12, 2024

Gif support requires you to modify the code.

Jpg definitely loses a little quality. Mozjpg is better than jpg @knowncold

@knowncold
Copy link
Author

I tried GIF by the code in #533 , but the mobi seems simliar to PNG on Scribe, with many blank pages. 😄

@axu2
Copy link
Collaborator

axu2 commented Jan 13, 2024

@knowncold did you try mozjpg?

@knowncold
Copy link
Author

@axu2 Mozjpg and default PIL jpg are both good, almost don't have blank pages anymore. And it's hard for my eyse to tell the quality difference between them.

@axu2
Copy link
Collaborator

axu2 commented Feb 28, 2024

@knowncold Maybe in a future Kindle firmware update this bug will be resolved. Until then I exclusively use mozJPG.

@axu2 axu2 changed the title Kindle Scribe png blank pages Kindle Scribe png/gif blank pages Mar 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working Kindle Kindle device
Projects
None yet
Development

No branches or pull requests

2 participants