Implement DNG bad pixels constant for LibRaw
Works if the FixBadPixelsConstant is zero, as implemented for dcraw. Other constant values may be implemented in the future.
This commit is contained in:
@@ -362,6 +362,16 @@ int CacheImageData::save (const Glib::ustring& fname)
|
||||
}
|
||||
}
|
||||
|
||||
std::uint32_t CacheImageData::getFixBadPixelsConstant() const
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
bool CacheImageData::hasFixBadPixelsConstant() const
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
std::vector<GainMap> CacheImageData::getGainMaps() const
|
||||
{
|
||||
return std::vector<GainMap>();
|
||||
|
Reference in New Issue
Block a user