cats-oss / android-gpuimage

Android filters based on OpenGL (idea from GPUImage for iOS)
9k stars 2.27k forks source link

GPUImageTransformFilter #199

Open puelocesar opened 9 years ago

puelocesar commented 9 years ago

Is there any way to apply geometrical transformations to a image using this android-gpuimage, something like GPUImageTransformFilter on original GPUImage?

I would like to do something like:

 image1 -> transform \
                       -> blend
              image2 /
jonan commented 9 years ago

Any luck with this @puelocesar? I'm trying to do the same thing but can't figure out how.

puelocesar commented 9 years ago

Got it from here: https://github.com/leonrd/android-gpuimage/commit/2f63e5506d6138c015d92e7dbc62e3c4d3de7c5a

jonan commented 9 years ago

Thanks a lot for the info @puelocesar, I've been using that fork for a few days and It's really useful. I'm trying to get some of the features merged into the official repo so everyone can take advantage of them.