user3224237
user3224237

Reputation: 448

Read Exif thumbnail from JPEG file

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

Answers (1)

Massimo Callegari
Massimo Callegari

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

Related Questions