aboutsummaryrefslogtreecommitdiff
path: root/.scripts/img
blob: 0cf8b0db9467992c0d1d2e681e3e77c73df14212 (plain) (blame)
1
2
3
4
5
6
7
8
#!/bin/bash
#[ -z "$5" ] && echo "Usage: $0 <image> <x> <y> <z> <max height> <max width>" && exit
source "`ueberzug library`"

ImageLayer 0< <(
	ImageLayer::add [identifier]="example0" [x]="0" [y]="0" [max_width]="30" [max_height]="30" [path]="$1"
	read
)