set SR as default profile

This commit is contained in:
Celogeek 2023-08-05 14:54:24 +02:00
parent 777106aaa2
commit 7e098326be
Signed by: celogeek
SSH Key Fingerprint: SHA256:DEDfxIK2nUWXbslbRkww3zsauDjhWHlTXar+ak4lDJ4

View File

@ -77,6 +77,7 @@ type Options struct {
// Initialize default options.
func New() *Options {
return &Options{
Profile: "SR",
Quality: 85,
Grayscale: true,
Crop: true,