Skip to content

Commit

Permalink
RAF: Copy comment from embedded JPEG image
Browse files Browse the repository at this point in the history
(cherry picked from commit c493e38)
  • Loading branch information
cytrinox authored and mergify[bot] committed May 19, 2023
1 parent 0b5066c commit 414bff1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/rafimage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,7 @@ void RafImage::readMetadata() {
xmpData_ = jpg_img.xmpData();
exifData_ = jpg_img.exifData();
iptcData_ = jpg_img.iptcData();
comment_ = jpg_img.comment();
} catch (const Exiv2::Error&) {
}

Expand Down

0 comments on commit 414bff1

Please sign in to comment.