Swiftgram/TelegramUI/FastBlur.h
2019-04-16 23:31:22 +04:00

12 lines
466 B
Objective-C

#ifndef Telegram_FastBlur_h
#define Telegram_FastBlur_h
#import <Foundation/Foundation.h>
void telegramFastBlur(int imageWidth, int imageHeight, int imageStride, void *pixels);
void telegramFastBlurMore(int imageWidth, int imageHeight, int imageStride, void *pixels);
void stickerThumbnailAlphaBlur(int imageWidth, int imageHeight, int imageStride, void *pixels);
void telegramBrightenImage(int imageWidth, int imageHeight, int imageStride, void *pixels);
#endif