We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0632c6b commit d1b31d3Copy full SHA for d1b31d3
src/libOpenImageIO/icc.cpp
@@ -144,7 +144,6 @@ icc_color_space_name(string_view color_space)
144
// return color_space_names[color_space];
145
auto it = color_space_names.find(color_space);
146
return (it != color_space_names.end()) ? it->second : nullptr;
147
-
148
}
149
150
static const char*
@@ -163,6 +162,7 @@ icc_primary_platform_name(const std::string& platform)
163
162
// return primary_platforms[platform];
164
auto it = primary_platforms.find(platform);
165
return (it != primary_platforms.end()) ? it->second : nullptr;
+}
166
167
168
icc_rendering_intent_name(uint32_t intent)
0 commit comments