#!/bin/ash
# create thumbnail for gimp compressed image (.xcf.bz2)
# $1-path to source, $2-path to output (not used), $3-pixel size (not used)
exec gimp -ic -b "(rox-create-thumbnail \"$1\")" -b '(gimp-quit 0)'
