-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
exif data support #30
Comments
Cool, I had done some preliminary work on (not exif) but displaying things in overlays on top of images and on the side (like face tags). I stopped because there was a bug in the underlying library that fussel uses for the image gallery and was waiting for them to fix it. However, this is definitely something I think that would be a great addition so once I sort out that blocking issue I will look at adding exif data for sure. Just to get the ball rolling, how do you see it working? A toggle in the cofig for whether it should be shown? or a context "show exif", or a side bar or something? Any suggestions for how that might be used would be great. PS most of the "work" is done in python, then just displayed in JS. Cheers |
Here is the ticket for reference, that has stopped me from doing much work in the area of context data overlays: #3 |
Very cool. Deinitely achievable. We could do it in one of two ways:
We could pick one, or have either/or working in the config. Right now the problem blocking me was less the exif part, and more that the drawing on the canvas was not working. I'm considering looking at a new JS gallery component to help with that. |
Hiya, I've tried out this project and it's the best fit so far for a simple photo gallery. I was just wondering if there's any plans for displaying EXIF data? I'm terrible at JS, else I'd offer assistance personally
Cheers
The text was updated successfully, but these errors were encountered: