Implement DNG gain map for LibRaw

This commit is contained in:
Lawrence Lee
2023-12-17 14:45:03 -08:00
parent 20d3311931
commit f296991419
9 changed files with 248 additions and 122 deletions

View File

@@ -362,3 +362,7 @@ int CacheImageData::save (const Glib::ustring& fname)
}
}
std::vector<GainMap> CacheImageData::getGainMaps() const
{
return std::vector<GainMap>();
}