dlemstra / Magick.NET

The .NET library for ImageMagick

Repository from Github https://github.comdlemstra/Magick.NETRepository from Github https://github.comdlemstra/Magick.NET

Error 532 when convert NEF to jpg

akks504 opened this issue · comments

Magick.NET version

14.0.0

Environment (Operating system, version and so on)

Windows 10 x64

Description

When attempting to convert an NEF (Camera Model Nikon Z8) file to jpg format, an error message may appear stating: "Unsupported file format or not RAW file `C:\Users\USER\Downloads\DSC1441.NEF' @ error/dng.c/ReadDNGImage/532".

Sample image

Note : This error message pertains to a single file rather than all files. While certain online tools can successfully convert the file, Magick.NET encounters difficulties with it.

Steps to Reproduce

Just convert NEF to JPG

This file format is not supported yet by the library that is being used to read the raw file. This might be supported in the future.

Attaching the file for future reference: DSC532.zip