rawloader icon indicating copy to clipboard operation
rawloader copied to clipboard

Error: "Couldn't find tag Tag::Make"

Open bojanserafimov opened this issue 2 years ago • 2 comments

RawLoaderError { msg: "Couldn't find tag Tag::Make" }

Happens during rawloader::decode_file(path).unwrap();, with dng file.

bojanserafimov avatar Feb 22 '23 17:02 bojanserafimov

Do you have a sample file you can share? Maybe Make is not actually a required field in a DNG and I have to tweak the file detection code.

On Wed, Feb 22, 2023, 17:34 bojanserafimov @.***> wrote:

RawLoaderError { msg: "Couldn't find tag Tag::Make" }

Happens during rawloader::decode_file(path).unwrap();, with dng file.

— Reply to this email directly, view it on GitHub https://github.com/pedrocr/rawloader/issues/43, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAB4EMRPSGIXG2AUFII2SHDWYZE3LANCNFSM6AAAAAAVET7B4A . You are receiving this because you are subscribed to this thread.Message ID: @.***>

pedrocr avatar Feb 22 '23 21:02 pedrocr

Here's one A014_10061711_S006.zip

Taken with blackmagic camera

bojanserafimov avatar Feb 27 '23 01:02 bojanserafimov