gomfunkel / node-exif

A node.js library to extract Exif metadata from images.
MIT License
581 stars 104 forks source link

Thumbnail Offset seems have 12 bytes shift #31

Open HolaMan opened 10 years ago

HolaMan commented 10 years ago

I have tested two image files from different camera. And I found the EXIF thumbnail offset seems not right, it's the 12 bytes backward to right position. I also open the image files in binary format, it seems it exactly 12 bytes backward.

After shifting 12 bytes and save into JPEG, it can be viewed normally. Anyone encounter the same problem as me?

Chris Chang

not-implemented commented 9 years ago

Same problem here.