Hi,
will LibRaw support the new Nikon Z8?
I uploaded a sample file to:
https://www.lemkesoft.org/temp/DSC_0027.NEF
Thorsten
raw image decoder
Hi,
will LibRaw support the new Nikon Z8?
I uploaded a sample file to:
https://www.lemkesoft.org/temp/DSC_0027.NEF
Thorsten
New camera support will be
New camera support will be provided according to our update policy: https://www.libraw.org/#updatepolicy
Consider signing up for extended support if you need support for new cameras faster: https://www.libraw.org/extended-support
Specific file you provided is recorded in HE/HE* Nikon pseudo-RAW format; this format is not supported yet, while other Z8 recording formats are supported.
-- Alex Tutubalin @LibRaw LLC
How can we detect or check
How can we detect or check whether a particular image file is in the HE/HE* format?
Use get_decoder_info() (
Use get_decoder_info() ( https://www.libraw.org/docs/API-CXX.html#get_decoder_info ) and check either decoder_name against "nikon_he_load_raw_placeholder()" or decoder_flags bit LIBRAW_DECODER_UNSUPPORTED_FORMAT
-- Alex Tutubalin @LibRaw LLC