https://github.com/vsimko/docker-asp3
Dockerized version of Corel AfterShot Pro 3 (trial version downloaded from Corel's website)
https://github.com/vsimko/docker-asp3
Last synced: 7 months ago
JSON representation
Dockerized version of Corel AfterShot Pro 3 (trial version downloaded from Corel's website)
- Host: GitHub
- URL: https://github.com/vsimko/docker-asp3
- Owner: vsimko
- Created: 2017-05-22T13:19:20.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-22T13:27:29.000Z (about 9 years ago)
- Last Synced: 2025-05-31T08:21:48.897Z (about 1 year ago)
- Language: Shell
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# docker-asp3
Dockerized version of Corel AfterShot Pro 3 (trial version downloaded from Corel's website)
- This is just a proof-of-concept useful e.g. for debugging DNG support in ASP3
- This trial version running in docker is slower than a native AfterShot.
- No HW acceleration is supported.
# How to build
```sh
docker build -t vsimko/docker-asp3 .
```
This will download all linux packages and also the trial version from Corel's website.
# How to run from host
```sh
./run-dockerized-asp3.sh
```