---Imagemagick Commands---

mogrify -resize 100x80 .png -path ../icons .png ##resize all png images (first .png) in the current directory to 100x80 pixels, output the files to a lateral directory '-path ../icons' with the original image names (second .png)