pedrocr / rawloader

rust library to extract the raw data and some metadata from digital camera images
GNU Lesser General Public License v2.1
304 stars 53 forks source link

Duplicate camera files for rebel line #19

Open powturns opened 5 years ago

powturns commented 5 years ago

The rebel line of canon cameras (T*i) have duplicate camera definition files - one for the official model and another for the localized model name.

I don't think the localized model name file is necessary as the camera is populated from the alias section of the official model file.

Eg: a T2i camera has its properties defined in T2i.toml and 550d.toml

pedrocr commented 5 years ago

Yep seems like that's the case. Probably a leftover from before I implemented aliases. I doubt it happens in many cases. Probably a good thing to fix after I implement the regression testing setup I've thought about. That way I can do the changes and check that the output is still all the same.