content « quartz « Java Enterprise Q&A





1. Using the contents of an array to set individual pixels in a Quartz bitmap context    stackoverflow.com

I have an array that contains the RGB colour values for each pixel in a 320 x 180 display. I would like to be able to set individual pixel values ...

2. Display NSView content as image input on a Quartz Composition    stackoverflow.com

I am running a Chipmunk simulation on a NSView named ActionView; I want to display the simulation (balls falling) on a Quartz Composition. Right now I have a QCView that loads a composition ...