Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 865 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 865 Bytes

dng

Wrapper around Adobe DNG Converter to use with *nix via wine

Prerequisites

  1. rust
  2. wine
  3. innoextract
  4. make

Installation

Packaging status

make
make install

References

Building the 🐳 Docker images

Choose between lightweight ⛰️ Alpine or Debian distribution.

Example when using Docker Compose plugin.

DISTRO=<debian or alpine> docker compose build
# mounting DATA_DIR, if empty it will default to this workspace
DATA_DIR=<image directory> docker compose run --rm -T dng-converter -o output.dng <input raw>