How to get the list of filter names in CIFilter class?

后端 未结 7 1769
感情败类
感情败类 2021-01-30 23:40

I am using the following code for exposure adjustment and its working. I need the filter names for sharpen, denoise, highlighs, color temperature, shadows, blur, etc.

         


        
7条回答
  •  囚心锁ツ
    2021-01-31 00:01

    I was writing to your earlier post link to all filters. I will repeat: link to all filters.

    And for example You need Blur effect. Blur is category and have 7 filters:

    • CIBoxBlur
    • CIDiscBlur
    • CIGaussianBlur
    • CIMedianFilter
    • CIMotionBlur
    • CINoiseReduction
    • CIZoomBlur.

    And etc..

提交回复
热议问题