uber.sh (254B)
1 #!/bin/bash 2 source "`ueberzug library`" 3 4 [ -z "$5" ] && echo "Usage: $0 <image> <x> <y> <max height> <max width>" && exit 5 6 ImageLayer 0< <( 7 ImageLayer::add [identifier]="example0" [x]="$2" [y]="$3" [max_width]="$5" [max_height]="$4" [path]="$1" 8 read 9 )