Hi Mark, There is indeed a branch with X-Trans support: https://github.com/dtorop/darktable/tree/xtrans2. If you're comfortable with Github and compiling your own code, do try it out. You should have good results, but any feedback is most welcome.
See http://www.darktable.org/redmine/issues/9951 for some notes on current status. (Including that there is now a branch with a bit more in-progress development at https://github.com/dtorop/darktable/tree/xtrans2-dev as the xtrans2 branch is holding stable due to a pull request.) Some build instructions are below, ideally not too imposing. Best, Dan 1. Get build dependencies (see http://www.darktable.org/install/#source for the Ubuntu list). 2. Download/configure/install to /usr/local: # download git clone https://github.com/dtorop/darktable.git # configure (install to /usr/local, build with debug info) & build cd darktable ./build.sh --prefix /usr/local --buildtype RelWithDebInfo # install cd build sudo make install 3. Create temporary configure/library/cache files which don't interfere with the release darktable: mkdir ~/dt-dev ~/dt-dev/config ~/dt-dev/cache 4. Run darktable from the command line: /usr/local/bin/darktable --library ~/dt-dev/library.db --configdir ~/dt-dev/config --cachedir ~/dt-dev/cache This lets you build a separate library and keep a release version of darktable installed. To get rid of the version of darktable built from source: sudo rm -r /usr/local/bin/darktable* /usr/local/lib/darktable /usr/local/share/darktable On Sat, Jun 21, 2014, at 06:55 PM, Mark Patey wrote: > Hi, all- > > I have been a longtime user of darktable, and develop all my important photos with it. For an even longer time, I've been a user of the Canon Digital Rebel XTi (400D), which has always been beautifully supported by dt, but mine is getting a bit long in the tooth. > > As I search for my next camera, my research is leading me in the direction of one of the Fuji X-Trans cameras, probably a Fujifilm X-E1. But with its nonstandard sensor array, its RAW files require a specialized demosaicing process. > > Does Darktable support the Fuji X-series cameras yet, or is there a branch in > which this is being tested? > > Thanks in advance for any light you can shed! > > -Mark > ------------------------------------------------------------------------------ > HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions > Find What Matters Most in Your Big Data with HPCC Systems > Open Source. Fast. Scalable. Simple. Ideal for Dirty Data. > Leverages Graph Analysis for Fast Processing & Easy Data Exploration > http://p.sf.net/sfu/hpccsystems > _________________________________________________ > Darktable-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/darktable-users On Sat, Jun 21, 2014, at 06:55 PM, Mark Patey wrote: > Hi, all- > > I have been a longtime user of darktable, and develop all my important photos > with it. For an even longer time, I've been a user of the Canon Digital Rebel > XTi (400D), which has always been beautifully supported by dt, but mine is > getting a bit long in the tooth. > > As I search for my next camera, my research is leading me in the direction of > one of the Fuji X-Trans cameras, probably a Fujifilm X-E1. But with its > nonstandard sensor array, its RAW files require a specialized demosaicing > process. > > Does Darktable support the Fuji X-series cameras yet, or is there a branch in > which this is being tested? > > Thanks in advance for any light you can shed! > > -Mark > ------------------------------------------------------------------------------ > HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions > Find What Matters Most in Your Big Data with HPCC Systems > Open Source. Fast. Scalable. Simple. Ideal for Dirty Data. > Leverages Graph Analysis for Fast Processing & Easy Data Exploration > http://p.sf.net/sfu/hpccsystems > _________________________________________________ > Darktable-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/darktable-users ------------------------------------------------------------------------------ HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions Find What Matters Most in Your Big Data with HPCC Systems Open Source. Fast. Scalable. Simple. Ideal for Dirty Data. Leverages Graph Analysis for Fast Processing & Easy Data Exploration http://p.sf.net/sfu/hpccsystems _______________________________________________ Darktable-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/darktable-users
