View Single Post
Old 12-16-2011, 07:29 PM   #12
silentguy
Connoisseur
silentguy doesn't littersilentguy doesn't littersilentguy doesn't litter
 
Posts: 88
Karma: 200
Join Date: Nov 2010
Location: Dortmund, Germany
Device: Kindle Paperwhite (10. Generation)
A lot of images sounds more like a comic to me. you could try the comic input. http://manual.calibre-ebook.com/conv...ok-collections
turn every folder in a .cbz (which is just a zip) and then add all those zips to a .cbc (yet another zip)
I know, a lot of work, but just a random collection of images is not what's usually considered a book.

You could also build one big html showing all images but i have no idea how that will look and it will probably be a lot of work:
Quote:
<html>
<body>
<h1>Table of Contents</h1>
<p style="text-indent:0pt">
<img src="folder1/img1.jpg">
<img src="folder1/img2.jpg">
<img src="folder2/img1.jpg">
<img src="folder2/img2.jpg">
.
.
.
</p>
</body>
</html>
last idea: move all images to the same folder and try zipping again, but that would probably need some renaming to get the images in the order you want, withoug conflicts, etc. And even then I'm not sure if calibre has a function for "zip full of images"...
silentguy is offline   Reply With Quote