Open bojanserafimov opened 1 year ago
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: @.***>
Here's one A014_10061711_S006.zip
Taken with blackmagic camera
RawLoaderError { msg: "Couldn't find tag Tag::Make" }
Happens during
rawloader::decode_file(path).unwrap();
, withdng
file.