Hi I would like to try sketch effect on photos using Brad Larson's GPUImage
sdk in iOS
. I am trying to create sketch effect like this
But the sketch effect i get is like this
I am using GPUImageSketchFilter to create this effect, Following are the parameters I provide to achieve this effect:
setTexelHeight:(1.12 / 480.0)
setTexelWidth:(0.5 / 320.0)
Please suggest me how to achieve this effect..
Brad going by your suggestions, i have got this...
My Objective: I need to make the right image look like the left one.. Pls suggest me..!!
I have seen a better sketch effect code,but I am not good at filter ,I can not write a custom filter for GPUImage to apply this:
Theres some information regarding the problem you are facing.. Hope this helps you out. http://iphonedevsdk.com/forum/iphone-sdk-development/103548-pencil-sketch-of-an-image-in-iphone-sdk.html