-
Notifications
You must be signed in to change notification settings - Fork 10
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
send to kindle resolution #15
Comments
Interesting. So amazon downgrade the image to a lower resolution. Amazon advice to use a ratio of 1:1.6, so image of 1920x1200 should be good enough. I create some HR profile, specially when you are using tablette or something else. If you are using kindlegen or kindlepreviewer -convert, do we have this limit ? like sideloading directly ? |
I've extract the AWZ3 I receive from the device. I used calibre to convert this into a zip. It looks to be the maximum height allow. If it's lower, it keep the size. I will see if I can create an AZW3 with higher resolution. I only know calibre that can do this. I wonder if they are library or tools that allow to create this format directly. |
I try kindlepreview epub -convert of my HR files. The mobi size = 384M ! I can copy the file to the kindle, it works. So epub -> kindlepreviewer epub -covert, allow to copy the content to the kindle without the 200mb limit, but still, the image resolution stay limited like the website. I see they is a GoLang module to create AWZ3 files directly ! I will do some test. |
When I try with a standard resolution, the mobi size = 246M instead of 384M. So Mobi from HR = 384M, Epub from it = 126M So the mobi is bigger from the bigger image. I wonder if the extract from calibre is not the one that truncate the image after all. |
with kindlegen you should use
it is present in |
Trying. SD = 124M Right, so it's clearly downsize here. |
I guess, since Kindle Previewer 3 is used mainly for books and later, for sending to amazon and publishing to kindle store. |
Any chance the high resolution device use this source image instead of the compacted version ? |
I create the profile SR: Standard Resolution: 1200x1920 (aspect 1:1.6) So I wonder if that really necessary to have all of those profiles finally. Every other kindle may have smaller size result as I guess it won't display it better with larger image. The advantage of the SR is that you can put the comics in the cloud, then read it on any kindle device you've got. |
Out of curiosity, do you get the same result with a pdf input and send to kindle? |
I've read that PDF put directly on device vs PDF sent in the cloud have different feature on the device. So I can change the contrast on device (I like this feature, but it's only for PDF sent in the cloud), and I think orientation. So PDF is more a static version of what you want in normal mode. Also on GoLang I've found some module to create Mobi (PalmDoc). I also find a module that is an helper for created KF8-style formatted MOBI and AZW3: And the same author create a tools to convert manga directly to AZW3 that can be sideloaded on device. The generated file should have less feature as the one from amazon, but I note to try with bigger image in this. |
I've done a test with kijirou tools and my local png. The tools will convert it to JPG but that's it, same resolution, same color, and default quality. I copy it to my kindle, I've got the thumbnail and the book that is working. So definitively that's an interesting option I can add to my tools. |
It seems PDF support improved lately. I will check again. Stuff like 2 pages on landscape ... |
PDF is not so good (no way to deal with double page properly, and landscape/portrait) and image are resized. So the best for now is the SR profile I create with resolution of 1200x1920 It works on all devices, so best think I can do right now. Creating AWZ3 in a custom format is also a solution, as it seems we can set a higher resolution. May be we should wait that amazon increase the resolution they support with their conversion tools. |
Thank you for this test! I have tried it, I I really notice the difference between mobi using go-comic-converter and azw3 file generated from images in disk using kojirou. AZW3 It is MUCH sharper on Kindle Scribe. It would be awesome if you can integrate awz3 generation the same way kojirou does :D |
@romancin Good to know ! I was wondering. I will see what I can do. |
Awesome! Thank you very much! I can test everything you need in my scribe :) |
Got a scribe too and use it to test, and an Oasis for smaller device ;) |
Hi again @celogeek ! Any news on this? It is still not possible to use native Scribe resolution? |
Sorry, not yet. I've got plenty of update to do, I need to find time for working on it. The primary goal of the project was to allow creation of ePub that can be uploaded to the AWS cloud and then the ability to read it on any device. I need to create a todo list |
Hello @celogeek
For your information, some people have reported that send to kindle is limited in resolution.
Down scaling to 1440x1920 might give the same result, but with more pages possible with the same size limit constraint
-limitmb
The text was updated successfully, but these errors were encountered: