After looking for a way to limit the size of images being uploaded to a database, I found a recommendation here to use GetImageSize().
It works like a charm, but I've noticed that it simply returns "false" with files of more than about 200KB. Is this normal behaviour?