#!/bin/sh

nice -n19 unzip -p "$1" Thumbnails/thumbnail.png | convert - -resize $3x$3 "$2"


syntax highlighted by Code2HTML, v. 0.9.1