Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Readers > Kobo Reader

Notices

Reply
 
Thread Tools Search this Thread
Old 12-07-2013, 11:33 AM   #1
omnimodis78
Enthusiast
omnimodis78 is kind to children and small, furry animalsomnimodis78 is kind to children and small, furry animalsomnimodis78 is kind to children and small, furry animalsomnimodis78 is kind to children and small, furry animalsomnimodis78 is kind to children and small, furry animalsomnimodis78 is kind to children and small, furry animalsomnimodis78 is kind to children and small, furry animalsomnimodis78 is kind to children and small, furry animalsomnimodis78 is kind to children and small, furry animalsomnimodis78 is kind to children and small, furry animalsomnimodis78 is kind to children and small, furry animals
 
omnimodis78's Avatar
 
Posts: 31
Karma: 6916
Join Date: Jun 2013
Location: Ontario, Canada
Device: Kobo Aura H20
Kobo Aura HD image sizes

How (if at all) would it be possible to ensure that all images are displayed at the same dimensions on the ereader as they appear in Calibre's ebook viewer window? Basically if I preview any given book through Calibre, images seem to be good, full sized, usually taking up an entire page, but on the ereader, same image is so tiny it might take up less than 10% of page space.
omnimodis78 is offline   Reply With Quote
Old 12-07-2013, 12:07 PM   #2
DNSB
Bibliophagist
DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.
 
DNSB's Avatar
 
Posts: 35,401
Karma: 145435140
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Forma, Clara HD, Lenovo M8 FHD, Paperwhite 4, Tolino epos
Quote:
Originally Posted by omnimodis78 View Post
How (if at all) would it be possible to ensure that all images are displayed at the same dimensions on the ereader as they appear in Calibre's ebook viewer window? Basically if I preview any given book through Calibre, images seem to be good, full sized, usually taking up an entire page, but on the ereader, same image is so tiny it might take up less than 10% of page space.
What I do is to modify the style wrapped around the image. For a full page image, I use a svg wrapper which will scale the image to fit within the page so it looks the same on any resolution display.

Code:
<style type="text/css">
@page {padding: 0pt; margin:0pt}
            body { text-align: center; padding:0pt; margin: 0pt; }
</style>
</head>

<body class="nomargin">
  <div class="svg_wrapper">
    <svg xmlns="http://www.w3.org/2000/svg" height="100%" preserveAspectRatio="xMidYMid meet" version="1.1" viewBox="0 0 500 740" width="100%" xmlns:xlink="http://www.w3.org/1999/xlink">
      <image height="740" width="500" xlink:href="../Images/cover.jpeg"></image>
    </svg>
  </div>
while for images within a page, I use a bit of css such as:
Code:
  <p class="center"><img alt="" class="glyphw50" src="../Images/00022.jpg" /></p>

.glyphw33  {
    margin : auto;
    text-align : center;
    height : auto;
    width : 33%;
    }
.glyphw50  {
    margin : auto;
    text-align : center;
    height : auto;
    width : 50%;
    }
.glyphw75  {
    margin : auto;
    text-align : center;
    height : auto;
    width : 75%;
    }
In the sample the image is displayed across 50% of the page with the height set to maintain the aspect ratio. The 33, 50 and 75% of the page width are arbitrary as they are the ones I find myself using most often.

Hope this is of some help to you.

Regards,
David

Last edited by DNSB; 12-07-2013 at 12:12 PM.
DNSB is offline   Reply With Quote
Advert
Old 12-11-2013, 10:29 AM   #3
omnimodis78
Enthusiast
omnimodis78 is kind to children and small, furry animalsomnimodis78 is kind to children and small, furry animalsomnimodis78 is kind to children and small, furry animalsomnimodis78 is kind to children and small, furry animalsomnimodis78 is kind to children and small, furry animalsomnimodis78 is kind to children and small, furry animalsomnimodis78 is kind to children and small, furry animalsomnimodis78 is kind to children and small, furry animalsomnimodis78 is kind to children and small, furry animalsomnimodis78 is kind to children and small, furry animalsomnimodis78 is kind to children and small, furry animals
 
omnimodis78's Avatar
 
Posts: 31
Karma: 6916
Join Date: Jun 2013
Location: Ontario, Canada
Device: Kobo Aura H20
Thank you, David, for putting that up; hopefully you won't find it too needy of me to ask if there's a generic settings that can do this? I have over 300 books in my library, and I'd love to convert them with Calibre if there's some automated "better than nothing" solution - if possible? Thanks.
omnimodis78 is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Aura HD Kobo Glo/Aura/Aura HD future firmware feature request thread arspr Kobo Reader 25 03-26-2015 05:19 AM
Canadian shoppers discount on kobo aura and aura hd eejit Deals and Resources (No Self-Promotion or Affiliate Links) 4 11-28-2013 01:43 AM
kobo aura font sizes jb1 Kobo Reader 14 06-08-2013 07:27 PM
Image sizes Gerlyn ePub 5 03-20-2012 11:24 AM
Image Sizes PieOPah Workshop 0 02-09-2009 11:26 AM


All times are GMT -4. The time now is 06:52 AM.


MobileRead.com is a privately owned, operated and funded community.