Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Calibre > Conversion

Notices

Reply
 
Thread Tools Search this Thread
Old 09-02-2011, 05:46 PM   #1
angharad09
Enthusiast
angharad09 began at the beginning.
 
Posts: 30
Karma: 10
Join Date: Aug 2011
Device: none
Question best way to add graphics to an e-book

Hello all,

I'm new to Calibre and to e-books in general. Right now my goal is to create the simplest possible version of my document in .epub and .mobi. The document contains a couple of maps, and on my first rough attempts to create e-book versions I see that the maps split between pages. If you're scrolling you can see the whole map, but if you're going page by page, you see part of it on one page and the rest on the next page. So my question is: Is this normal? Is it what people would expect to see? And if not, how do I make the image stay all in one piece?

I have a simple HTML file, with no CSS right now; the maps are JPGs and they are linked to the main document with <img> tags. I have converted it using Calibre to .epub and .mobi and been able to call it up in Adobe Digital Editions and the Kindle desktop app.

I can live with the split image if necessary. And I'm still familiarizing myself with what format aspects you should try to control and what you should let go. But if there's a better way to do the images, I'd like to know it.

Thanks, and, great program!!!

Amanda

Last edited by angharad09; 09-02-2011 at 05:48 PM.
angharad09 is offline   Reply With Quote
Old 09-03-2011, 09:55 AM   #2
jackie_w
Grand Sorcerer
jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.
 
Posts: 6,212
Karma: 16534894
Join Date: Sep 2009
Location: UK
Device: Kobo: KA1, ClaraHD, Forma, Libra2, Clara2E. PocketBook: TouchHD3
Hi Amanda, Welcome to MobileRead.

Where exactly are you seeing this split jpg image? Is it on an ereader device or in the Calibre Viewer?

To the best of my knowledge when Calibre converts your html via a zip-to-epub or zip-to-mobi it uses the setting in Convert - PageSetup - Output profile to decide what to do with each image. If the jpg dimensions are larger than the screen resolution of the device in the output profile then the image will be rescaled downwards to make sure it fits the screen. I have never known Calibre to split an image into pieces.

It sounds as if you are creating your html correctly. Just try viewing the epub/mobi on the actual reader.

From my own experience (which is only with epub on Sony and Pocketbook devices) I have found it best not to include any width or height attributes in the <img> statement, i.e a typical <img> statement would look something like:
Code:
<p class="myimg"><img src="images/map.jpg" alt="Map" /></p>
jackie_w is offline   Reply With Quote
Advert
Old 09-03-2011, 12:21 PM   #3
theducks
Well trained by Cats
theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.
 
theducks's Avatar
 
Posts: 29,936
Karma: 55705602
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
is the Image really Split or is it just being Scrolled?

Setting a reasonable size for either Height or Width in the stylesheet could help.

auto is not handled well by ADE.
Pick only one size (the closest to the device limit) element, to avoid stretching the other to fill the gap
theducks is offline   Reply With Quote
Old 09-03-2011, 03:27 PM   #4
angharad09
Enthusiast
angharad09 began at the beginning.
 
Posts: 30
Karma: 10
Join Date: Aug 2011
Device: none
Quote:
Originally Posted by theducks View Post
is the Image really Split or is it just being Scrolled?
Ah -- can you explain the difference or what "really split" means? All I meant was that it _looks_ split, if you advance using the next-page buttons. (It looks fine if you just scroll.)

If this is normal behavior, it's fine with me. I am totally new to this & was pleasantly surprised to find you can use graphics at all.

For what it's worth, the two images in question are 500 pixels wide and 500 to 560 pixels high. I haven't attached any sort of style to them.

I appreciate the answers so far!
Amanda
angharad09 is offline   Reply With Quote
Old 09-03-2011, 04:02 PM   #5
theducks
Well trained by Cats
theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.
 
theducks's Avatar
 
Posts: 29,936
Karma: 55705602
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
Quote:
Originally Posted by angharad09 View Post
Ah -- can you explain the difference or what "really split" means? All I meant was that it _looks_ split, if you advance using the next-page buttons. (It looks fine if you just scroll.)

If this is normal behavior, it's fine with me. I am totally new to this & was pleasantly surprised to find you can use graphics at all.

For what it's worth, the two images in question are 500 pixels wide and 500 to 560 pixels high. I haven't attached any sort of style to them.

I appreciate the answers so far!
Amanda
That is normal. It is too large for a single 'Screen', when you page, it 'steps' to the next portion.
As yo noticed, you can scroll to any portion of the single picture.

I don't have a K, but if the device type(Preferences: common options) was set before converting, I believe Calibre will take care to re-size things.
theducks is offline   Reply With Quote
Advert
Old 09-03-2011, 04:50 PM   #6
dwig
Wizard
dwig ought to be getting tired of karma fortunes by now.dwig ought to be getting tired of karma fortunes by now.dwig ought to be getting tired of karma fortunes by now.dwig ought to be getting tired of karma fortunes by now.dwig ought to be getting tired of karma fortunes by now.dwig ought to be getting tired of karma fortunes by now.dwig ought to be getting tired of karma fortunes by now.dwig ought to be getting tired of karma fortunes by now.dwig ought to be getting tired of karma fortunes by now.dwig ought to be getting tired of karma fortunes by now.dwig ought to be getting tired of karma fortunes by now.
 
dwig's Avatar
 
Posts: 1,613
Karma: 6718479
Join Date: Dec 2004
Location: Paradise (Key West, FL)
Device: Current:Surface Go & Kindle 3 - Retired: DellV8p, Clie UX50, ...
Quote:
Originally Posted by angharad09 View Post
... I have converted it using Calibre to .epub and .mobi and been able to call it up in Adobe Digital Editions and the Kindle desktop app. ...
You're better off using the Kindle Previewer instead of the Kindle destop apps, though using both isn't a bad idea. Previewer does a good job of replicating the display on a Kindle device. The desktop app does not.

You can download the Kindle Previewer here:
http://www.amazon.com/gp/feature.htm...cId=1000234621

Kindle devices will not scroll a large image. They will scale the image down to fit the screen. You need to account for this when designing the maps so that the image remains readable.

Kindles do have a built in function to zoom smaller images to full screen by highlighting them with the 5-way controller and clicking (just point and click in the Previewer). A second click returns you to the original image size. The zoomed image will rotate to make the best use of the screen.

You can set the "original" display size using width and height attributes in the <img> tags. To be certain that the zoomed image isn't just a blur you need to use an image with adequate resolution (600x800 pixels minimum), setting the dimensions in the <img> tag smaller than the image's actual size.

Last edited by dwig; 09-03-2011 at 05:04 PM.
dwig is offline   Reply With Quote
Old 09-04-2011, 05:25 AM   #7
Manichean
Wizard
Manichean is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Manichean is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Manichean is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Manichean is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Manichean is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Manichean is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Manichean is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Manichean is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Manichean is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Manichean is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Manichean is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.
 
Manichean's Avatar
 
Posts: 3,130
Karma: 91256
Join Date: Feb 2008
Location: Germany
Device: Cybook Gen3
Moderator Notice
Moved to conversion subforum. I think it fits better there...
Manichean is offline   Reply With Quote
Old 09-04-2011, 03:14 PM   #8
angharad09
Enthusiast
angharad09 began at the beginning.
 
Posts: 30
Karma: 10
Join Date: Aug 2011
Device: none
Quote:
Originally Posted by Manichean View Post
Moved to conversion subforum. I think it fits better there...
Thanks for the help, all! I have a better idea how to proceed, at least for now. I'm sure I'll be back with more questions one day.
Best,
Amanda

angharad09 is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
[Old Thread] Can I add my own cover graphics? SonDan1 Calibre 13 09-20-2013 01:05 PM
Why can't I add fonts to my book? MikeFromMesa Sigil 11 05-13-2011 02:05 PM
Which is the best way to add SVG (vector graphics) to PDF files ? DSpider PDF 0 04-01-2011 07:27 PM
Cannot add a book to Calibre daithi81 Calibre 20 01-30-2010 10:01 PM
MR book uploads with nice graphics? rjnagle Sony Reader 2 08-03-2007 03:20 AM


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


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