I'm a Linux user looking for a good photo library management solution. There's not a lot of great options in the linux world, and AfterShot stands out as one of the only commercial products available that kindof fits the bill. I own a Canon 5D Mark III. Sometimes I shoot Dualiso raw files with Magic Lantern, which after post-processing creates DNG raw files. I also have a photo library going back many years which contains some DNG files from various manufacterors.
After evaluating AfterShot I realized like the other posts in this thread have pointed out, that it does not support DNG files unless they are from supported cameras like certain Pentax models (listed here:
https://learn.corel.com/aftershot-pro-downloads/). And also that it does not fully support DNG files as claimed here:
https://www.aftershotpro.com/en/pages/dng-file/
AfterShot can be convinced to work with DNG files if certain strict conditions are met however.
1. The DNG file must be uncompressed. It does not seem to load lossless jpeg compressed DNG files.
2. There must be a camera format for each camera that you wish to read a DNG file for, and it must contain specific lines.
For example for my 5d mk iii, modifying the 5d mk iv camera profile with these lines in the Info.afpxml file inside of the camera profile in the configuration directory worked to load uncompressed DNG files shot with this camera.
Code: Select all
modelName="Canon EOS 5D Mark III"
qualName="DngReader"
extension=".CR2"
extension1=".DNG"
fileFilter="Canon RAW Files ( *.tif *.TIF *.cr2 *.CR2 *.dng *.DNG)"
However I'm having difficulty loading DNG files shot with my older Canon 60D and Canon Rebel XT (350D) - The image does not seem to display correctly and looks purple. Most likely the raw bayer data is stored differently, or there is some different decoding mechanism needed. None of the other software I use have any problems loading these raw files (Digikam, Rawtherapee, Fotoxx, Geeqie, Darktable, Lightroom, Krita, Photoshop, etc).
It's really a lost opportunity which makes me quite sad because I see a lot of potential for AfterShot as a photo library management software. Working with huge amounts of raw files is really speedy with the program and it blows anything else available on linux out of the water.
Just thought I would report my findings here in case it helps anyone else struggling with the same problems. Hopefully someone from Corel is listening...