Advertisement
Guest User

Untitled

a guest
Jan 24th, 2017
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. Relies upon PIL to parse the initial JPEG structure and then does its own TIFF/Exif parsing
  2. because PIL's isn't up to dealing with the "full" Exif structure; looks like it gives up after
  3. IFD0.
  4.  
  5. Only tested with the V1 camera module, but I expect it'll work with either model. There's lots
  6. of stuff in here which isn't as efficient as it could be and a fair bit of cruft, but it's
  7. only a demo :)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement