aferrero2707 / PhotoFlow

A fully non-destructive photo retouching program providing a complete layer-based workflow including RAW image development.
http://aferrero2707.github.io/PhotoFlow
GNU General Public License v3.0
315 stars 36 forks source link

Cannot open DNG from DJI camera #133

Open probonopd opened 7 years ago

probonopd commented 7 years ago

DJI Phantom 3 Advanced DNG is unable to be opened in PhotoFlow-20161213-git-stable-c6fe9cd219cab6d8533a5b7be3aa412ca68aeb0b.glibc2.15-x86_64.AppImage.

I only see a grey image.

data->exif_maker after stripping: "DJI"
data->exif_model before stripping: "FC300S"
data->exif_model after stripping: "FC300S"
maker: "DJI" model: "FC300S"
RawImage: getting rawspeed camera in DNG mode
rawspeed_lookup_makermodel: cam=0  got_it_done=0
RawImage: Camera maker/model data:
  exif_data.exif_maker: DJI
  exif_data.exif_model: FC300S
  exif_data.camera_maker: DJI
  exif_data.camera_model: FC300S
  exif_data.camera_alias: FC300S
  exif_data.camera_makermodel: DJI FC300S

Darktable-2.0.4.glibc2.15-x86_64.AppImage opens such images just fine.

aferrero2707 commented 7 years ago

I will add support for this camera as soon as it will be handled correctly by Darktable, since the phf decoding is based on dt's one.