diff options
Diffstat (limited to 'third_party/blurhash/blurhash.hpp')
-rw-r--r-- | third_party/blurhash/blurhash.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/blurhash/blurhash.hpp b/third_party/blurhash/blurhash.hpp index e01b9b3f..d4e138ef 100644 --- a/third_party/blurhash/blurhash.hpp +++ b/third_party/blurhash/blurhash.hpp @@ -13,7 +13,7 @@ struct Image // Decode a blurhash to an image with size width*height Image -decode(std::string_view blurhash, size_t width, size_t height, size_t bytesPerPixel = 3); +decode(std::string_view blurhash, size_t width, size_t height, size_t bytesPerPixel = 3) noexcept; // Encode an image of rgb pixels (without padding) with size width*height into a blurhash with x*y // components |