Folks --
I am still in composer 2.1 An upgrade to OS and QC will not be done until after thankgiving ( Nov 25 or so ). That is after the end of my academic quarter and I will have submitted my project for grading.
Background:
I have read thru the haze filter example that apple gives for writing your own filters. Its pretty thorough. I can see how to type code into a core kernel file - I have been doing that for a lot of bits and pieces on this project. However the example seems to be saying that I type code into a number of other files.
One example - the output method:
- (CIImage *)outputImage |
{ |
CISampler *src = "" samplerWithImage: inputImage]; |
|
return [self apply: hazeRemovalKernel, src, inputColor, inputDistance, |
inputSlope, kCIApplyOptionDefinition, [src definition], nil]; |
} |
Would someone tell me what file i need to type this into? and how to compile? That part is missing from the tutorial and I am new to this environment. My normal home Is UNIX.
Help is appreciated.