Ladoo / MyMatrix

MyMatrix - A powerful browser extension for Matrix authors and developers.
http://matrixusers.com/tools/mymatrix/
Other
8 stars 3 forks source link

Image metadata reader #59

Open nathancram opened 13 years ago

nathancram commented 13 years ago

After dragging and dropping an image detect the format of the image file and then read the header (mdata) and pull out information about dimensions and color depth among other things. If the EXIF data library is included gather any EXIF info from JPEG files.

This info could be displayed in a table below the image preview thumbnail.

maks commented 13 years ago

eg. a pure JS/XUL implementation: https://addons.mozilla.org/en-US/firefox/addon/fxif/

ababushkin commented 13 years ago

Wonderful thanks for posting that link. Will include this in the next release.