Chops an image into half x number of times iteratively
./imghalver myimage.jpg 3
if the image is 1920x768, it will become 480x192 after 3 iterations.
moves the latest screenshot to a directory specified
Initialized the directory structure of a Golang project