Skip to content

Instantly share code, notes, and snippets.

@DavidGinzberg
Last active August 29, 2015 14:17
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DavidGinzberg/c92dc82a0d3e1bbac3e9 to your computer and use it in GitHub Desktop.
Save DavidGinzberg/c92dc82a0d3e1bbac3e9 to your computer and use it in GitHub Desktop.
An idea for creating accessible images (for visually impaired users) which contain their own embedded descriptions

#Summary

Create and implement a standard for embedding descriptive information (intended for visually impaired users and those using browsers or internet connections which cannot support images) in images without relying on additional html content to accompany them. The key component of this is that the descriptive information is embedded directly in the image file (though perhaps can also be requested independent of the file for limited/headless browsers which do not support images). First-guess techniques for embedding the information would be exactly those used by criminals and terrorists to steganographically hide data inside otherwise benign images (eg: coercing low-order bits in jpegs)

#Techniques by File Format

Jpeg

  • Nothing here yet

PNG

  • Nothing here yet

#Resources

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment