mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-06 03:33:41 +02:00
11 lines
308 B
Objective-C
11 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;
|