You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We know that most images in EPUB files are probably decorative but missing the proper information to identify them as such (blank value for alt or using presentation/none in role).
Very long images (long-ish width, small height) for example are very likely to be separators. This was one of our proposals for detecting decorative images presented at DPS24 with @gautierchomel.
With the addition of the --inspect-images flag, we can now calculate the height and width of all images in an EPUB file.
Should we ignore these images automatically or when using a specific flag available on the manifest command? If so, which value(s) should we use in terms of ratio?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
We know that most images in EPUB files are probably decorative but missing the proper information to identify them as such (blank value for
altor usingpresentation/noneinrole).Very long images (long-ish width, small height) for example are very likely to be separators. This was one of our proposals for detecting decorative images presented at DPS24 with @gautierchomel.
With the addition of the
--inspect-imagesflag, we can now calculate the height and width of all images in an EPUB file.Should we ignore these images automatically or when using a specific flag available on the
manifestcommand? If so, which value(s) should we use in terms of ratio?(This relates to #18)
Beta Was this translation helpful? Give feedback.
All reactions