Merge branch 'master' into gtk3

This commit is contained in:
Beep6581
2016-05-03 21:44:10 +02:00

View File

@@ -56,7 +56,7 @@ bool loadFile(
img_src.convertColorSpace(img_float.get(), icm, curr_wb);
}
AlignedBuffer<std::uint16_t> image(fw * fh * 4 + 1);
AlignedBuffer<std::uint16_t> image(fw * fh * 4 + 4);
std::size_t index = 0;