标签: c# bitmap tiff libtiff.net
我想创建一个将NEF(nikon的原始图像格式)转换为jpeg的程序,但我无法使用Image.FromFile(path)加载NEF图像,因为它会抛出OutOfMemoryException。
Image.FromFile(path)
如何编写static Bitmap LoadEnf(string path)等方法?
static Bitmap LoadEnf(string path)