BradLarson / GPUImage

An open source iOS framework for GPU-based image and video processing
http://www.sunsetlakesoftware.com/2012/02/12/introducing-gpuimage-framework
BSD 3-Clause "New" or "Revised" License
20.22k stars 4.62k forks source link

how to blend a image which is pixeled with a new image #2495

Closed saran1985 closed 5 years ago

saran1985 commented 7 years ago

I have a live camera which captures the pixellate filter and i can see the effect on live camera.How can i blend this a image ,a small image which is to blended with each of the pixel of this image.Is it possible to blend for each pixel?I am using swift language. statueofliberty-resize- This is the original image pixeled image- this is pixeled image blended image with block-a block image is blended at each pixel of the pixeled image.

I have got the pixeled image.How to blend this block at each and every pixel of this image?