开发者

Add Noise CIFilter

开发者 https://www.devze.com 2023-03-01 17:11 出处:网络
Is there any CIFilters that have a similar effect to the Photoshop \"add noise\" filter开发者_运维百科?You can use CIRandomGenerator in combination with some blend filter (addition, screen or whatever

Is there any CIFilters that have a similar effect to the Photoshop "add noise" filter开发者_运维百科?


You can use CIRandomGenerator in combination with some blend filter (addition, screen or whatever). Total effects chain should be:

  • Generate noise map
  • Blend it with the source
  • Crop to original extent

Also, it could be useful to prepare own noise texture and write something like random generator using CIAffineTile filter with a transform that translates the image randomly.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号