Swiftgram/TelegramUI/FastBlur.h
Peter dfa4e6692a Improved support for autosaving incoming photos
Improved perceived sticker loading time
2018-10-19 20:32:02 +03:00

10 lines
283 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 stickerThumbnailAlphaBlur(int imageWidth, int imageHeight, int imageStride, void *pixels);
#endif