UIImage+Enhancing.h 284 B

123456789101112131415161718
  1. //
  2. // UIImage+Enhancing.h
  3. // NYXImagesKit
  4. //
  5. // Created by @Nyx0uf on 03/12/11.
  6. // Copyright 2012 Nyx0uf. All rights reserved.
  7. // www.cocoaintheshell.com
  8. //
  9. #import <UIKit/UIKit.h>
  10. @interface UIImage (NYX_Enhancing)
  11. -(UIImage*)autoEnhance;
  12. -(UIImage*)redEyeCorrection;
  13. @end