ddnet/src/engine/gfx
Robert Müller bcae7da6b4 Handle all color channel counts in image loader
Greyscale images with alpha channel (i.e. channel count = 2) were incorrectly handled as RGBA images, causing the client to crash when loading such images. Now the images can successfully be loaded with the image loader, but the client still only supports loading RGB and RGBA images like before.
2023-11-20 21:58:29 +01:00
..
image_loader.cpp Handle all color channel counts in image loader 2023-11-20 21:58:29 +01:00
image_loader.h Handle all color channel counts in image loader 2023-11-20 21:58:29 +01:00
image_manipulation.cpp Remove obsolete clang-tidy NOLINT comments 2023-10-11 17:22:59 +02:00
image_manipulation.h Remove redundant argument of Dilate function 2023-10-03 13:52:37 +02:00