When sharing an image in an iPhone, we are given an opportunity to pick different sizes of an image - Small, Medium, Large, Original. And an opportunity of see the size in KB/MB along with each classification.
- Where does apple expose this code for users to leverage? I couldn't spot it in my searches in iOS docs.
- What are some tested & tried frameworks/methods available on GitHub or elsewhere that can emulate this behavior?
EDITED: I evaluated the solution posted by Brad Larson: UIImage: Resize, then Crop By confirming a decrease in size via the size measuring solution given below. Together they are a good fit.