Reputation: 1749
I'm making by myself an ePub book. In this book I put some screenshot as a PNG image inside an XHTML page. So in the content.opf I referenced the XHTML page...
Until few days ago it worked: the XHTML with PNG image was showed.
Now I see only a blue question mark at the place of the PNG image preview. But if I double tap onto the question mark, the preview correctly shows the PNG image.
This happens in IBooks and Stanza, but not in GoodReader and others eBook readers...
An tips?
------------------ EDITED ------------------------
Every PNG is ~200Kb and its dimension is ~2500x2500 with 300 dpi.
I don't know if thew problem is the dimension or the image format.
Upvotes: 1
Views: 3043
Reputation: 4929
It doesn't work for me. It's strange. I have used the same image on page one, it works. Then I use the same image again a few pages later, it no longer works. There's just a small picture displayed with a question mark inside.
I am using tex4ebook
to generate the ePUB.
Upvotes: 0
Reputation: 7143
Well, your images are too big for a start. Apple state that the maximum pixel size of an image on a page is 2 million pixels. So 6.25 million pixels might be a bit of a problem.
Upvotes: 2