OmidH / Filtrr

iOS Image filter library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GaussianBlur returns black image

zeusent opened this issue · comments

I though that I can blur an image by simply using a simple line like this:

myImage = [myImage gaussianBlur];

But the returned image is always black. Any idea what I'm doing wrong?