This repository was archived by the owner on Sep 8, 2021. It is now read-only.

Description
When loading some jpg images, the dimensions returned are wrong. After looking into it it seems like images that are encoded as JFIF work fine but images encoded as EXIF which a lot of cameras use doesn't work.
Im trying to write a fix for this but I figgured I should report the issue here in case someone else runs into the same problem
Edit: Looks like @tdryer has already implemented exif parsing as discussed in #1. Is there a reason that it hasn't been merged yet?