Skip to content
Snippets Groups Projects
Commit 9e1c1752 authored by Yoel's avatar Yoel
Browse files

Revert gamma correction in read images

parent bd6f556f
No related branches found
No related tags found
No related merge requests found
......@@ -176,6 +176,8 @@ Image readImage(const char* filename) {
result[{i, 0}] = Vec3(x, y, z);
i++;
}
// Reverse the gamma correction on loaded images
result.gammaCorrect(0.454545);
return result;
}
} // namespace util
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment