![]() |
#16 |
Guru
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 727
Karma: 10215666
Join Date: Jul 2017
Device: Boox Nova 2
|
Just a reminder that OP said graphic novel/comic and for that fixed layout EPUB 3 is 100% the correct choice. Reflowable would be a very bad experience in that case.
You could also make high quality PNGs of the images and try Kindle Comic Converter (it can make EPUBs despite the name) if you're having trouble with CSPs output. |
![]() |
![]() |
![]() |
#17 | |
Bibliophagist
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 29,213
Karma: 130033821
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Forma, Clara HD, Lenovo M8 FHD, Paperwhite 4, Tolino epos
|
Quote:
Code:
<style type="text/css" title="override_css"> @page {padding: 0; margin:0;} body { text-align: center; padding:0; margin: 0; } </style> </head> <body> <div> <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="100%" height="100%" viewBox="0 0 1000 1500" preserveAspectRatio="xMidYMid meet"><image width="1000" height="1500" xlink:href="../Images/image000.jpeg"/></svg> </div> Note that this snippet is set for a 1000x1500 image which will have a left/right border on an eInk 3x4 aspect ratio screen. A 1125x1500 image would fit the screen aspect ratio. |
|
![]() |
![]() |
![]() |
#18 | |
Junior Member
![]() Posts: 9
Karma: 10
Join Date: Jun 2023
Device: none
|
Quote:
![]() |
|
![]() |
![]() |
![]() |
#19 | |
Junior Member
![]() Posts: 9
Karma: 10
Join Date: Jun 2023
Device: none
|
Quote:
![]() |
|
![]() |
![]() |
![]() |
#20 | |
Bibliophagist
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 29,213
Karma: 130033821
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Forma, Clara HD, Lenovo M8 FHD, Paperwhite 4, Tolino epos
|
Quote:
I've attached a simple ePub 3 file so you can take a look at the setup. Code:
<?xml version="1.0" encoding="utf-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <title>Image Testing</title> <style type="text/css" title="override_css"> @page {padding: 0pt; margin:0pt} body { text-align: center; padding:0pt; margin: 0pt; } </style> </head> <body> <div> <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="100%" height="100%" viewBox="0 0 1000 1500" preserveAspectRatio="xMidYMid meet"><image width="1000" height="1500" xlink:href="../Images/image.jpeg"/></svg> </div> </body> </html> |
|
![]() |
![]() |
![]() |
#21 | |
Grand Sorcerer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 27,009
Karma: 190527614
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
|
Quote:
|
|
![]() |
![]() |
![]() |
Thread Tools | Search this Thread |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Error Adding Book Bought Through iBooks Store | t357021 | Library Management | 4 | 04-03-2018 05:32 AM |
What dimension should I use if I am submitting my ePub to BookBaby? | krausj | ePub | 16 | 08-23-2013 09:52 AM |
Help with Apple error - ERROR ITMS-9000: ".epub: wrong namespace in filename.epub fil | muzammil | ePub | 1 | 11-30-2012 05:25 AM |
Submitting apps to Amazon App Store | Utumno | Kindle Developer's Corner | 0 | 01-04-2012 05:17 AM |
Android Android news stumbles upon not-yet-released Amazon Android App store | sarah11918 | enTourage Archive | 7 | 03-22-2011 01:07 PM |