Silence-GitHub / BBMetalImage

A high performance Swift library for GPU-accelerated image/video processing based on Metal.
MIT License
985 stars 126 forks source link

Can you create a vignette effect? #57

Closed JamesJunsungKim closed 4 years ago

JamesJunsungKim commented 4 years ago

I was looking for a way to create a vignette effect but I've been having bad luck so far.

I see that GPUImage has it and even GPUImage3 has it yet I have no idea how to convert it to a way BBMetalImage works.

Can you please consider adding it to the list of the built-in filters?

Thank you very much.

Silence-GitHub commented 4 years ago

Please try version 1.1.6 and use BBMetalVignetteFilter

JamesJunsungKim commented 4 years ago

checked that it works well.

Thank you:)