简体   繁体   中英

How to achieve such kind of effect using CIImage

I want to achieve following kind of effects in CIImage [iPhone] :

  • Somewhat looks cartoonish
  • Muscles showing dark
  • And other adjustments

在此处输入图片说明

I suggest using a sharp or unsharp effect, and maybe a bit of posterize. Really though you should look this up yourself. Here's a good link... https://developer.apple.com/library/mac/documentation/graphicsimaging/reference/CoreImageFilterReference/Reference/reference.html

Also, i recommend using GPUImage... https://github.com/BradLarson/GPUImage

Hope this helps!!

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM