Skip to content

Commit b6790d5

Browse files
committed
Call dt_exif_img_check_additional_tags() in dt_imageio_open_libraw()
This function was called in rawspeed loading path only.
1 parent 25df54b commit b6790d5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/imageio/imageio_libraw.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -487,6 +487,8 @@ dt_imageio_retval_t dt_imageio_open_libraw(dt_image_t *img,
487487
img->buf_dsc.filters = raw->idata.filters;
488488
}
489489

490+
dt_exif_img_check_additional_tags(img, filename);
491+
490492
// For CR3, we only have Bayer data and a single channel
491493
img->buf_dsc.channels = 1;
492494

0 commit comments

Comments
 (0)