Taking pictures using camera and applying image filters to the picture But filters are taking time to apply on to the image

StackOverflow https://stackoverflow.com/questions/20638435

  •  18-09-2022
  •  | 
  •  

문제

Taking pictures using camera and applying image filters to the picture But filters are taking time to apply on to the image. filters are very slow. Anyone can suggest the less time taking filters.

I have implemented the filters using following link. https://github.com/esilverberg/ios-image-filters.

please suggest me the fastest way like Instagram filters.

도움이 되었습니까?

해결책

That's a very old repo. I suggest taking a look at GPUImage. All the effects are performed on the GPU, and as a result, are very fast... enough for filtering live video.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top