|
|
|
@ -63,21 +63,34 @@ link to `MagnumPlugins::AnyImageImporter` target. See @ref building-plugins, |
|
|
|
|
|
|
|
|
|
|
|
Supported formats: |
|
|
|
Supported formats: |
|
|
|
|
|
|
|
|
|
|
|
- BMP (`*.bmp`), loaded with any plugin that provides `BmpImporter` |
|
|
|
- Windows Bitmap (`*.bmp`), loaded with any plugin that provides `BmpImporter` |
|
|
|
- DDS (`*.dds`), loaded with @ref DdsImporter or any other plugin that |
|
|
|
- DirectDraw Surface (`*.dds`), loaded with @ref DdsImporter or any other |
|
|
|
provides it |
|
|
|
plugin that provides it |
|
|
|
- GIF (`*.gif`), loaded with any plugin that provides `GifImporter` |
|
|
|
- Graphics Interchange Format (`*.gif`), loaded with any plugin that provides |
|
|
|
- HDR (`*.hdr`), loaded with any plugin that provides `HdrImporter` |
|
|
|
`GifImporter` |
|
|
|
- JPEG (`*.jpg`, `*.jpeg`), loaded with @ref JpegImporter or any other plugin |
|
|
|
- Radiance HDR (`*.hdr`), loaded with any plugin that provides `HdrImporter` |
|
|
|
that provides it |
|
|
|
- JPEG (`*.jpg`, `*.jpe`, `*.jpeg`), loaded with @ref JpegImporter or any |
|
|
|
- PIC (`*.pic`), loaded with any plugin that provides `PicImporter` |
|
|
|
other plugin that provides it |
|
|
|
- PGM (`*.pgm`), loaded with any plugin that provides `PgmImporter` |
|
|
|
- JPEG 2000 (`*.jp2`), loaded with any plugin that provides `Jp2Importer` |
|
|
|
- PNG (`*.png`), loaded with @ref PngImporter or any other plugin that |
|
|
|
- Multiple-image Network Graphics (`*.mng`), loaded with any plugin that |
|
|
|
provides it |
|
|
|
provides `MngImporter` |
|
|
|
- PPM (`*.ppm`), loaded with any plugin that provides `PpmImporter` |
|
|
|
- Portable Bitmap (`*.pbm`), loaded with any plugin that provides `PbmImporter` |
|
|
|
- PSD (`*.psd`), loaded with any plugin that provides `PsdImporter` |
|
|
|
- ZSoft PCX (`*.pcx`), loaded with any plugin that provides `PcxImporter` |
|
|
|
- TGA (`*.tga`), loaded with @ref TgaImporter or any other plugin that |
|
|
|
- Portable Graymap (`*.pgm`), loaded with any plugin that provides |
|
|
|
provides it |
|
|
|
`PgmImporter` |
|
|
|
|
|
|
|
- Softimage PIC (`*.pic`), loaded with any plugin that provides `PicImporter` |
|
|
|
|
|
|
|
- Portable Anymap (`*.pnm`), loaded with any plugin that provides |
|
|
|
|
|
|
|
`PnmImporter` |
|
|
|
|
|
|
|
- Portable Network Graphics (`*.png`), loaded with @ref PngImporter or any |
|
|
|
|
|
|
|
other plugin that provides it |
|
|
|
|
|
|
|
- Portable Pixmap (`*.ppm`), loaded with any plugin that provides `PpmImporter` |
|
|
|
|
|
|
|
- Adobe Photoshop (`*.psd`), loaded with any plugin that provides `PsdImporter` |
|
|
|
|
|
|
|
- Silicon Graphics (`*.sgi`, `*.bw`, `*.rgb`, `*.rgba`), loaded with any |
|
|
|
|
|
|
|
plugin that provides `SgiImporter` |
|
|
|
|
|
|
|
- Tagged Image File Format (`*.tif`, `*.tiff`), loaded with any plugin that |
|
|
|
|
|
|
|
provides `TiffImporter` |
|
|
|
|
|
|
|
- Truevision TGA (`*.tga`, `*.vda`, `*.icb`, `*.vst`), loaded with |
|
|
|
|
|
|
|
@ref TgaImporter or any other plugin that provides it |
|
|
|
|
|
|
|
|
|
|
|
Only loading from files is supported. |
|
|
|
Only loading from files is supported. |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
|