GPUImage3 icon indicating copy to clipboard operation
GPUImage3 copied to clipboard

Tone Curve Request

Open richhurst opened this issue 5 years ago • 2 comments

Hi,

I have an iOS project that uses GPUImage to load .acv files to manipulate images. I was just wondering if it would be possible to implement the Tone Curve feature in GPUImage3?

Thanks

richhurst avatar Dec 03 '19 11:12 richhurst

It should be possible to make this work, the problem was that I never ported across the original Objective-C logic for the tone curve input to Swift, so it consequently wasn't brought over to the new Metal version. It didn't help things that someone else contributed the original version, so I wasn't as familiar with how the core logic works.

It's on our list of filters to bring over, though.

BradLarson avatar Dec 03 '19 19:12 BradLarson

That would be awesome, I’m just worried that ios14 could be the end of OpenGL support as it’s been deprecated for a while now... thanks for the quick reply!

richhurst avatar Dec 03 '19 19:12 richhurst