GPUImage icon indicating copy to clipboard operation
GPUImage copied to clipboard

AS3 framework for GPU-based image processing

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

Hi, Im trying to make a similar library for Android. It accepts ColorMatrix of 5x4 size , but the filters & effects here are not of that format. Could you...

For some reason when using _gpuImg.renderToBitmapData(_myBMPD) on a desktop it works fine, but running it on an iOS Device nothing is written to _myBMPD.

I found your library after looking for an AS3 solution for image processing, in a way similar to https://github.com/BradLarson/GPUImage/. My question is similar to this request: https://github.com/BradLarson/GPUImage/pull/354, in which I...