Browse Source

AnyImageConverter: clean up outdated / misleading wording.

KTX supports compressed data, e.g.. Supported image types are listed for
every format instead.
pull/638/head
Vladimír Vondruš 2 years ago
parent
commit
8b548c5a42
  1. 2
      src/MagnumPlugins/AnyImageConverter/AnyImageConverter.h

2
src/MagnumPlugins/AnyImageConverter/AnyImageConverter.h

@ -54,7 +54,7 @@ namespace Magnum { namespace Trade {
@brief Any image converter plugin @brief Any image converter plugin
Detects file type based on file extension, loads corresponding plugin and then Detects file type based on file extension, loads corresponding plugin and then
tries to convert the file with it. Supported formats for uncompressed data: tries to convert the file with it. Supported formats:
- Basis Universal (`*.basis`), converted with @ref BasisImageConverter or any - Basis Universal (`*.basis`), converted with @ref BasisImageConverter or any
other plugin that provides it. Only uncompressed 2D/3D and multi-level other plugin that provides it. Only uncompressed 2D/3D and multi-level

Loading…
Cancel
Save