mirror of
https://github.com/tjsga/website-2018.git
synced 2025-04-09 22:10:18 -04:00
3 lines
99 B
Bash
Executable File
3 lines
99 B
Bash
Executable File
#!/bin/sh
|
|
convert $1 -sampling-factor 4:2:0 -strip -quality 85 -interlace JPEG -colorspace sRGB $2
|