-
I have used this GpuImageView. I have tried to show Ic_launcher in that. I got image but transparent are converted into Black are. I have attached image here. How to remove this black transparent are …
-
when i set type of
gpuImageView.setScaleType(GPUImage.ScaleType.CENTER_INSIDE);
gpuImageView.saveToPictures("GUP_IMG", "IMG_" + new SimpleDateFormat("yyyyMMdd_HHmmssSSS").format(new Date()) …
-
Hi There...
I'm trying to have an activity with buttons that will toggle the input into the GPUImage filter chain between the live camera preview and a picked image. I see in the sample project that…
-
Hi,
is there something like the GPUImageMaskFilter on ios?
https://github.com/BradLarson/GPUImage/blob/master/framework/Source/GPUImageMaskFilter.m
trying to blend two images using a third one as an a…
-
异常定位:/Pods/GPUImage/framework/Source/GPUImageFramebuffer.m:156
-
https://github.com/triniwiz/nativescript-image-cache-it/blob/master/src/platforms/android/include.gradle#L11
```gradle
implementation 'jp.wasabeef:glide-transformations:4.1.0'
implementation 'jp.…
-
- [GPUImage](https://github.com/BradLarson/GPUImage)
- [Quartz 2D Programming Guide](https://developer.apple.com/library/archive/documentation/GraphicsImaging/Conceptual/drawingwithquartz2d/Introduct…
-
App crashes if I call
-> lookupFilter.lookupImage = PictureInput(imageName: "lookup2")
my XCode is 12.1 , device OS = 14.2
----------------- few lines from crash log ---------------
........…
-
-
I'm getting a crash reports related to `imageByFilteringImage:`, but I've never had GPUImage crash myself. The image is in a table view, and it's downloaded via AFNetworking. I only use GPUImage if …