Browse Source

Added PngImageConverter plugin.

Uses libPNG directly and compared to StbPngImageConverter knows also how
to convert 16bit images.
pull/205/head
Vladimír Vondruš 10 years ago
parent
commit
c987f39b7b
  1. 7
      src/MagnumPlugins/AnyImageConverter/AnyImageConverter.h

7
src/MagnumPlugins/AnyImageConverter/AnyImageConverter.h

@ -53,9 +53,10 @@ Supported formats for uncompressed data:
- OpenEXR (`*.exr`), converted with any plugin that provides
`OpenExrImageConverter`
- PNG (`*.png`), converted with any plugin that provides `PngImageConverer`
- TGA (`*.tga`), converted with @ref TgaImageConverter or any other plugin that
provides it
- PNG (`*.png`), converted with @ref PngImageConverer or any other plugin
that provides it
- TGA (`*.tga`), converted with @ref TgaImageConverter or any other plugin
that provides it
No supported formats for compressed data yet.

Loading…
Cancel
Save