Re: Compose two image of type NSImage
Re: Compose two image of type NSImage
- Subject: Re: Compose two image of type NSImage
- From: Nathan Day <email@hidden>
- Date: Wed, 28 Aug 2002 18:14:24 +0930
Create a new NSImage, lock focus on it using [NSImage lockFocus], the
draw your other images into it using one of the composite or dissolve
methods of NSImage, the unlock focus of your destination image.
On Wednesday, August 28, 2002, at 03:34 PM, Uwe Schlosser wrote:
I am looking for some lines of code to compose two images of type
NSImage
and the new image should be of type NSImage too.
Thanks for any help !
Uwe
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
Nathan Day
http://homepage.mac.com/nathan_day/
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.