//
//  UIImage+StackBlur.h
//  stackBlur
//
//  Created by Thomas LANDSPURG on 07/02/12.
//  Copyright 2012 Digiwie. All rights reserved.
//
// StackBlur implementation on iOS
//
//

#import <Foundation/Foundation.h>


@interface UIImage (StackBlur) 
	- (UIImage*) stackBlur:(NSUInteger)radius;
    - (UIImage *) normalize ;

@end

