iOS: Feather with glow/shadow effect on uiimage

后端 未结 2 721
野性不改
野性不改 2021-01-06 05:03

I am trying to find a way to apply feather effect with shadow around the UIImage, not UIImageView I have in iOS, I couldn\'t find any perfect solut

2条回答
  •  南笙
    南笙 (楼主)
    2021-01-06 05:38

    I suggest looking at this CIFilter list put out by apple, they got some pretty decent filters.

    • /reference/CoreImageFilterReference

    And also check out GPUImage.

    • https://github.com/BradLarson/GPUImage

提交回复
热议问题