Skip to content

Docker image for performing various image conversion and processing tasks.

License

Notifications You must be signed in to change notification settings

Plattar/image-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Twitter: @plattarglobal License

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.


About

  • 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

Quickstart

Prebuilt containers are available from Plattar dockerhub repository.

Building/Running Locally
# 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

Acknowledgements

This tool relies on the following open source projects.

About

Docker image for performing various image conversion and processing tasks.

Resources

License

Stars

Watchers

Forks

Packages

No packages published