Best way to use CoreImage in a flipped view
Best way to use CoreImage in a flipped view
- Subject: Best way to use CoreImage in a flipped view
- From: Felix Franz <email@hidden>
- Date: Tue, 13 Dec 2005 11:42:14 +0100
I am using CoreImage for some image-processing, the outputImage needs
to be drawn
in a "flipped"-view. Unfortunately
CIContext>>drawImage:inRect:fromRect: seems to
ignore the fact that the original NSGraphicsContext is flipped.
I obtain the CIContext using [[NSGraphicsContext currentContext]
CIContext]. What is
the best way to use CoreImage in a flipped view? Maybe I am missing
some obvious
facts, but searching CoreImage Programming Guide for "flip" returns only
CIImage>>imageWithTexture:size:flipped:colorSpace: ...
Thanks in advance
felix
_______________________________________________
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