Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Calibre

Notices

Reply
 
Thread Tools Search this Thread
Old 12-16-2022, 01:07 PM   #1
enzozaqueu
Junior Member
enzozaqueu began at the beginning.
 
Posts: 1
Karma: 10
Join Date: Dec 2022
Device: Kindle, Smartphonen, Pc
Question Comics images on eBook readers

Hello there!

I'm currently working on converting a Web Comic to an epub and a kindle version, but i'm having some trouble with two little details.

If you open a comic book from kindle store, you'll see that you can zoom the page without having to select it, but i'm having trouble trying to replliate that feature on my project, there's a option for that or a piece of code? As an example, if you need, theres a Sandman volume demo on the store!

The other problem is that my file is not showing the cover, I already tried the solutions from the manual.


Any help would be great!

enzozaqueu is offline   Reply With Quote
Old 12-16-2022, 05:39 PM   #2
jhowell
Grand Sorcerer
jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.
 
jhowell's Avatar
 
Posts: 7,071
Karma: 91577715
Join Date: Nov 2011
Location: Charlottesville, VA
Device: Kindles
Kindles have specialized formatting requirements for comics. You may want to consider using Kindle Comic Converter to handle the Kindle conversion.
jhowell is online now   Reply With Quote
Advert
Old 12-27-2022, 05:39 PM   #3
Ertagon
Junior Member
Ertagon began at the beginning.
 
Posts: 5
Karma: 10
Join Date: Dec 2022
Device: Kindle Scribe
Why there is still no plugin for calibre to make this happen is a mystery to me.
I think I'll write one myself.
Ertagon is offline   Reply With Quote
Old 12-27-2022, 06:22 PM   #4
BetterRed
null operator (he/him)
BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.
 
Posts: 21,725
Karma: 29711016
Join Date: Mar 2012
Location: Sydney Australia
Device: none
Almost every optional plugin there ever was was developed and supported by the person who first had the need for it.

That goes for Calibre as much as it does Photoshop, Notepad++ etc.

BR
BetterRed is offline   Reply With Quote
Old 12-27-2022, 07:06 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: 31,054
Karma: 60358908
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 BetterRed View Post
Almost every optional plugin there ever was was developed and supported by the person who first had the need for it.

That goes for Calibre as much as it does Photoshop, Notepad++ etc.

BR
Or the person watched a coworker flail away at a repetitive task.

'Here is something I whipped up, that should make that go quicker'
(it was an learning experience for me, using a new feature of the application)
(I was a Beta tester. On releas day I handed my boss a couple of aids I had made as a learning task. I was under a NDA until then)
theducks is offline   Reply With Quote
Advert
Old 12-27-2022, 09:30 PM   #6
Ertagon
Junior Member
Ertagon began at the beginning.
 
Posts: 5
Karma: 10
Join Date: Dec 2022
Device: Kindle Scribe
Quote:
Originally Posted by BetterRed View Post
Almost every optional plugin there ever was was developed and supported by the person who first had the need for it.

That goes for Calibre as much as it does Photoshop, Notepad++ etc.

BR
I have the need for it but not the time.
And I am not familiar with the Calibre codebase and API.

I am going to put out a reward for it.
Ertagon is offline   Reply With Quote
Old 01-02-2023, 06:12 AM   #7
innocenat
Zealot
innocenat ought to be getting tired of karma fortunes by now.innocenat ought to be getting tired of karma fortunes by now.innocenat ought to be getting tired of karma fortunes by now.innocenat ought to be getting tired of karma fortunes by now.innocenat ought to be getting tired of karma fortunes by now.innocenat ought to be getting tired of karma fortunes by now.innocenat ought to be getting tired of karma fortunes by now.innocenat ought to be getting tired of karma fortunes by now.innocenat ought to be getting tired of karma fortunes by now.innocenat ought to be getting tired of karma fortunes by now.innocenat ought to be getting tired of karma fortunes by now.
 
Posts: 125
Karma: 2691856
Join Date: Feb 2022
Device: PPW5, Quaderno A4, Supernote A6X, Leaf 2
Quote:
Originally Posted by Ertagon View Post
I have the need for it but not the time.
And I am not familiar with the Calibre codebase and API.

I am going to put out a reward for it.
I have looked into doing a calibre plugin but having PIP dependencies that require native module in calibre plugin seems very hard to manage.

So I discovered a calibredb command line tools also allow you to interact with calibre directly, so I built this: https://github.com/innocenat/comic-ebook-tools I built it only for my own use so the user need to know basic of command line to use it, but it help me a lot managing my comic library. Note that I have no need for MOBI generation so I didn't code that in.

(I built it quite some times ago but your comment remind me to put it on GitHub).
innocenat is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Comics/Manga full size images guyman KOReader 4 08-04-2021 03:22 PM
Getting images/comics on the Kindle DX without downsizing? nickmarino Amazon Kindle 4 06-25-2010 10:19 AM
commercial comics for e-readers? jukka Workshop 2 08-21-2007 04:51 AM


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


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