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

summaryrefslogtreecommitdiff
path: root/source/core/StarImageProcessing.hpp
diff options
context:
space:
mode:
authorKae <80987908+Novaenia@users.noreply.github.com>2024-12-28 13:07:51 +1100
committerKae <80987908+Novaenia@users.noreply.github.com>2024-12-28 13:07:51 +1100
commit6b49f382e3a9429e97bc47a9b3c18c3ca8feb65c (patch)
tree4f3afffbc25f60e0930bc651ef98f21f4a6ac719 /source/core/StarImageProcessing.hpp
parent9da08e898d9c666f655c7f901d0c67b17a746608 (diff)
move image scaling functions to their own unit, as -O2
Diffstat (limited to 'source/core/StarImageProcessing.hpp')
-rw-r--r--source/core/StarImageProcessing.hpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/source/core/StarImageProcessing.hpp b/source/core/StarImageProcessing.hpp
index 8316d18..dfc9420 100644
--- a/source/core/StarImageProcessing.hpp
+++ b/source/core/StarImageProcessing.hpp
@@ -10,10 +10,6 @@ STAR_CLASS(Image);
STAR_EXCEPTION(ImageOperationException, StarException);
-Image scaleNearest(Image const& srcImage, Vec2F const& scale);
-Image scaleBilinear(Image const& srcImage, Vec2F const& scale);
-Image scaleBicubic(Image const& srcImage, Vec2F const& scale);
-
StringList colorDirectivesFromConfig(JsonArray const& directives);
String paletteSwapDirectivesFromConfig(Json const& swaps);