GPUImage2
GPUImage2 copied to clipboard
GPUImage 2 is a BSD-licensed Swift framework for GPU-accelerated video and image processing.
For some reason using the following crashes randomly: > malloc: *** error for object 0x2838d17e0: pointer being freed was not allocated This is my code : ```swift node.imageModificationBlock = {...
Hi, I am playing around with the chroma key filters. I have an image with a green screen background and I am trying to isolate the minion. This works well...
I run the source code of "SimpleVideoRecorder" example on my iphone 6 plus (iOS12.4.7), and keep meeting the following message. `Problem appending pixel buffer at time: CMTime(value: 137283152916500, timescale: 1000000000,...
Is there an easy way to get a posterized effect with user defined color palette?
I have issues with gpuimage 2 when i build my project on my iphone (xs max - ios 13.3.1). App cracked with error in the picture. Can anyone help me...
I’m wondering if you have any suggestions on implementing the audio in the MovieInput.swift class. I see on Line 29 in the MovieInput class you have left a TODO there....
HI I am using GPUImage2 for Light box photography. I am using below filter in series input --> brightnessFilter --> exposureFilter --> output exposureFilter - for white background but my...
I have some images in a sqlite database. I read the raw-data from those images, and not I'd need to composite them. So place one image an certain coordinates and...
As the title, how to remove only one target, not remove all targets? Thank you!