Hi All,
I'm wondering about that, i have seen into many sites describing that Core Image filters on Iphone doesn't support by Apple. But i have seen Core image filter in Core Animation example page on the Apple developer site. just look at here Iphone OS Refference Library, you will see that example on this page
CIFilter *filter = [CIFilter filterWithName:@"CIBloom"];
[filter setDefaults];
[filter setValue:[NSNumber numberWithFloat:5.0] forKey:@"inputRadius"];
Any description for that would be appreciated.
Thank you