mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 23:33:05 +04:00
Exif parsing for PNG files to support Exif orientation tag. Moved decoder specific Exif parsing to JPEG and PNG decoders, respectively. Issue 16579
This commit is contained in:
@@ -55,6 +55,11 @@ BaseImageDecoder::BaseImageDecoder()
|
||||
m_scale_denom = 1;
|
||||
}
|
||||
|
||||
|
||||
ExifEntry_t BaseImageDecoder::getExifTag(const ExifTagName tag) const
|
||||
{
|
||||
return m_exif.getTag(tag);
|
||||
}
|
||||
bool BaseImageDecoder::setSource( const String& filename )
|
||||
{
|
||||
m_filename = filename;
|
||||
|
||||
Reference in New Issue
Block a user