StackBluriOS icon indicating copy to clipboard operation
StackBluriOS copied to clipboard

Stack Blur implementation for iOS

Results 8 StackBluriOS issues
Sort by recently updated
recently updated
newest added

Hi, First thanks for such class. In XCode 5.1.1 this warning appears :+1: UIImage+StackBlur.m:319:58: Implicit conversion from enumeration type 'enum CGImageAlphaInfo' to different enumeration type 'CGBitmapInfo' (aka 'enum CGBitmapInfo') Best...

Has anyone noticed following warnings while Analysing code? I have tried fixing by initialising values for rsum or dv but not able to resolve them. Has anyone fixed them? ...StackBlur/UIImage+StackBlur.m:155:4:...

Hey there - amazing and concise work here! I went ahead and changed your action target to be "touch drag inside" from "value changed" "Value changed" only calls back on...

Hi @tomsoft1, just discovered that the code you are providing for blurring an image is not using the scale of the display when creating a new blurred image. I fixed...

Hi Thomas, I know the second commit is pretty messy. I realised after commiting, SublimeText tried cleaning it up on me. It's up to you is you want to pull...

Thanks for your work. This works perfect when we use this with the locally stored image. I was trying to use this with the SDWebImage completion blocks where we set...

When I tried to normalize an @2x image (for retina display) it returns a LowQuality image. I use normalize to revert the blur effect, but anyway, If I don't use...

I'm not quite sure what's happening but my image which is 320x320 becomes 320x640 after running `UIImage *newIma=[oldIma stackBlur:radius];` Any ideas?