dlemstra / Magick.NET

The .NET library for ImageMagick
Apache License 2.0
3.44k stars 415 forks source link

Error 532 when convert NEF to jpg #1711

Open akks504 opened 1 month ago

akks504 commented 1 month ago

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

dlemstra commented 1 month ago

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