Use exiv2 for metadata handling
This commit is contained in:
@@ -60,9 +60,8 @@ PreviewImage::PreviewImage (const Glib::ustring &fname, const Glib::ustring &ext
|
||||
data = tpp->getImage8Data();
|
||||
}
|
||||
} else {
|
||||
rtengine::RawMetaDataLocation ri;
|
||||
eSensorType sensorType = rtengine::ST_NONE;
|
||||
tpp = rtengine::Thumbnail::loadQuickFromRaw (fname, ri, sensorType, width, height, 1, true, true);
|
||||
tpp = rtengine::Thumbnail::loadQuickFromRaw (fname, sensorType, width, height, 1, true, true);
|
||||
|
||||
if (tpp) {
|
||||
data = tpp->getImage8Data();
|
||||
|
||||
Reference in New Issue
Block a user