thekid / dialog

Dialog photoblog
2 stars 1 forks source link

Show EXIF meta data along with images #11

Closed thekid closed 1 year ago

thekid commented 1 year ago

Example:

Example

Data structure:

{
  "images": [
    {
      "name": "20220726_181534288_iOS.jpg",
      "modified": 1664662659,
      "meta": {
        "width": "4032",
        "height": "3024",
        "dateTime": "2022-07-26T20:15:34+02:00",
        "make": "Apple",
        "model": "iPhone XS",
        "apertureFNumber": "f/1.8",
        "exposureTime": "1/50",
        "isoSpeedRatings": "125",
        "focalLength": "17/4",
        "flashUsed": ""
      },
      "is": {"image": true}
    }
  ]
}
thekid commented 1 year ago

Released in https://github.com/thekid/dialog/releases/tag/v0.8.0