Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there any sample code to read thumbnail from Jpeg exif header?

I am writing application using c++, in windows.

I want to get a thumbnail from jpeg, without decoding the whole image. How Can I read thumbnail from jpeg exif header? Can any one offer me a some sample code?

Many thanks!

like image 281
user25749 Avatar asked Oct 27 '22 02:10

user25749


1 Answers

Unsurprisingly the library is called libexif has win32 port, and there is sample code for reading thubnail from file

like image 62
greg Avatar answered Oct 30 '22 00:10

greg