Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 379 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 379 Bytes

getExifThumb

Get image thumbnail from exif data from jpg files. It's very fast because it doesn't load the entire file to extract the thumbnail, only the first 50k. In tests with a second-generation i3 computer, it was able to extract and render on the screen at 50 to 100 thumbnails per second.

Example

https://maper77.github.io/getExifThumb/

Use

See Example code...