Skip to content

ai2ys/dockerized-dng-converter

 
 

Repository files navigation

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>

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 78.0%
  • Makefile 15.6%
  • Shell 6.4%