daisy / daisy/ebraille

Inclusion of Non-Tactile images

Open
#206 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
HTML
Stars
27
Forks
7
PR merge metrics
No merged PRs in 30d

Description

Since tactile images can be in multiple formats (PDF, JPG, PNG, or SVG) there is no way based on file type alone to know if these images are visual images or tactile images. Reading systems will therefore treat any image the same and try to display it which could have various degree of success. With the advancement of AI image descriptions, a Reading System could instead of trying to display a visual image get an AI description and display that text instead of that image itself. Tactile images would just be displayed outright.

So if we don't ban the inclusion of visual images which could have some use-case in the future, we need a way to identify a tactile image verses a visual image.

Proposed Solution:
In the manifest, all images must be identified already, we could add an extra property indicating it is visual in nature for any visual image file. The default being if the property doesn't exist would imply it is tactile in nature. This way a Reading System would know ahead of time if the image should be rendered, ignored, or do some other advance AI processing.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.