View Single Post
Old 03-02-2008, 11:10 AM   #387
tompe
Grand Sorcerer
tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.
 
Posts: 7,452
Karma: 7185064
Join Date: Oct 2007
Location: Linköpng, Sweden
Device: Kindle Voyage, Nexus 5, Kindle PW
Quote:
Originally Posted by mateo View Post
I've never been able to get --coverimage option to work with html2mobi. Is there some special trick I don't know about? Some special file type? I'm using regular old jpgs.
Maybe. Just to add a cover image first but not add a link to it do:
Code:
html2mobi --coverimage Cover.jpg p1.html
This will work on the Cybook but the image will not be displayed using FBReader. To also add a link first to the image do:

Code:
html2mobi --addcoverlink --coverimage Cover.jpg p1.html
Then you will see the image using FBReader but you will get double cover images in the Cybook.
tompe is offline   Reply With Quote