-
Notifications
You must be signed in to change notification settings - Fork 11
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 viewer #46
Comments
I think so, but the folks at BinaryBuilder would surely be able to give you a more authoritative answer. Since EXIF seems derived from TIFF, I suspect we could also do this in native Julia by leveraging our amazing TiffImages.jl. (CC @tlnagy) |
Not exactly as far as I could tell; EXIF metadata can be obtained in JPEG (not JPEG 2000), TIFF, and also PNG according to https://en.wikipedia.org/wiki/Exif. But having each IO background to support its own format via something like I have little knowledge (or interest, or time) in photographic images so I leave this as a GSoC project in JuliaLang/www.julialang.org#1532 in case there are brave new mind who wants to explore this. |
This is my understanding as well, but I'm no expert on EXIF. Looks like you could re-use a lot of the architecture from EDIT: Looks like I already have a bunch of EXIF tags supported in |
A shortcut might be to write another julia wrapper for https://github.com/libexif/libexif. I'm not sure whether LGPL license will be an issue, can we license the wrapper package, say, EXIFViewer.jl, with MIT license?
The text was updated successfully, but these errors were encountered: