Revision f924199a6240386300af5351a3e239aea3f8dc33 authored by Roman Lebedev on 28 March 2015, 10:04:17 UTC, committed by Pascal de Bruijn on 29 March 2015, 17:21:22 UTC
Else, after user has scrolled, correct number of zones would show up
only after user moves the mouse.

(cherry picked from commit cc98a6e6b84649722bbfc8e19a9ccec677801228)
1 parent aad2fea
Raw File
README.md
darktable
=========

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.

[http://www.darktable.org/](http://www.darktable.org/ "darktable homepage")

Contributing
------------

* Write a blog about darktable
* Create a tutorial for darktable
* Help expand the [user wiki](http://www.darktable.org/redmine/projects/users/wiki)
* Answer questions on the [user mailing list](http://sourceforge.net/mailarchive/forum.php?forum_name=darktable-users)
* Share your ideas on the [developer mailing list](http://sourceforge.net/mailarchive/forum.php?forum_name=darktable-devel)
* Test [releases](http://www.darktable.org/install/)
* Review [pull requests](http://github.com/darktable-org/darktable/pulls)
* Start [hacking on darktable](http://www.darktable.org/redmine/projects/darktable/wiki/Contributing_code)

Building
--------

### Release build

```bash
./build.sh --prefix /opt/darktable --buildtype Release
```

### Debug build

```bash
./build.sh --prefix /opt/darktable --buildtype Debug
```


**Tip:** Check that you have the latest [gphoto2 library](http://www.gphoto.org/ "gphoto2 homepage") installed in order to support the newest cameras.

Issue tracking
--------------

[http://www.darktable.org/redmine/projects/darktable/issues](http://www.darktable.org/redmine/projects/darktable/issues "darktable issue tracking")

Wiki
----

* [User wiki](http://www.darktable.org/redmine/projects/users/wiki "darktable user wiki")
* [Developer wiki](http://www.darktable.org/redmine/projects/darktable/wiki "darktable developer wiki")


Mailing lists
-------------

* Announcements [[subscribe](https://lists.sourceforge.net/lists/listinfo/darktable-announcements) | [archive](http://sourceforge.net/mailarchive/forum.php?forum_name=darktable-announcements)]
* Users [[subscribe](https://lists.sourceforge.net/lists/listinfo/darktable-users) | [archive](http://sourceforge.net/mailarchive/forum.php?forum_name=darktable-users)]
* Developer [[subscribe](https://lists.sourceforge.net/lists/listinfo/darktable-devel) | [archive](http://sourceforge.net/mailarchive/forum.php?forum_name=darktable-devel)]
back to top