Top "Gpuimage" questions

GPUImage is an open source iOS, macOS, and Linux framework for GPU-based image and video processing.

Xcode: Missing Info.plist key for NSCameraUsageDescription

After adding GPUImage to my Xcode project, my app is getting denied for Missing an Info.plist key for NSCameraUsageDescription. …

ios xcode gpuimage
Android: Sugar ORM No Such Table Exception

I am getting the No Such table exception when i am Using Sugar ORM with GPU image Android Library. I …

android sqlite gpuimage sugarorm
Value Conversion issue: Implicit conversion loses integer precision: 'NSInteger' (aka 'long') to 'int32_t' (aka 'int')

I have upgraded my Xcode version from 5.0 to 5.1 & started occuring below error in GPUImage Library GPUImageVideoCamera.m:301:54: Implicit conversion …

ios objective-c gpuimage xcode5.1
How do I animate in/out a gaussian blur effect in iOS?

For the whole iOS 7 feel, I want to apply a blur effect to a specific portion of the screen to …

ios objective-c cocoa-touch ios7 gpuimage
How do you add GPUImage to an iOS project?

I am trying to make a camera/photo app that will add a filter on an image. I have heard …

objective-c ios gpuimage
Using GPUImage to Recreate iOS 7 Glass Effect

I am trying to use the iOS 7 style glass effect in my glass by applying image effects to a screenshot …

ios image-processing mkmapview core-image gpuimage
Applying filters on a video file

I want to apply filters (effects) on a video file while the video is playing. I'm currently using @BradLarson 's (…

ios objective-c core-image gpuimage
"GPUImage.h" not found

I am trying to set up GPUImage in a project but I am not able to track down why I'm …

ios ipad frameworks header gpuimage
How to add external framework GPUImage framework?

I am developing iPhone application using iOS. I need to add GPUImage framework, i followed this url for adding purpose. …

iphone frameworks gpuimage
Value Conversion issue: Implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'int'

I just updated my Xcode's version to 5.1 and this error occurred. I'm using the GPUImage library. Here's a screenshot. Thanks …

iphone objective-c gpuimage ios7.1