Thread: EPUB output
View Single Post
Old 11-20-2010, 08:02 PM   #847
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,257
Karma: 16544692
Join Date: Sep 2009
Location: UK
Device: ClaraHD, Forma, Libra2, Clara2E, LibraCol, PBTouchHD3
Quote:
Originally Posted by SilvioTO View Post
Here's a simply option in Calibre for maintain proportions of the included images?
I'm not sure whether I fully understand your question, but if I'm using HTML as my source then I hand-edit the HTML in a text editor before importing to Calibre, so that each image is simplified to look something like:

Code:
<p><img src="images/mypic.jpg" alt="mypic" /></p>
i.e. I remove any height=xxx or width=yyy dimensions. Calibre then seems to handle image sizes automatically. It will also rescale them proportionally during the ZIP to EPUB conversion, if the original size would be too big to fit on your reader (as specified in Convert - PageSetup - OutputProfile).

There may be better ways, but this works for me.

Last edited by jackie_w; 11-20-2010 at 08:04 PM.
jackie_w is offline   Reply With Quote