-
Notifications
You must be signed in to change notification settings - Fork 4
Description
Is your feature request related to a problem? Please describe.
Folks relying on screen readers may have difficulties viewing images. In browsers, screen readers solve this by reading the alt text of the image instead, but in the terminal the alt text is not actually exposed when the image is fully loaded.
What makes this even worse is that, unlike in a browser, you can't copy-paste an image from the terminal and prompt it with AI for a caption.
Describe the solution you'd like
Ink 6 recently added support for screen reader accessibility. I have not yet tested it but I believe ink-picture can integrate into this system by always displaying alt text when screen reader is detected.
Describe alternatives you've considered
People could take screenshot of the entire terminal window and give it to AI but this isn't very user friendly...
Additional context
Add any other context or screenshots about the feature request here.