GPUImage2 icon indicating copy to clipboard operation
GPUImage2 copied to clipboard

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

Results 103 GPUImage2 issues
Sort by recently updated
recently updated
newest added

Hi @BradLarson , Thanks for the awesome lib. I have used **GPUImageBeautifyFilter** in GPUImage. Now I want to use same in GPUImage2. If there is any class already present to...

Everything working nice until closing application and removing it from background then you cannot reopen the app because app immediately closing.

Hi all, So I've been trying to add the equivalent of a gif on top of a pre-existing video since last week to no avail (or more like I can...

Hi. I'm using gpuimage2 but there is difficult problem. i was tried to solve the problem over 3month but i can't possibly understand it. following is my code in **CameraViewController**...

Hi everybody, I am keep having the crash when resampling image. I debugged down the line that gives error: Base/OpenGLRendering.swift :207 glCheckFramebufferStatus returns 36054 status and cause the fatal error...

**Here is my code.** ` let renderView = RenderView(frame: view.bounds) renderView.backgroundRenderColor = Color.white renderView.fillMode = .stretch view.addSubview(renderView) let pictureInput = PictureInput(image: UIImage(named: "hehe.jpg")!) let histogramEqualization = HistogramEqualization(type: .green) pictureInput -->...

I'm trying to swap filters on a movie input that is currently playing. My starting point was the FilterShowcase example, except a I created a collection view with a subset...

HighPassFilter works for Videos but not Photos. Reproduction steps: 1. Open SimpleImageFilter sample project. 2. Replace line 16 SmoothToonFilter() with HighPassFilter() 3. Run project and observe failure. Terminates due to...

I have a problem when I try to play movie (1028 × 956) from GPUImageMovie in GPUImageView. Corrupted picture is shown. I have no problem when I work with videos...