An open API service indexing awesome lists of open source software.

https://github.com/illwieckz/darktable-thumbnailer

Raw image thumbnailer relying on darktable-cli.
https://github.com/illwieckz/darktable-thumbnailer

darktable darktable-cli raw-image thumbnailer

Last synced: 4 months ago
JSON representation

Raw image thumbnailer relying on darktable-cli.

Awesome Lists containing this project

README

          

# Darktable thumbnailer

## Description

This tool is a thumbnailer for XDG desktops. It generates thumbnails for RAW image files using `darktable-cli` command-line tool.

## Installation

```sh
make install
make update-db
```

The install prefix can be modified with the `PREFIX` environment variable.

On systems supported by checkinstall, one may also produce a package this way:

```sh
make checkinstall
```

The package will be written in the `build/` directory.

## About the thumbnailer

The thumbnailer can be used by third party tools like that:

```sh
darktable-thumbnailer -s SIZE INFILE OUTFILE
```

## Warning

No warranty is given, use this at your own risk.

## Author

Thomas Debesse

## License

This tool is distributed under the highly permissive and laconic [MIT License](LICENSE.md).