BradLarson / GPUImage2

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

GPUImageToneCurveFilter equivalent? #249

Closed jhrasco closed 6 years ago

zubco commented 6 years ago

@jhrasco ToneCurveFilter not implemented yet. But as a workaround you can use LookupFilter. Create a lookup image in Photoshop, instead of exporting ".acv" tone curves file.

Hope this helps, Cheers.

jhrasco commented 6 years ago

@zubco It helps. Thank you for the quick response. Cheers.