Filtrr
Filtrr copied to clipboard
GaussianBlur returns black image
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?