View Single Post
Old 08-09-2017, 07:48 PM   #31
slowsmile
Witchman
slowsmile ought to be getting tired of karma fortunes by now.slowsmile ought to be getting tired of karma fortunes by now.slowsmile ought to be getting tired of karma fortunes by now.slowsmile ought to be getting tired of karma fortunes by now.slowsmile ought to be getting tired of karma fortunes by now.slowsmile ought to be getting tired of karma fortunes by now.slowsmile ought to be getting tired of karma fortunes by now.slowsmile ought to be getting tired of karma fortunes by now.slowsmile ought to be getting tired of karma fortunes by now.slowsmile ought to be getting tired of karma fortunes by now.slowsmile ought to be getting tired of karma fortunes by now.
 
Posts: 628
Karma: 788808
Join Date: May 2013
Location: Philippines
Device: Android S5
@Hitch...I'm not really sure why you have to do such complex testing.

As far as I can see, two questions need to be answered:

* Does an epub image, formatted as KF8(as a percentage), display incorrectly on the old Kindle Previewer and on the new Kindle Previewer 3 eInk emulations?

* Does my plugin work on actual KF7 and KF8 devices?

First thing to prove is whether or not my plugin works or not and gives correct displays on actual KF7 and KF8 devices. If my plugin does work then this will make the next test much easier to prove.

Test on KP and KP3 only for proper KP7 emulation using both pixel values and % values:

* Run the test epub through the new plugin.

* Then remove the media query files from the bottom of the appropriate stylesheet.

* Remove the class declarations in from within the <img> tags on both the KF7 and KF8 image lines in the epub. Both images should be displayed on KF8. But only one image should be displayed on KF7 emulations(pixel image only) on KP and KP3.

* Test all outcomes only on KP and KP3 only.

If you want to vary the size of the % value, you can either do it manually in the html or you can change the base width value(fixed screen width value used in the % calculation). The base width value is inversely proportional to the % value. So if you increase the base width value to 1000 then the displayed image will be smaller. If you decrease the base width value then the displayed the image size will increase.

This test will prove whether the both KP eInk emulations are correct or not for images formatted with % values.

Last edited by slowsmile; 08-09-2017 at 08:38 PM.
slowsmile is offline   Reply With Quote