How to save a stretched image ?
Posted
by shivang
on Stack Overflow
See other posts from Stack Overflow
or by shivang
Published on 2010-01-07T22:55:22Z
Indexed on
2010/03/19
8:01 UTC
Read the original article
Hit count: 124
iphone
|iphone-sdk
Hi,
How can I save a stretched image?
I have a small(50 X 50) image, that I have stretched while displaying it on a UIImageView (by choosing scaletofit mode.) Now I need to fetch & save that stretched image. I have tried by using UIImageView's image property, but it gives me original image not that stretched image.
So, do you have any idea how to solve this problem? If then please help me or guide me or at-least give me a hint.
Hoping for your reply.........
Thanks
© Stack Overflow or respective owner