Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 提取外部应用程序的图标ExtractIconEx,但是当我尝试使用对象的Save()方法保存图标时Icon,图标以低质量保存,例如,图标的颜色深度似乎低于预期。
ExtractIconEx
Save()
Icon
存储在应用程序中的图标肯定具有更高的质量,因为当我使用 保存图标时,保存ico.ToBitmap().Save("C:\\out.bmp")的位图具有完整的质量/颜色深度。
ico.ToBitmap().Save("C:\\out.bmp")
那么,如何保存质量正确的图标?