Merge branch 'dev' into metadata-exiv2
This commit is contained in:
@@ -685,7 +685,7 @@ Thumbnail* Thumbnail::loadFromRaw (const Glib::ustring& fname, eSensorType &sens
|
||||
int wmax = tmpw;
|
||||
int hmax = tmph;
|
||||
|
||||
if (ri->get_maker() == "Sigma" && ri->DNGVERSION()) { // Hack to prevent sigma dng files from crashing
|
||||
if ((ri->get_maker() == "Sigma" || ri->get_maker() == "Pentax" || ri->get_maker() == "Sony") && ri->DNGVERSION()) { // Hack to prevent sigma dng files from crashing
|
||||
wmax = (width - 2 - left_margin) / hskip;
|
||||
hmax = (height - 2 - top_margin) / vskip;
|
||||
}
|
||||
|
Reference in New Issue
Block a user