BradLarson / GPUImage3

GPUImage 3 is a BSD-licensed Swift framework for GPU-accelerated video and image processing using Metal.
BSD 3-Clause "New" or "Revised" License
2.68k stars 330 forks source link

Enable Sharpen operation, update README #135

Closed BradLarson closed 4 months ago

BradLarson commented 4 months ago

This enables the Sharpen operation.

While I was at it, I added in many of the missing operations into the README and updated some contact info there. I also cleaned up some Metal warnings.

Fixes #116