How can I dynamically size images to the size they were uploaded as?
This was a topic on the developer forums a couple weeks ago. This was MrNicNac's solution:
The solution is to use HttpService to query a server which has code with level enough to read a given image.
For instance, I'd use Python. I'd send a POST to my server with the desired image. Have python get that and just return the image size.