Image Utils is a docker image that contains a number of pre-built tools useful for image file processing and conversion tasks. These tools typically take a long time to build from source. This image can serve as a useful base for other applications. Check out the Plattar dockerhub repository for the latest pre-built images.
- Check image tracking quality, useful for assigning as a marker image
- Convert images into BASIS format using Basis Universal
- Convert images into KTX2 format using KTX Software
Prebuilt containers are available from Plattar dockerhub repository.
# to build a local version of this repository run the following script
docker-compose -f live.yml build
# once built, run the following script to bring up the container
docker-compose -f live.yml up
# once the container is running, the user can exec into it with the following command
docker exec -it image-utils /bin/sh
# to clean everything run the following script as follows
sh nuke.sh
This tool relies on the following open source projects.