In my APP, user is going to upload an UIImage. But I need to make sure the image is larger than 50*50 and smaller than 400*400 pixels. How could I do that?
I found out for a certain UIImage object, CIImage Property has .Height, .Width and .bitsPerPixel properties and I'm not sure whether these are relevant. I noticed that all these properties are relate to bitmap, but I have no experience of bitmap.
Thank you in advance.