View Single Post
Old 09-03-2022, 10:55 AM   #17
jhowell
Grand Sorcerer
jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.
 
jhowell's Avatar
 
Posts: 7,094
Karma: 92190113
Join Date: Nov 2011
Location: Charlottesville, VA
Device: Kindles
Quote:
Originally Posted by Turtle91 View Post
I know that was true at one time, but according to the current Image Guidelines they encourage SVG use:
...
Have you seen kindles still having problems in recent testing???
Personally, I would avoid SVG images when publishing on Amazon for Kindle. The main reflowable Kindle formats each handle SVG differently.

MOBI does not support SVG at all, so for the oldest Kindles the images will be missing unless media queries are used to provide a rasterized image fallback.

KF8 handles SVG fairly well as far as I know. There may be limitations due to the KF8 renderer being essentially frozen for the last ten years.

KFX, which is the format most readers will experience, only does so-so with SVG. During conversion to KFX format SVG images are rasterized and converted to JPEG. So the rendering of detail you would expect from SVG is lost. This is especially noticeable in a zoomed-in image. Also, the conversion does not take into account the fonts present in the book so if the SVG image includes text only generic fonts will be used.
jhowell is offline   Reply With Quote