-
Notifications
You must be signed in to change notification settings - Fork 219
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 mobi limited to 1920 height #460
Comments
Do you have an example? |
I have tried many times, whether it is ks or other custom, or choose not to process the picture……maybe you can try any one picture 1860x2480 |
I tried your input file in
Where and how do you see a result of |
@darodi |
@darodi Epub is OK. The problem is the mobi format file. |
How did you convert to mobi?
|
@darodi Just use KCC, output epub & mobi as the same time. |
@darodi I just use KCC, so The kindlegen is from https://www.amazon.com/Kindle-Previewer/b?ie=UTF8&node=21381691011 in Amazon Kindle Previewer 3 Folder\lib\fc\bin. |
I experience the same issue (.epub is 18602480, .mobi/azw3 is x1920) both by using KindleGen and Send to Kindle via browser. :( |
Indeed, there seems to be a limitation with kindlegen. What is the result if you open the created epub in Use the GUI or command line:
There is also a new pc version of Send to |
@darodi Unfortunately, still the same result. |
I thought the images looked a little soft, so this is why. I converted the final MOBI back to EPUB using Calibre and see it now. Looks like kindlegen used to have a There's a bunch of references to 1920 here: https://kdp.amazon.com/en_US/help/topic/G9GSTY4LTRT39D4Z |
@axu2 I'm just more confused, after all, ks can support such a large resolution, it's still a shame. Speed is not a point of concern for me. |
@pretenderlu @axu2 @powersee @nicoladicicco Amazon has announced the retirement of its proprietary MOBI file format for eBooks, and a transition to the EPUB format for use on Kindle devices and apps. (August 2022) I don't own a kindle scribe, but could someone try to use I doubt the file in the kindle will be a mobi file, and the resolution might be correct. |
@darodi I have sent recently several epubs to my Scribe using Send to Kindle via web. They are converted to AZW3, and to the best of my recent experience the image resolution is still downscaled (down to 1440x1920). Amazon's support for epubs means that you can indeed sideload epubs to your device... but for now they still need to be converted in their proprietary format |
Is there any other way to send a file to the Kindle Scribe with the native resolution of the panel (2480x1860)? Or does that mean you're always limited to x1920 and <256kB images? I'm new to Kindle devices, so I don't know |
Thanks! That's honestly pretty sad, wanted to get a Scribe for high-quality manga... |
Yea, it's barely better than the Kobo Elipsa. Maybe Amazon will unlock the resolution later in a future version of Kindle Previewer, I bet the maximum resolution was hard coded like 10 years ago for the Kindle Fire which had 1920 height. EDIT:These projects don't use kindlegen to create MOBI, bypassing the 1920 restriction: both use the go library: Feel free to experiment and report your results on image quality/sharpness/file size. The fact that this is a 3rd party implementation of MOBI file creations may have issues since I haven't tried it myself.
|
I've done some test with local conversion. I also create an epub from the same comic with max resolution set to 1920 (height). Then I run on each of my epub,
I have 2 mobi. When I ask calibre to transform those mobi to ZIP or EPUB, I check the images directory after unpacking, So, first, if the image is resized, why do we have 2 differents size of mobi here ? is it possible that the image is actually correct in the mobi, but calibre downsize it during conversion ??? Summary: |
After fixing my converter call, with "dont_append_source" (thx @darodi ), both endup with similar size. With the current support of amazon, image <=1920 is highly recommended. Same result but very fast conversion. I see some module on GoLang to create AZW3, I haven't seen something about resizing image in it, I will give it a try. |
The module seems to generate an older version of AZW3. So even the format has versioning. I will try to find some example with an image. |
This application create hybrid MOBI/AZW3 files. Don't be misled by extension of file output. Remember that Amazon already moved to KFX format. If KindleGen work "slow" that mean it reconverting images created by KCC again as they are outside the specification. Don't expect this issue to be fixed on Amazon side. This is not a bug. |
Is they a way to create KFX from Epub with a tools from amazon ? or third party tools ? may be calibre ? |
KFX support larger image ? |
There is a plugin in calibre to convert epub to kfx |
I had tried this method, use the plugin in calibre to convert epub which is generated by KCC, the picture in the result kfx file could not fill the full screen. |
I use Calibre to convert CBZ files to KFX (using the KFX output plugin) and use the viewer in Calibre. It displays that the image resolution is 1859 x 2480 (no cropping). However, as others have said, the image does not fully fit on Kindle Scribe. |
Did you use the process described here? https://www.mobileread.com/forums/showpost.php?p=4430602&postcount=1547 |
You saved my life! Yes, it is the best way! Absolutely the best quality. I can only say that the creation process is too complicated. Using Kindle Create is very painful; aside from the error prompts, it crashes if there are any non-English characters in the path. It also seems that the author's name cannot be entered in Unicode (though I'm not sure about this yet). Compared to Kindle's official books, the converted KFX only lacks the fast page-turning and bookmark functions, which is almost ideal. I hope that in the future, there will be a way to simplify these processes, especially a fully CLI-based method... |
@2ji3150 if you could upload some comparison shots here or on mobileread, that'd be cool. |
When I choose ks for output, the generated mobi does not reach the resolution of 18602480, but xxxx1920.What seems to be a limitation?
The text was updated successfully, but these errors were encountered: