Skip to content
/ tile Public

Tile is a shell script to convert any given images to tiles.

License

Notifications You must be signed in to change notification settings

armaaar/tile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Tile: Create tiles for any image

Tile is a shell script to convert any given images to tiles.

Requirements

How to use

sh ./tile.sh image_path [ options ... ]
  • To crop image to square tiles of 100x100 pixels:
sh tile.sh img.jpg 100
  • To crop image to tiles of 100x200 pixels:
sh tile.sh img.jpg 100 200
  • To crop image to 5 x 5 tiles
sh tile.sh img.jpg -c 5
# or
sh tile.sh img.jpg --count 5
  • To crop image to 5 x 10 tiles
sh tile.sh img.jpg -c 5 10
# or
sh tile.sh img.jpg --count 5 10

Credits

Progress bar credits go to Teddy Skarin for his ProgressBar repository

License

License: MIT

About

Tile is a shell script to convert any given images to tiles.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages