瀏覽代碼

do not convert channels

Kajetan Johannes Hammerle 3 年之前
父節點
當前提交
74dd8f4982
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      images/PNGReader.cpp

+ 1 - 0
images/PNGReader.cpp

@@ -30,6 +30,7 @@ Error PNGReader::loadIntern(const char* path) {
 
     LodePNGState state;
     lodepng_state_init(&state);
+    state.decoder.color_convert = false;
     error = lodepng_decode(&data, &width, &height, &state, rawData, rawSize);
     if(error) {
         Error e = {"cannot decode file '"};