3 lines
76 B
Bash
3 lines
76 B
Bash
|
#!/bin/bash
|
||
|
convert -resize 640x480 -depth 16 -colors 65536 $1 arkaplan.png
|