GPUImage icon indicating copy to clipboard operation
GPUImage copied to clipboard

An open source iOS framework for GPU-based image and video processing

Results 111 GPUImage issues
Sort by recently updated
recently updated
newest added

Hi (noob question alert), Im a complete newbie when in comes to glsl etc. Now i have a project to implement in webgl and would like to port these https://github.com/KimDaeWook/GPUImage-Instagram...

for avoid `[access] This app has crashed because it attempted to access privacy-sensitive data without a usage description. The app's Info.plist must contain an NSCameraUsageDescription key with a string value...

i am using Gpuimage filter for apply filter to video. below is my code for brightness filter. video is saved sometime but most of the time movieWritter unable to complete...

```swift class MyViewController: CameraBaseViewController { var writer: GPUImageMovieWriter override func pauseRecording() { writer.isPaused = true } override func resumeRecording() { writer.isPaused = false } } ``` Recording video and audio...

Hi all, when I use rawDataOutput with any resolution below 1920x1080, the live image on the screen looks fine. However, when I select AVCaptureSessionPreset1920x1080 then the screen shows a messed...

I saw when my app using GPUImage it drain battery very fast, So how can i save battery when using this. I using GPUImage to make filter live time when...

How to customize filters using color matrix?

Hi . I am using GPUImage. When applying a look-up filter to an image with alpha effects, can you maintain the alpha effect? When I use it, an image with...

Hello Team GPUImage , @BradLarson currently I'm facing memory issue, where whenever I am going to implement any filter on a video having a size around 60 to 80mb or...