Git Product home page Git Product logo

noboevbo / darktable Goto Github PK

View Code? Open in Web Editor NEW

This project forked from darktable-org/darktable

0.0 1.0 0.0 436.28 MB

darktable is an open source photography workflow application and raw developer

Home Page: https://www.darktable.org

License: GNU General Public License v3.0

Emacs Lisp 0.01% CMake 1.23% Shell 0.95% Assembly 0.01% C 82.23% JavaScript 0.80% TeX 0.03% Lua 9.06% CSS 0.66% C++ 3.62% Objective-C 0.12% Objective-C++ 0.04% Makefile 0.01% Ruby 0.41% Nix 0.01% XSLT 0.23% Perl 0.38% Python 0.15% Awk 0.02% HTML 0.04%

darktable's Introduction

icon darktable build status CII Best Practices

darktable is an open source photography workflow application and raw developer. A virtual lighttable and darkroom for photographers. It manages your digital negatives in a database, lets you view them through a zoomable lighttable and enables you to develop raw images and enhance them.

https://www.darktable.org/

Contributing

Building

Requirements

Supported platforms:

  • Linux,
  • Windows 8, 10,
  • MacOS.

Compatible compilers:

  • Clang: 8, 9, 10
  • GCC: 8, 9, 10
  • Mingw64: 6, 7

Hardware (minimal / recommended):

  • RAM: 4 GB / 8 GB
  • CPU: Intel Pentium 4 (64 bits, SIMD) / Intel Core i5 4×2.4 GHz (64 bits, SIMD)
  • GPU: none / 1024 cores, 4 GB, OpenCL 1.2 compatible
  • free disk space: 250 MB / 1 GB

Dependencies

Required dependencies minimal version:

  • CMake 3.10
  • Gtk 3.22
  • Glib 2.40
  • Sqlite 3.15 (but 3.24 strongly recommended)

Optional dependencies minimal version:

  • OpenMP 4.5
  • LLVM 3.9
  • OpenCL 1.2
  • Lua 5.3
  • libavif 0.6.0
  • WebP 0.3.0

Optional dependencies with no version requirement:

  • Gphoto2
  • Lensfun
  • OpenEXR
  • OpenJPEG
  • Colord
  • G'Mic

Get the source

Master branch (unstable)

The master branch contains the latest version of the source code and is intended:

  • as a working base for developers,
  • for beta-testers to chase bugs,
  • for users willing to sacrifice stability for new features without waiting for next release.

The master branch comes with no garanty of stability, might corrupt your database and XMP files, might result in loss of data and edits history, and temporarily break compatibility with previous versions and commits.

After backing up your ~/.config/darktable directory as well as the sidecar .XMP files of the pictures you will open with the master branch, you may get the source:

git clone https://github.com/darktable-org/darktable.git
cd darktable

Latest release : 3.0.2 (stable)

darktable project releases one major version every year, for Christmas, tagged with even numbers, (like 2.2, 2.4, 2.6, 3.0). Minor revisions are tagged with a third digit (like 3.0.1, 3.0.2) and mostly provide bug fixes and minor new features. You may want to compile these stable releases yourself in order to get better performance for your particular computer:

git clone https://github.com/darktable-org/darktable.git
cd darktable
git fetch --tags
git checkout tags/release-3.0.2

Get submodules

Note that rawspeed is tracked via a git submodule, as well as OpenCL and LibXCF modules, so after checking-out the darktable, you need to update/checkout them,

git submodule init
git submodule update

Compile

Easy way

darktable provides a shell script that automaticaly takes care of the building for classic cases in a single command.

./build.sh --prefix /opt/darktable --build-type Release --install --sudo

This builds the software for your own architecture only, with:

  • -O3 optimization level,
  • SSE/AVX support if detected,
  • OpenMP support (multi-threading and vectorization) if detected,
  • OpenCL support (GPU offloading) if detected,
  • Lua scripting support if detected.

Manual way

You can alternatively use the manual building to pass on custom arguments.

mkdir build/
cd build/
cmake -DCMAKE_INSTALL_PREFIX=/opt/darktable/ ..
make
sudo make install

Further reading

There is a comprehensive list of build instructions for Ubuntu/Debian related Linux distributions or for Fedora and related ones distributions. These build instructions could easily be adapted to all others distributions

Tip: Check that you have the latest gphoto2 library installed in order to support the newest cameras.

Wiki

Mailing lists

darktable's People

Contributors

hanatos avatar turbogit avatar houz avatar lebedevri avatar hean01 avatar upegelow avatar pmjdebruijn avatar pedrocr avatar boucman avatar alicvb avatar mrig avatar aurelienpierre avatar jcsogo avatar parafin avatar bieber avatar lebmich avatar dtorop avatar edgomez avatar levitte avatar cryptomilk avatar rawfiner avatar schenlap avatar simonspa avatar edgardoh avatar peterbud avatar rabauke avatar phweyland avatar dumbbell avatar edgarlux avatar oliviertoulouse avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.