mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
11 lines
374 B
Objective-C
11 lines
374 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);
|
|
|
|
#endif
|