happens (sometimes) when the image was edited somehow in an editing program, and
the program forgot to append the original EXIF data to the exported
image.
This is why I've changed the way the size (x, y) of an image is
acquired. Instead of looking at the EXIF data, I'm using a module that
actually READS the size from the image. Kudos to the author.