-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Add support for DNG files #1831
Comments
What if folks are using them for the wider dynamic range? Is it possible to pass DNG through as metadata-tagged TIFF (which internally, DNG is mostly just TIFF anyway)? |
Probably, I'm just unsure what people's goal are for using DNGs. Maybe this would be a good discussion to have on the forum before implementing it. |
From the Community posts and emails I've been involved with over the years about DNG, I summarize it like this: The folks that know they are using DNGs want them for the extra radiometric resolution and lesser processing/artifacting. The folks that don't know they are using DNGs just are taking whatever files and throwing them at WebODM and just expect it to work it out. |
Makes sense, thanks for the insight. We should then process these as 16bit TIFFs, otherwise there's no point. |
DNG files are a type of raw file supported by some DJI drones.
Using the
rawpy
(0.21.0) lib andexiftool
it should be trivial to convert them to JPEG prior to processing.The text was updated successfully, but these errors were encountered: