I have a CIImage and I am trying to draw lines on mouse drag along the path. Can I do that ?
I building an app for mac, and I am new to Core Image.
|
I have a CIImage and I am trying to draw lines on mouse drag along the path. Can I do that ? I building an app for mac, and I am new to Core Image. |
||||
|
|
|
You need create a graphics context first and then retrieve your image from that. Here's a link that will answer your question. It's for the iPhone but Mac and iPhone are very similar. |
|||
|
|