Add new comment

Author Information on EOS550D CR2-Files

Hello,

i have started to use libraw for raw image data processing of CR2-files from the Canon EOS 550D.
Doing:

LibRaw iProcessor;
iProcessor.open_file(fullfilename);
iProcessor.unpack()

I cannot get the author information from:

iProcessor.imgdata.other.artist

Its just an empty string there. I have checked the corresponding CR2-file and my name is in there - clearly readable as ASCII text. Why i cannot get it using your library??

Greetings,
Lops

Forums: