From c987f39b7b1c89709406041708015ad900249c16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Wed, 16 Mar 2016 14:00:19 +0100 Subject: [PATCH] Added PngImageConverter plugin. Uses libPNG directly and compared to StbPngImageConverter knows also how to convert 16bit images. --- src/MagnumPlugins/AnyImageConverter/AnyImageConverter.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/MagnumPlugins/AnyImageConverter/AnyImageConverter.h b/src/MagnumPlugins/AnyImageConverter/AnyImageConverter.h index 862da1356..4f254d192 100644 --- a/src/MagnumPlugins/AnyImageConverter/AnyImageConverter.h +++ b/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.