lower alpha threshold

This commit is contained in:
Jupeyy 2021-02-03 19:32:13 +01:00
parent ed9abba485
commit 15129ad721

View file

@ -4,7 +4,7 @@
#include <stddef.h>
#include <stdint.h>
#define TW_DILATE_ALPHA_THRESHOLD 30
#define TW_DILATE_ALPHA_THRESHOLD 10
void DilateImage(unsigned char *pImageBuff, int w, int h, int BPP);
void DilateImageSub(unsigned char *pImageBuff, int w, int h, int BPP, int x, int y, int sw, int sh);