Skip to content

Instantly share code, notes, and snippets.

@wanbok
Last active February 25, 2017 11:14
Show Gist options
  • Save wanbok/5750f19a54cb515c941765fa8f0b581b to your computer and use it in GitHub Desktop.
Save wanbok/5750f19a54cb515c941765fa8f0b581b to your computer and use it in GitHub Desktop.
ImageMagick image spliter
convert ./* -crop 4x1@ -set filename:fname '%t_%[fx:(page.x/page.width)*4+1]' './%[filename:fname].png'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment