GPUImage3 icon indicating copy to clipboard operation
GPUImage3 copied to clipboard

GPUImage 3 is a BSD-licensed Swift framework for GPU-accelerated video and image processing using Metal.

Results 93 GPUImage3 issues
Sort by recently updated
recently updated
newest added

Hi, I try to add some noise overlay to an image with the following: var picture = PictureInput(image:UIImage(named:"IMG_3331.jpg")!) var blendImage = PictureInput(image:UIImage(named:"Noise.jpg")!) let opacityFilter = OpacityAdjustment() let blendFilter = OverlayBlend()...

This isn't an issue, but more of a question. Is there a way to attach the GPUImageFilters to a running AVCaptureSession?

Hello! Is there anyway I can apply these open source GLSL transitions (https://gl-transitions.com) between videos using GPUImage? If not does anyone know how I could apply transitions between videos on...

Can anyone please guide me through implementing GPUImageSkinToneFilter using this GPUImage3 framework. Thanks in advance.

Using the framework by the Swift Package Manager result in a build error on Xcode 11 (but probably also on Xcode 10.2). The reason is because in the Package.swift, line...

xcode 11 ios 13 iphone 6s plus xcode 11 have a tool, we can set the device‘s thermal state, when I set the thermal state to critical, the performance is...

During the upgrade to GPUImage3 from GPUImage2, the ability to modify the orientation of the camera was removed. I need to be able to do this, and have tried by...

I test the AmatorkaFilter and MissEtikateFilter on Iphone 6 iOS 9.3.1 but the result image was strange as below image. When I tried to test on Iphone 6 iOS 12.0...

Hi Brad, I noticed a "bug" in Apple's metal, that appears to only effect iPhoneXs (probably iPhoneXr) and possibly iPhoneX, (those newer CPU/GPU chips) (I'm sure Apple will not call...