Browse Source

AnyImage{Importer,Converter}: doc++

pull/559/head
Vladimír Vondruš 4 years ago
parent
commit
a6b608ff05
  1. 4
      src/MagnumPlugins/AnyImageConverter/AnyImageConverter.h
  2. 4
      src/MagnumPlugins/AnyImageImporter/AnyImageImporter.h

4
src/MagnumPlugins/AnyImageConverter/AnyImageConverter.h

@ -61,8 +61,8 @@ tries to convert the file with it. Supported formats for uncompressed data:
2D/3D images. 2D/3D images.
- Windows Bitmap (`*.bmp`), converted with any plugin that provides - Windows Bitmap (`*.bmp`), converted with any plugin that provides
`BmpImageConverter`. Only uncompressed 2D images. `BmpImageConverter`. Only uncompressed 2D images.
- OpenEXR (`*.exr`), converted with any plugin that provides - OpenEXR (`*.exr`), converted with @ref OpenExrImageConverter or any other
`OpenExrImageConverter`. Only uncompressed 2D/3D and multi-level 2D/3D plugin that provides it. Only uncompressed 2D/3D and multi-level 2D/3D
images. images.
- Radiance HDR (`*.hdr`), converted with any plugin that provides - Radiance HDR (`*.hdr`), converted with any plugin that provides
`HdrImageConverter`. Only uncompressed 2D images. `HdrImageConverter`. Only uncompressed 2D images.

4
src/MagnumPlugins/AnyImageImporter/AnyImageImporter.h

@ -65,8 +65,8 @@ Supported formats:
with @ref DdsImporter or any other plugin that provides it with @ref DdsImporter or any other plugin that provides it
- Graphics Interchange Format (`*.gif`), loaded with any plugin that provides - Graphics Interchange Format (`*.gif`), loaded with any plugin that provides
`GifImporter` `GifImporter`
- OpenEXR (`*.exr` or data with corresponding signature), loaded with any - OpenEXR (`*.exr` or data with corresponding signature), loaded with
plugin that provides `OpenExrImporter` @ref OpenExrImporter or any other plugin that provides it
- Radiance HDR (`*.hdr` or data with corresponding signature), loaded with - Radiance HDR (`*.hdr` or data with corresponding signature), loaded with
any plugin that provides `HdrImporter` any plugin that provides `HdrImporter`
- Windows icon/cursor (`*.ico`, `*.cur`), loaded with @ref IcoImporter or any - Windows icon/cursor (`*.ico`, `*.cur`), loaded with @ref IcoImporter or any

Loading…
Cancel
Save