darktable-org / darktable

darktable is an open source photography workflow application and raw developer
https://www.darktable.org
GNU General Public License v3.0
9.88k stars 1.15k forks source link

Panasonic DMC-FZ50 intelligent ISO color matrix not found for image #17401

Open florinbarbisch opened 3 months ago

florinbarbisch commented 3 months ago

Describe the bug

RAWs shot with Intelligent ISO on the camera Panasonic DMC-FZ50 do not load as the color matrix cannot be found for the image.

Steps to reproduce

  1. Import the two images from these zips into lighttable:
  2. Open the file fixed ISO.RAW in darkroom
  3. Open the file intelligent ISO.RAW in darkroom

Expected behavior

Darktable should load and render both RAW files in both lighttable and darkroom.

Logfile | Screenshot | Screencast

Actual behavior in lightable: image

Actual behavior in darkroom: image image

You'll probably be interested in the following lines in the log:

darktable-log.txt

Commit

No response

Where did you obtain darktable from?

downloaded from www.darktable.org

darktable version

4.8.1

What OS are you using?

Linux

What is the version of your OS?

Windows 11 Pro

Describe your system?

No response

Are you using OpenCL GPU in darktable?

None

If yes, what is the GPU card and driver?

GeForce GTX 1080 Ti 11264 MB

Please provide additional context if applicable. You can attach files too, but might need to rename to .txt or .zip

The JPEGs of both images load fine.

kmilos commented 3 months ago

Nothing to do w/ color matrix or white balance (temperature)... I'm afraid the error comes much earlier, the file cannot be decoded by RawSpeed:

[rawspeed] (intelligent ISO.RAW) virtual rawspeed::RawImage rawspeed::Rw2Decoder::decodeRawInternal(), line 81: Unexpected image dimensions found: (3770; 2799)

Furthermore, this is strange to say the least: image

This is very unfortunate as we have fixed the sensor crops for the one mode, and there is apparently no way to tell the modes apart...

ralfbrown commented 3 months ago

17367 should improve the error reporting so that users are told the file is unsupported rather than having white balance issues.

guestus commented 1 week ago

Do I understand correctly that iISO will not be supported by darktable?