Is there an expected UTI or filename extension for generated Core Image filters exported using CIFilterGenerator's writeToURL:atomically:
method?
Asked
Active
Viewed 78 times
0

Peter Hosey
- 95,783
- 15
- 211
- 370
1 Answers
1
Yes, extension ".cifilter".
If you save one of these out to /Library/Graphics/Image Units/, it'll get picked up if it has that extension.

Ken
- 12,933
- 4
- 29
- 32