Skip to content

Instantly share code, notes, and snippets.

@tldrafael
Created March 23, 2022 18:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tldrafael/b10d2c5fae7cea7a3a4858af96bc05df to your computer and use it in GitHub Desktop.
Save tldrafael/b10d2c5fae7cea7a3a4858af96bc05df to your computer and use it in GitHub Desktop.
Generic example to convert image mask size and keep only 0, 1 values
convert $f -interpolate nearest-neighbor -interpolative-resize 352x288! $newf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment