Skip to content

Commit

Permalink
Etract the stack blur method
Browse files Browse the repository at this point in the history
  • Loading branch information
tomsoft1 committed Feb 25, 2013
2 parents 7c32d9b + c604bd3 commit d068766
Show file tree
Hide file tree
Showing 3 changed files with 182 additions and 179 deletions.
2 changes: 1 addition & 1 deletion Classes/UIImage+StackBlur.h
Expand Up @@ -15,6 +15,6 @@
@interface UIImage (StackBlur)
- (UIImage*) stackBlur:(NSUInteger)radius;
- (UIImage *) normalize ;

+ (void) applyStackBlurToBuffer:(UInt8*)targetBuffer width:(const int)w height:(const int)h withRadius:(NSUInteger)inradius;
@end

0 comments on commit d068766

Please sign in to comment.