I'm on a NodeJS server
running parse server
and I send from my iOS app, the UIImageJPEGRepresentation
of an image, to a cloud function
call. What I want, is to retrieve the image dimensions, from my cloud function...
I've searched and searched, but without any luck!
Any ideas?