From c01686d25206100c6181485adceea7d396875cba Mon Sep 17 00:00:00 2001 From: Gregory Hainaut Date: Sun, 24 May 2015 12:51:20 +0200 Subject: [PATCH] gsdx-png: add a fixme message for 16 bits by channel image --- plugins/GSdx/GSPng.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plugins/GSdx/GSPng.cpp b/plugins/GSdx/GSPng.cpp index 802d90d805..f4a87b9027 100644 --- a/plugins/GSdx/GSPng.cpp +++ b/plugins/GSdx/GSPng.cpp @@ -23,6 +23,9 @@ namespace GSPng { + // FIXME gray_pixel_16 doesn't work. Integer image and depth image are all black + // Maybe I can't open them correctly + // A better solution must be found! void Save(GSPng::Format fmt, const string& file, char* image, int w, int h, int pitch) { #ifdef ENABLE_OGL_PNG