Re: Merging 3 JPG images into one panoramic image
Re: Merging 3 JPG images into one panoramic image
- Subject: Re: Merging 3 JPG images into one panoramic image
- From: Nick Zitzmann <email@hidden>
- Date: Wed, 24 Sep 2008 18:26:04 -0600
On Sep 24, 2008, at 5:25 PM, Paul Brown wrote:
So my question is this: How easy would this task be for a total n00b
at
Cocoa and Objective-C programming?
Easy, and you don't need CoreImage for that.
If y'all think it is a simple task, could
someone provide me with perhaps some high-level guidance to get me
started
in the right direction?
Create a new NSImage with three times the width of each image, lock
focus on the image, composite each sub-image into the appropriate
point in the final image, and unlock focus.
Also, would this potentially noticeably damage my
images due to JPG artifacts?
Only if the final image is being saved as a JPEG or in some other
lossy format.
Nick Zitzmann
<http://www.chronosnet.com/>
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden