DLCImagePickerController
DLCImagePickerController copied to clipboard
ImagePickerController with live filters, radial blur and more. Brought to you by Backspaces.
In 'DLCImagePickerController.m', the 'viewDidLoad' contains the following deprecated code: self.wantsFullScreenLayout = YES
No visible @interface for 'GPUImageOutput' declares the selector 'imageFromCurrentlyProcessedOutputWithOrientation:'
croppedImage is gone. What's the replacement?
Hey, Thanks for this code ! I just have an memory issue... when I take a picture with ou without filter and I close the controller, dealloc is called but...
-Added AutoLayout Constraint for effects Viewer Signed-off-by: Wil Ferrel [email protected]
Cherry picked both previous pull requests and merged. Fixed up the autolayout constraints. Also changes the target to iOS 6.0 and above.
1.Fixed the crash bug in iPad.
Hi, I believe there is a difference between the code on Github and the Pods (DLCImagePickerController 0.0.1). When will the pods be updated? Thank you.
Right now we use the filter output, but this could be optimized. I changed to code so that the camera wouldn't be running while capturing and then loading the full...