Thread: command line tool to split a image into 4 sections
hi all. have quite large images of resolution 1600 1200. wanna split them 4 sections. cannot manually need on large collection of images. know of command line tool me ?
you can use convert command imagemagick package:
code:convert "file name.png" -crop 50%x50% +repage "file name %d.png"
Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] command line tool to split a image into 4 sections
Ubuntu
Comments
Post a Comment