sambecker / exif-photo-blog

Photo blog, reporting 🤓 EXIF camera details (aperture, shutter speed, ISO) for each image.
https://photos.sambecker.com
685 stars 108 forks source link

Handling non-EXIF data..... #43

Closed tony-bologna closed 6 months ago

tony-bologna commented 7 months ago

Great work on the template and architecture going on in your code! I've been wanting to show off some digital art on the photo blog. A lot of the digital art that I have does not have EXIF data or its just plain irrelevant. I know this basically contradicts how you've structured the way your code handles image data but assuming I am NOT navigating the EXIF data (which btw is very impressive how you reverse engineered it), is there a way in the ENV to turn off showing ALL EXIF data? Or will I have to basically re-engineer the website and delete the instances of exif data?

sambecker commented 7 months ago

Thank you so much! What information would you like to display? Just title and date?

tony-bologna commented 7 months ago

The title, date, and tags are what I'd display yeah

sambecker commented 6 months ago

This can now be configured by setting NEXT_PUBLIC_HIDE_EXIF_DATA = 1