33
33
# documents in the Templates directory are ignored
34
34
if [ `dirname "$ifile"` != ${XDG_TEMPLATES_DIR:-$HOME/Templates} ]; then
35
35
# use imagemagick if it's installed
36
38
if [ -x /usr/bin/convert ]; then
37
39
if [ "$size" == "" ]; then
38
40
unzip -p "$ifile" Thumbnails/thumbnail.png | convert - +matte "png:$ofile"