engine: remove emboss filter. There seems no real use for it.

This commit is contained in:
Alibek Omarov
2021-12-07 09:04:16 +03:00
parent 29bc0392ee
commit e0efe0aa23
13 changed files with 8 additions and 146 deletions

View File

@@ -82,7 +82,7 @@ typedef enum
IMAGE_ROT_90 = BIT(18), // flip from upper left corner to down right corner
IMAGE_ROT180 = IMAGE_FLIP_X|IMAGE_FLIP_Y,
IMAGE_ROT270 = IMAGE_FLIP_X|IMAGE_FLIP_Y|IMAGE_ROT_90,
IMAGE_EMBOSS = BIT(19), // apply emboss mapping
// reserved
IMAGE_RESAMPLE = BIT(20), // resample image to specified dims
// reserved
// reserved