内容简介: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 develo
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.
Contributing
- Write a blog about darktable
- Create a tutorial for darktable
- Help expand the user wiki
- Answer questions on the user mailing list
- Share your ideas on the developer mailing list
- Test releases
- Review pull requests
- Start hacking on darktable
Building
Note that rawspeed is tracked via a git submodule, so after checking-out the darktable, you need to update/checkout rawspeed,
git submodule init git submodule update
Easy way
./build.sh --prefix /opt/darktable --build-type Release
Manual way
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 all the widely used Linux distributions.
Tip:Check that you have the latest gphoto2 library installed in order to support the newest cameras.
Wiki
Mailing lists
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
猜你喜欢:本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
操作系统概念(第六版)
(美)西尔伯斯查兹 / 郑扣根 / 高等教育出版社 / 2005-11 / 55.00元
《操作系统概念》(第6版翻译版)是讨论了操作系统中的基本概念和算法,并对大量实例(如Linux系统)进行了研究。全书内容共分七部分。第一部分概要解释了操作系统是什么、做什么、是怎样设计与构造的,也解释了操作系统概念是如何发展起来的,操作系统的公共特性是什么。第二部分进程管理描述了作为现代操作系统核心的进程以及并发的概念。第三部分存储管理描述了存储管理的经典结构与算法以及不同的存储管理方案。第四部分......一起来看看 《操作系统概念(第六版)》 这本书的介绍吧!