diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2024-12-28 13:07:51 +1100 |
---|---|---|
committer | Kae <80987908+Novaenia@users.noreply.github.com> | 2024-12-28 13:07:51 +1100 |
commit | 6b49f382e3a9429e97bc47a9b3c18c3ca8feb65c (patch) | |
tree | 4f3afffbc25f60e0930bc651ef98f21f4a6ac719 /source/core/StarImageProcessing.hpp | |
parent | 9da08e898d9c666f655c7f901d0c67b17a746608 (diff) |
move image scaling functions to their own unit, as -O2
Diffstat (limited to 'source/core/StarImageProcessing.hpp')
-rw-r--r-- | source/core/StarImageProcessing.hpp | 4 |
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); |