Quote:
Originally Posted by resolfe
One more question:
I tested some of the output profiles.
What I find strange is, that if I use the "kindle output profile" the images look bigger in the "calibre viewer" than when I use the "tablet output profile".
Since I use images with 600px width and the "kindle output profile" is downsizing images to 525px, it should be the other way around...
Is there an explanation for that?
|
I am getting a bit confused with the image style after conversation from docx to epub&mobi.
As I said my original images in the docx-file have a width of 600px.
Using the "inspect" function in the calibre ebook-viewer I geht the following infos about the images after the conversion:
Conversion to MOBI:
using tablet output profile:
Code:
img[Attributes Style] {
height: 326px;
width: 488px;
}
using kindle output profile:
Code:
img[Attributes Style] {
height: 416px;
width: 622px;
}
Conversion to EPUB:
u
sing tablet output profile:
Code:
.calibre6 {
height: 178pt;
width: 266pt;
}
u
sing kindle output profile:
Code:
.calibre6 {
height: 178pt;
width: 266pt;
}
This makes no sense to me.
(As I said, the original image is 600px wide.)
I thought that by using the tablet output profile, calibre would not do any image resizing and by using kindle ouput profile images will be resized to 525x640px.
This is not matching whit my results above.
What is the problem? Am I doing something wrong?
How can I just keep the same image size in the MOBI/EPUB as it is in the original doc-file?