https://github.com/desktopgame/gosplit
split image
https://github.com/desktopgame/gosplit
image-processing
Last synced: 5 days ago
JSON representation
split image
- Host: GitHub
- URL: https://github.com/desktopgame/gosplit
- Owner: desktopgame
- Created: 2019-06-14T02:49:21.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-14T03:14:47.000Z (about 7 years ago)
- Last Synced: 2025-11-16T15:22:21.537Z (7 months ago)
- Topics: image-processing
- Language: Go
- Size: 30.3 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# gosplit
gosplit is tool for split image.
# install
````
go install github.com/desktopgame/gosplit/cmd/gosplit
````
# format
````
gosplit -r $rowCount -c $columnCount -i $input_file
````
# example
````
gosplit -r 3 -c 13 -i /Users/koya/Documents/Gimp/AlphaMapFill_14x28.png
````
# screenshot
input image

command
````
gosplit -r 3 -c 13 -i ./image/AlphaMapFill_14x28.png
````
output image



