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

Hello, Thanks for the awesome libraries, they are really helpful. I am finding it it little difficult to convert an image (could be coloured , B&W or grayscale) to a...

## When I use example iOS SimpleVideoFileFilter to add filter, I find movie cannot be create. I output error: ### Error Domain=AVFoundationErrorDomain Code=-11800 "The operation could not be completed" UserInfo={NSUnderlyingError=0x7fde9371c6f0...

The build breaks because there's a GPUImage.h in /Source/ and /Source/Mac/. I added GPUImage.h to the exclude list in the podspec file and then it worked fine.

Hello, Now I am making a simple image filtering app in swift and I want to filter it to a cartoon image. I have already import GPUImage and Filter Button....

I am using filters to filter a local video on the iOS device. When i export that video and save it to the phones camera roll it no longer has...

I want to read Hald clut image for colour correction. I found this article http://www.quelsolaar.com/technology/clut.html but it is using 3D texture to read data from clut image but i want...

Hi @BradLarson , I need to caculate a color average value for full frame image everytime.So using GPU , I found it is very difficult to do, and I read...

This will fix crash on iOS 12 and 13

Hello @BradLarson , I have found a repo that port your library to use with android projects the link is at the end if you want to check out, However...

`- (void)addFilter:(GPUImageOutput *)newFilter; { [filters addObject:newFilter]; self.initialFilters = @[filters[0]]; [self.terminalFilter addTarget:newFilter]; self.terminalFilter = newFilter; }`