05-11-2017, 12:01 PM | #1 |
Connoisseur
Posts: 68
Karma: 10
Join Date: Sep 2014
Device: KOReader on: Kindle Paperwhite and Android
|
kindle azw to PocektBook epub images too small
I am converting book bought from amazon to epub so I can read it on my PocektBook InkPad2 with much higher resolution screen. My Kindle is Paperwhite. InkPad 2 has screen 1200x1600px.
Images look good when open in book view of calibre on notebook. Once open in InkPad they are very small. The calibre styles styling the img has set fixed size in px to same size as images. In conversion preferences of calibre I had set input Kindle, output NookHD+ (which has similar pixel size. Is there anything I did wrong or I can do better? Thanks |
05-11-2017, 12:59 PM | #2 |
Well trained by Cats
Posts: 30,452
Karma: 58055868
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
|
Set your profile to Tablet.
The profile mostly sets Image size these days. Note use the conversion button/tick to forget the previous conversion settings used on THAT book |
Advert | |
|
05-11-2017, 02:27 PM | #3 |
Connoisseur
Posts: 68
Karma: 10
Join Date: Sep 2014
Device: KOReader on: Kindle Paperwhite and Android
|
@theducks, by the profile you mean the output profile for conversion? I set that manual for this manual conversion, input profile kindle output tablet.
Not sure what tick you mean for not remembering previous setting used for this book. I think as I did changes (the above profile selection) in the process of conversion (not in profiles for all conversions) it is not relevant for the moment. Still no change, the CSS, used styles are all same and images stayed same when viewing in PocketBook. Did I did something wrong again? Thank you for you rsuggestions. |
05-11-2017, 04:12 PM | #4 |
Well trained by Cats
Posts: 30,452
Karma: 58055868
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
|
If you make a setting change in Preferences: conversions, it does not change any previously converted books (they remember what was used THEN).
There is a tick/button to make it re-read preferences (the default) You can also override the default on a per/conversion via the conversion screen |
05-11-2017, 10:51 PM | #5 |
Connoisseur
Posts: 68
Karma: 10
Join Date: Sep 2014
Device: KOReader on: Kindle Paperwhite and Android
|
|
Advert | |
|
05-11-2017, 11:17 PM | #6 |
Connoisseur
Posts: 68
Karma: 10
Join Date: Sep 2014
Device: KOReader on: Kindle Paperwhite and Android
|
To give more information. Whatever I do the size of images is always same, good looking at viewer of calibre itself, but very small in PocektBook 1200x1600 pixel display.
Image size in pixels is 402x220px. This is relevant part of html in book as displayed by calibre in resulted epub: All this never change doesn't matter what input output profile I choose during conversion. I must be doing some trivial mistake here. Code:
<p class="image1"><img src="../images/00008.jpeg" alt="image" class="calibre12"/></p> Code:
.image1 { display: block; line-height: 1.2; margin-bottom: 2em; margin-left: 0; margin-right: 0; margin-top: 0; padding-top: 1em; text-align: center; } .calibre12 { height: 220px; line-height: 1.2; width: 402px; } The relevant resulting CSS is: Code:
display: inline; font-family: newbaskervilleitcstd-roman; font-size: 18px; height: 220px; line-height: 21px; text-align: center; width: 402px; |
05-26-2017, 08:48 AM | #7 |
Connoisseur
Posts: 68
Karma: 10
Join Date: Sep 2014
Device: KOReader on: Kindle Paperwhite and Android
|
It is a pity
I do not know if it is me, possibly, but as long as I have some little more difficult question there is no help here. Pity.
|
05-26-2017, 08:54 AM | #8 |
Resident Curmudgeon
Posts: 76,494
Karma: 136564766
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
|
Set the output profile to tablet. If that doesn't work, then it's because the images are too small.
|
05-27-2017, 09:57 PM | #9 |
null operator (he/him)
Posts: 21,007
Karma: 27620706
Join Date: Mar 2012
Location: Sydney Australia
Device: none
|
@richo - did you set Preferences->Conversion->Common Options->Page Setup->Output Profile to Tablet and hit the Restore Defaults button (bottom left) in Conversion?
BR Last edited by BetterRed; 05-27-2017 at 09:59 PM. |
05-28-2017, 03:49 AM | #10 | |
Connoisseur
Posts: 68
Karma: 10
Join Date: Sep 2014
Device: KOReader on: Kindle Paperwhite and Android
|
Quote:
does no resizing of images Wouldn’t this means it will not do what I like to have. Bigger images on high resolution screen? |
|
05-28-2017, 04:03 AM | #11 | |
Connoisseur
Posts: 68
Karma: 10
Join Date: Sep 2014
Device: KOReader on: Kindle Paperwhite and Android
|
Quote:
In every suggestion calibre leaves sizing of image and sizing of <p> around it in CSS. If I select different profile, for example input Kindle profile output Kind Voyage, or input default and output Nook HD+ Images are never resized and CSS still contains same size limits in width and height as dimension of the pictures. It seem as calibre would completely ignore any profile settings the results are same every time without any effect on which page profile I choose. |
|
05-28-2017, 04:20 AM | #12 |
Grand Sorcerer
Posts: 6,758
Karma: 86500093
Join Date: Nov 2011
Location: Charlottesville, VA
Device: Kindles
|
Calibre can automatically downscale the resolution of images to save storage on devices that only have a low resolution screen.
This does not control how much of the device's screen is taken up by each image. That is part of the formatting of the book and will need to be changed manually using an EPUB editor. As each book is coded differently the changes needed will vary from book to book and would be difficult to automate. |
05-28-2017, 04:43 AM | #13 | |
Connoisseur
Posts: 68
Karma: 10
Join Date: Sep 2014
Device: KOReader on: Kindle Paperwhite and Android
|
Quote:
If that is true I wonder why there are these profiles in Calibre at all? |
|
05-28-2017, 04:53 AM | #14 | |||
null operator (he/him)
Posts: 21,007
Karma: 27620706
Join Date: Mar 2012
Location: Sydney Australia
Device: none
|
Quote:
Quote:
Quote:
BR Last edited by BetterRed; 05-28-2017 at 04:58 AM. |
|||
05-28-2017, 04:57 AM | #15 |
Connoisseur
Posts: 68
Karma: 10
Join Date: Sep 2014
Device: KOReader on: Kindle Paperwhite and Android
|
OK. Maybe you know if there is an option which will instruct calibre to enlarge the images? Maybe some sort of workaround to re-run conversion from certain step (when I isolated images using debug output and enlarged them manually).
Thank you for suggestion. |
Tags |
epub, image size, inkpad, kindle |
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Aura H2O ePub Images Small | elstoc | Kobo Developer's Corner | 13 | 09-19-2015 12:02 PM |
Fixed Layout AZW to PDF (With images) | glah | 2 | 01-09-2014 03:38 AM | |
Conversion from azw (Kindle) to epub (Kobo) format with Calibre garbages symbols | myildi | Conversion | 2 | 09-13-2013 04:19 AM |
RTF to epub convert images turn out small | sassanik | Calibre | 1 | 10-16-2010 01:14 AM |
Kindle now Zooms AZW Images | wallcraft | Amazon Kindle | 2 | 02-07-2009 05:58 PM |