iPhone: How to Maintain Original Image Size Thoughout Image Edits

Posted by maddy on Stack Overflow See other posts from Stack Overflow or by maddy
Published on 2010-03-08T12:46:27Z Indexed on 2010/03/08 18:06 UTC
Read the original article Hit count: 305

hi,

I am developing an iPhone app that resizes and merges images.

I want to select two photos of size 1600x1200 from photo library and then merge both into a single image and save that new image back to the photo library.

However, I can't get the right size for the merged image.

I take two image views of frame 320x480 and set the view's image to my imported images. After manipulating the images (zooming, cropping, rotating), I then save the image to album. When I check the image size it shows 600x800. How do I get the original size of 1600*1200?

I've been stuck on this problem from two weeks!

Thanks in advance.

© Stack Overflow or respective owner

Related posts about iphone

Related posts about iphone-sdk