bash_tools/jpg2fb.sh

4 lines
82 B
Bash
Executable File

#!/bin/sh
convert -resize 1024 $1 fb_$1
jpegoptim --all-progressive -s -m50 fb_$1