https://github.com/poeschl/docker-color-trace
Tooling for tracing colored images into colored vector graphics. All in docker
https://github.com/poeschl/docker-color-trace
docker-image svg-images tracer
Last synced: 3 months ago
JSON representation
Tooling for tracing colored images into colored vector graphics. All in docker
- Host: GitHub
- URL: https://github.com/poeschl/docker-color-trace
- Owner: Poeschl
- License: apache-2.0
- Created: 2023-05-26T11:14:21.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-18T15:43:52.000Z (almost 2 years ago)
- Last Synced: 2024-01-27T20:35:06.032Z (over 1 year ago)
- Topics: docker-image, svg-images, tracer
- Language: Dockerfile
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dockerized color_trace
This repository packs the [color_trace] application into an docker container for easy use.
[color_trace]: https://github.com/migvel/color_trace
## Usage
For execution specify the desired parameter as command after the image name and make sure to map your image folder or images.
The workdir inside the container is always `/images`.> `color-trace` does not support absolute images paths!
For example:
```shell
docker run --rm -v "$(pwd):/images" ghcr.io/poeschl/docker-color-trace -i input.png -o output.svg -c 6
```