Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Calibre

Notices

Reply
 
Thread Tools Search this Thread
Old 02-25-2012, 04:54 PM   #1
Freeen
Junior Member
Freeen began at the beginning.
 
Posts: 4
Karma: 10
Join Date: Feb 2012
Device: Kindle Fire
Adding Images

I'm new and not sure if this is the proper area in which to put my thread, so please bare with me.

I've been using calibre to format my ebook to place in my Kindle Fire. Though I'm fairly certain I've learned how to do most of the important things, it appears I can't get my ebook's internal images to display in either the calibre reader or my Kindle. Everything else is formatted fine and it looks great, but the images are not there. Please help.

I've insured that the jpg files are in the folder and are sized correctly, but they just don't carry over to the finished product.
Freeen is offline   Reply With Quote
Old 02-25-2012, 08:25 PM   #2
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,801
Karma: 54830978
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 Freeen View Post
I'm new and not sure if this is the proper area in which to put my thread, so please bare with me.

I've been using calibre to format my ebook to place in my Kindle Fire. Though I'm fairly certain I've learned how to do most of the important things, it appears I can't get my ebook's internal images to display in either the calibre reader or my Kindle. Everything else is formatted fine and it looks great, but the images are not there. Please help.

I've insured that the jpg files are in the folder and are sized correctly, but they just don't carry over to the finished product.
You have not inserted the proper <img> tag into the book, you just have a pile of building materials

(I work in EPUB and use Sigil, so I can't provide guidance for Kindlegen)
theducks is offline   Reply With Quote
Old 02-26-2012, 01:17 PM   #3
Freeen
Junior Member
Freeen began at the beginning.
 
Posts: 4
Karma: 10
Join Date: Feb 2012
Device: Kindle Fire
Quote:
Originally Posted by theducks View Post
You have not inserted the proper <img> tag into the book, you just have a pile of building materials

(I work in EPUB and use Sigil, so I can't provide guidance for Kindlegen)
I was under the impression that HTML entries weren't necessary in calibre or mobipocket, just as long as the proper book file containing the images was added, along with the image files, and then build.

I was able to to this with a .pdf file of the book. All of the photos appeared in the final Kindle ebook file. The only problem then was that the text formatting was all messed up.

If html image tags are needed, how do I go about adding the code, and what do I write? I'm not really all that familiar with coding.
Freeen is offline   Reply With Quote
Old 02-26-2012, 01:40 PM   #4
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,801
Karma: 54830978
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 Freeen View Post
I was under the impression that HTML entries weren't necessary in calibre or mobipocket, just as long as the proper book file containing the images was added, along with the image files, and then build.

I was able to to this with a .pdf file of the book. All of the photos appeared in the final Kindle ebook file. The only problem then was that the text formatting was all messed up.

If html image tags are needed, how do I go about adding the code, and what do I write? I'm not really all that familiar with coding.
Sorry, this is NOT the place for Basic HTML training.

Why not open a few working EPUB (with images ) and see what they did?
The Tweak (T key) will allow you to explode a EPUB and see the pieces.
These can be opened with a programming language friendly, text editor like Notepad++ or Notepad (without the tag highlighting)

Sigil (I recommend getting the older 5.1 (5.2 and 5.3 are having crash problems). 5.1 has Add file issues and you must use the File New Menu, not the book browser.)
theducks is offline   Reply With Quote
Old 02-26-2012, 03:17 PM   #5
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 Freeen View Post
I was under the impression that HTML entries weren't necessary in calibre or mobipocket, just as long as the proper book file containing the images was added, along with the image files, and then build. ...
Any display app or conversion app needs data in the source file to indicate where the images are to be placed. It isn't magic!

Open your HTML in a standard browser. If the images display properly then calibre should be able to import everything properly and convert to MOBI successfully, images and all. If the images fail to show in a browser then the HTML needs to be fixed before importing into calibre.
dwig is offline   Reply With Quote
Old 02-26-2012, 06:53 PM   #6
Freeen
Junior Member
Freeen began at the beginning.
 
Posts: 4
Karma: 10
Join Date: Feb 2012
Device: Kindle Fire
Quote:
Originally Posted by theducks View Post
Sorry, this is NOT the place for Basic HTML training.

Why not open a few working EPUB (with images ) and see what they did?
The Tweak (T key) will allow you to explode a EPUB and see the pieces.
These can be opened with a programming language friendly, text editor like Notepad++ or Notepad (without the tag highlighting)

Sigil (I recommend getting the older 5.1 (5.2 and 5.3 are having crash problems). 5.1 has Add file issues and you must use the File New Menu, not the book browser.)
Besides the crashing issue with Sigil, I've noticed that it changes my text formatting, whereas some of the other programs do not. Thanks for the idea of looking at other ebooks. That should do it.


Quote:
Originally Posted by dwig View Post
Any display app or conversion app needs data in the source file to indicate where the images are to be placed. It isn't magic!

Open your HTML in a standard browser. If the images display properly then calibre should be able to import everything properly and convert to MOBI successfully, images and all. If the images fail to show in a browser then the HTML needs to be fixed before importing into calibre.
Thanks. But I realize it isn't magic. I'm a geezer writer and journalist, not a programmer.
Freeen is offline   Reply With Quote
Old 02-27-2012, 05:05 PM   #7
Freeen
Junior Member
Freeen began at the beginning.
 
Posts: 4
Karma: 10
Join Date: Feb 2012
Device: Kindle Fire
Got it! Thanks for the help. Looks great too, though it's formatted with double spaced paragraphs instead of indentions without paragraph breaks. I saved it to epub and tweaked it in the new 0.5.3 Sigil and then made it a mobil in Calibre, and sent to my Kindle Fire. Images look great.
Freeen is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
tips for adding images in epub hapax legomenon ePub 37 01-16-2024 06:38 PM
HTML + Images = MOBI without Images SunLight Amazon Kindle 5 08-25-2012 02:27 PM
Cover images dissappeared after adding some books from my Calibre library fictionaddiction Kobo Reader 8 06-23-2011 10:42 AM
Adding epubs to iTunes with cover images sartori ePub 31 09-30-2010 12:39 PM
Adding Images To Ebook gtshadow Calibre 3 09-29-2010 11:23 AM


All times are GMT -4. The time now is 12:14 PM.


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