Hi,
An ePUB content.opf file will often have a
element that contains an entry
something like
<itemref idref="cover" linear="no" />
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.