Skip to content

kd6kxr/rtdev

Repository files navigation

rawtherapee-dev

This repo can build an image of rawtherapee-dev and push it to the Github Container Registry.


Launching ghcr.io/kd6kxr/rawtherapee_docker-image

Pre-requisites:

  1. Install Docker Desktop

  2. Login to Github Container Registry with your own Github username and a properly scoped token:

docker login -u username -p token ghcr.io

  1. Download rawtherapee_docker-image:
$ docker pull ghcr.io/kd6kxr/rawtherapee_docker-image:latest

Windows 11+:

  1. Launch Xming by double-clicking the Xming icon.
In Docker Desktop:
  1. Select the image in the Images tab and click Run.
  2. Enter the volumes to map and the DISPLAY environment value host.docker.internal:0

config options

should result in an resizable RawTherapee window.

On MacOS 11+:

Pre-requisite: Install the X11 Window System: XQuartz

  • In XQuartz app, set the Preferences>Security>Network Connections button to On.
  1. Use terminal to launch an xterm window: /opt/X11/bin/xterm
  2. In the xterm window, start the localhost listener:
xhost +localhost
/opt/X11/bin/Xquartz -depth 24-1 :0 -listen tcp &
In Docker Desktop:
  1. Enter the volumes to map and the DISPLAY environment value host.docker.internal:0

config options

should result in an optimum-sized RawTherapee window.


Troubleshooting:

if the screen is unresponsive at first

  • you may need to first dismiss a partially hidden welcome splash screen on the first run of that container.

hidden splash screen

About

Builds current RawTherapee dev branch

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published