Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion RawRefinery/application/dng_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ def to_dng(uint_img, rh, filepath, ccm1, save_cfa=True, convert_to_cfa=True, use


try:
t.set(Tag.DateTimeOriginal, rh.full_metadata['EXIF DateTimeOriginal'].values)
t.set(Tag.Make, rh.full_metadata['Image Make'].values)
t.set(Tag.Model, rh.full_metadata['Image Model'].values)
t.set(Tag.Orientation, rh.full_metadata['Image Orientation'].values[0])
Expand Down Expand Up @@ -198,4 +199,4 @@ def convert_color_matrix(matrix):
# Append the [numerator, denominator] pair to the result list
converted_list.append([numerator, denominator])

return converted_list
return converted_list