I need to resize an UIImage and save it on my app file system,
I can resize the image
or just show it with a smaller cgrect for the frame,
but how can i save this newly resized image on my app file sys?
thanks!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Assuming your image is called image
Forgot to mention, you can change the
to save it somewhere else.