【发布时间】:2012-09-19 16:57:38
【问题描述】:
在 C# 中有没有办法检索友好的 ICC 配置文件名称。例如:
string GetICCProfileFriendlyName(string fileRef)
{
...
}
可能使用 P/Invoke、gdi32.dll、...
【问题讨论】:
标签: c# .net windows color-profile color-management
在 C# 中有没有办法检索友好的 ICC 配置文件名称。例如:
string GetICCProfileFriendlyName(string fileRef)
{
...
}
可能使用 P/Invoke、gdi32.dll、...
【问题讨论】:
标签: c# .net windows color-profile color-management
您可以使用Color.ColorContext 来获取 ProfileUri。但是我不确定这是否仅适用于 WPF 或者它是否也适用于 WinForms。
【讨论】: