Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/source/core/StarImageProcessing.hpp
diff options
context:
space:
mode:
authorKae <80987908+Novaenia@users.noreply.github.com>2023-06-21 18:59:15 +1000
committerKae <80987908+Novaenia@users.noreply.github.com>2023-06-21 18:59:15 +1000
commitf2e64e17527f16966a37c788ca65e1e88bf44907 (patch)
tree359ff507a1885bda2f085062bacbcc9ae4dd4f57 /source/core/StarImageProcessing.hpp
parentd08b3c3b229cded61f3abe4efb44329fa762a93a (diff)
Font improvements
?border and ?outline blend nicer when applied to font glyphs
Diffstat (limited to 'source/core/StarImageProcessing.hpp')
-rw-r--r--source/core/StarImageProcessing.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/core/StarImageProcessing.hpp b/source/core/StarImageProcessing.hpp
index e2008b8..bcb5936 100644
--- a/source/core/StarImageProcessing.hpp
+++ b/source/core/StarImageProcessing.hpp
@@ -102,6 +102,7 @@ struct BorderImageOperation {
Vec4B startColor;
Vec4B endColor;
bool outlineOnly;
+ bool includeTransparent;
};
struct ScaleImageOperation {