- 9 Październik 2023
- 949
- 3
- 643
- 93
- 23
- QNAP
- null
- Ethernet
- null
Bash:
#create blank transpartent background
convert -size 320x480! xc:transparent _background.png
#create smaller file
convert Tajni\ i\ fajni\ \(2019\).jpg -resize 320x480! _file.png
#merge two files into one
montage _file.png _background.png -tile 2x1 -geometry +0+0 -background none _out.png