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.
- Host: GitHub
- URL: https://github.com/illwieckz/darktable-thumbnailer
- Owner: illwieckz
- License: mit
- Created: 2023-03-09T15:26:09.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-09T16:28:20.000Z (over 3 years ago)
- Last Synced: 2025-11-11T12:32:49.972Z (8 months ago)
- Topics: darktable, darktable-cli, raw-image, thumbnailer
- Language: Makefile
- Homepage:
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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).