-
I have downLoaded your AmazingPhoto,but it won't work. can you help me ? The tip is Missing dependency target "GPUImage (from GPUImage.xcodeproj)
-
Hi,
I would like to ask how can I use this lib to manipulate image (brightness, contrast, etc..) as in the original `android-gpuimage` project. For example, I used to do this:
```java
mG…
-
**I was just doing something like this:**
Uri imageUri = ...;
mGPUImage = new GPUImage(context);
mGPUImage.setFilter(new GPUImageSobelEdgeDetection());
mGPUImage.setImage(imageUri);
mGPUImage.sa…
-
Hi,
I am using your library. Currently your implementation works fine but after regressive testing i am getting below exception. I am still unable to figure out original cause of this problem. Please…
-
Hi Brad and Red Queen
No pressure but just wondering if there will be continuing development of GPUImage 3? I've loved using GPUImage in the past but the shift to Metal looks essential. So this is a …
-
it seems that libgpuimage is not build in 1.3.0
i have no libgpuimage-library.so when using compile 'jp.co.cyberagent.android.gpuimage:gpuimage-library:1.3.0'
compile 'jp.co.cyberagent.android.gpuim…
-
I rarely receive a NPE during execution of `GPUImage.getBitmapWithFilterApplied()`. Hoped I had fixed it with commit 0c4334686246427166a805cd1fed03d66a07b110, but the problem still persists. I've foun…
-
![2018-10-09 11 28 13](https://user-images.githubusercontent.com/16470620/46645218-6f80d280-cbb6-11e8-9b20-367787a6e468.png)
-
因为 `LFLiveKit` 里已经集成了 `GPUImage`,所以不能再自己集成 `GPUImage`,但 `LFLiveKit` 的头文件 `LFLiveKit.h` 也没有将 `GPUImag` 的头文件曝露出来,目前我不知道应该如何调用 `LFLiveKit` 中的 `GPUImag`。
-
gpuImage.setVisibility(View.VISIBLE) not work