CoreImage display
CoreImage display
- Subject: CoreImage display
- From: Yorh <email@hidden>
- Date: Fri, 1 Sep 2006 16:05:50 +0200
Hi to all,
I'm trying to use CoreImage API for a small test app.
I read the image from hd using CIImage imageWithData: method, after
it I have to insert another image in a certain position of the first
one and then show the result on the screen.
I know that I can use Core Image in order to paste one image on
another one, but after it how can I display the result on NSImageView?
I think I have to convert CIImage to NSImage and than use the normal
method setImage: to display it, but I really don't know how.
I read already the doc on the web but there isn't any sample about it
and the example codes in dev tools does too much for my needs.
Anyone has some idea?
Thank you all
Yorh
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden