Fatdog Arm

Artifact Content
Login

Artifact 67732bca63bc7668cb41317b46fb65d5a96a5bfb:


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