Skip to content

Instantly share code, notes, and snippets.

@neogeek
Created April 28, 2017 01:51
Show Gist options
  • Save neogeek/b72372c234cb088952665ef8e3a93277 to your computer and use it in GitHub Desktop.
Save neogeek/b72372c234cb088952665ef8e3a93277 to your computer and use it in GitHub Desktop.
Convert Image for Use with Vuforia

Convert Image for Use with Vuforia

$ convert image.png -depth 4 -colorspace gray -define png:color-type=0 -define png:bit-depth=8 image-target.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment