We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 436f681 commit 22e6c9fCopy full SHA for 22e6c9f
src/app-gui.cpp
@@ -1235,6 +1235,8 @@ void HDRViewApp::draw_about_dialog(bool &open)
1235
"https://github.com/nothings/stb");
1236
ImGui::PE::Hyperlink("tev", "Some code is adapted from Thomas Müller's tev.",
1237
"https://github.com/Tom94/tev");
1238
+ ImGui::PE::Hyperlink("TinyXML2", "For parsing XMP metadata.",
1239
+ "https://github.com/leethomason/tinyxml2");
1240
if (HDRVIEW_ENABLE_HEIC)
1241
ImGui::PE::Hyperlink("x265", "For encoding HEIC/HEVC/H265 files.",
1242
"https://www.videolan.org/developers/x265.html");
0 commit comments