1
0
mirror of https://github.com/danog/Telegram.git synced 2024-12-12 17:37:33 +01:00
Telegram/thirdparty/PGPhotoEditor/PGPhotoEnhanceLUTGenerator.h
2015-10-01 19:19:52 +03:00

12 lines
308 B
Objective-C

#import "GPUImageContext.h"
@interface PGPhotoEnhanceLUTGenerator : NSObject <GPUImageInput>
@property (nonatomic, copy) void(^lutDataReady)(GLubyte *data);
@property (nonatomic, assign) bool skip;
@end
extern const NSUInteger PGPhotoEnhanceHistogramBins;
extern const NSUInteger PGPhotoEnhanceSegments;