#This script converts TIF format thumbnail files to GIF. You must be the #owner of the file and the permission on the directories must be 777. #Works on entire aggregates. # #Usage: tif2gif [path_name] find /mss/mal/ -name '*.jpg' -print -exec alchemy -- {} -gl -o --. \;