diff --git a/src/MagnumPlugins/TgaImageConverter/TgaImageConverter.h b/src/MagnumPlugins/TgaImageConverter/TgaImageConverter.h index 6ed4fb07a..b29247d88 100644 --- a/src/MagnumPlugins/TgaImageConverter/TgaImageConverter.h +++ b/src/MagnumPlugins/TgaImageConverter/TgaImageConverter.h @@ -45,7 +45,8 @@ namespace Magnum { namespace Trade { /** @brief TGA image converter plugin -Supports images with format @ref ColorFormat::BGR, @ref ColorFormat::BGRA or +Supports images with format @ref ColorFormat::BGR, @ref ColorFormat::BGRA +(@ref ColorFormat::RGB/@ref ColorFormat::RGBA on OpenGL ES) or @ref ColorFormat::Red and type @ref ColorType::UnsignedByte. This plugin is built if `WITH_TGAIMAGECONVERTER` is enabled when building