Reputation: 448
Is it possible to access the Exif thumbnail of a JPEG file using only Qt 5.8 functionality and not an external library?
Upvotes: 0
Views: 883
Reputation: 2107
I think you need to import the old Nokia times sources when there was a Qt Extended module, with classes like QExifImageHeader, which had a thumbnail() method. See also QTBUG-9414
Upvotes: 1