yackle / CLImageEditor

MIT License
2.21k stars 573 forks source link

Custom Effects #84

Closed Tippit closed 9 years ago

Tippit commented 9 years ago

I have create a new class from CLEffect to implement a tool to blend two image, i would like the user to open photo library to select an image or take one with camera and blend it with the one opened in Editor.

My question is: from where (in code) can i make a call to UIImagePickerController?

is it from CLEffect, CLEffectBase or CLEffectTool.

Please help

yackle commented 9 years ago

I do not know because it is not tried. I think from your custom effects maybe.