-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Attempts to display ePUB cover image as binary #204
Comments
Here's a fix. OK I'll do the best I can :
insert
This has the desired effect. But... it really needs to have EPUB's NCX functionality... |
I'll give it a look. Could you provide the epub as well so I could test it. Thanks! |
Hi Svetlin, I made this one. (Note it is just an experiment, based on a release It works on most other e-readers, but not with Albite. Here are more ePub things I would like improved (I could do the coding
Further down, at least on Symbian, the UI has some issues that could
That top bar replacement... does it work on any phones? Oh, and localization isn't working. My phone is German, but Albite is Cheers! On Mon, Aug 6, 2012 at 10:24 AM, Svetlin Ankov
|
Svetlin, Otherwise I would say Albite is the best at rendering complex text (mixed character sets, embedded images). |
Thanks so much! Stevan, I'd like to tell you that I'm going to address those issues in Albite 3. I'm happy to say that it also features a far cleaner code design. Meanwhile, you could have a look at the new book flipping interface and the new UI. Thanks! P.S. Thanks a lot for the analysis. |
Svetlin, To tell the truth, I only managed to build and install the Symbian version from Git. Regarding the main issue of this bug report, in my recent experiments, I'm finding very little agreement on the standards. The ePub standard clearly allows image content on the top level (with full MIME type), but several readers misinterpret it (others do fine though). I've also looked through some books that came with my iRiver reader, and found images always wrappered in HTML. (On that device, the Google reader displays SVG cover pages, but has a bug: it always closes the book when you navigate out of a raw SVG cover -- doesn't happen if it's JPEG. As I said, you're doing well-- the competition is mostly very buggy.) The best thing would be to allow for raw images or wrapped ones. |
I was talking about the demo videos on the provided links. I'll think about the cover images when I get that far. |
Hi,
An ePUB content.opf file will often have a
element that contains an entry
something like
The 'linear' attribute is meant to indicate that the item is not to be included in the
order of reading, and is used specifically to remove a book cover image from the TOC.
The current version ignores this attribute, and attempts to render the image as binary text.
Result is bad.
The text was updated successfully, but these errors were encountered: