GPUImage2 icon indicating copy to clipboard operation
GPUImage2 copied to clipboard

Add ACV Support

Open efremidze opened this issue 7 years ago • 5 comments

I don't see any support for ACVs. - (id)initWithACV:(NSString*)curveFilename;

efremidze avatar Jul 08 '16 11:07 efremidze

Correct. That particular operation hasn't yet been ported over from the Objective-C code.

BradLarson avatar Jul 08 '16 14:07 BradLarson

Ill make a PR

efremidze avatar Jul 11 '16 17:07 efremidze

@efremidze Did you ever finish that PR? I need GPUImage in swift with ACV in one of my projects as well, and really don't want to use the ObjC lib with a bridging header :)

harmjanr avatar Mar 01 '18 09:03 harmjanr

I think using the objC version is a better choice. The Swift version lacks lots of functions and has stopped developing nor accepting PRs.

The objC version is old, needs bridging, but it works.

ShivaHuang avatar Mar 01 '18 10:03 ShivaHuang

@ShivaHuang We'll try that. Thanks!

harmjanr avatar Mar 01 '18 10:03 harmjanr