We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc245a8 commit bc1de9aCopy full SHA for bc1de9a
src/client/canvas/image_codec.cpp
@@ -5,6 +5,7 @@
5
#include <skia/include/codec/SkPngDecoder.h>
6
#include <skia/include/codec/SkJpegDecoder.h>
7
#include <skia/include/codec/SkWebpDecoder.h>
8
+#include <skia/include/codec/SkBmpDecoder.h>
9
#include <skia/include/codec/SkGifDecoder.h>
10
#include <common/image/image_processor.hpp>
11
@@ -299,6 +300,7 @@ namespace canvas
299
300
}
301
302
static constexpr const SkCodecs::Decoder decoders[] = {
303
+ SkBmpDecoder::Decoder(),
304
SkPngDecoder::Decoder(),
305
SkJpegDecoder::Decoder(),
306
SkWebpDecoder::Decoder(),
0 commit comments