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.
我正在使用 C# 在 Windows 中为一个小项目工作,我需要确定一个文件(没有任何扩展名)是否是有效的图像文件。是否有任何内置的库函数,以便我可以简化执行它的任务?
采用
Image.FromFile(path);
如果文件path不是有效的图像,它会抛出。
path