rise default quality

This commit is contained in:
Celogeek 2022-12-27 14:43:36 +01:00
parent 0d5bd5a58c
commit f8359e7915
Signed by: celogeek
GPG Key ID: E6B7BDCFC446233A

View File

@ -65,7 +65,7 @@ func main() {
flag.StringVar(&opt.Profile, "profile", "", fmt.Sprintf("Profile to use: %s", strings.Join(availableProfiles, ", "))) flag.StringVar(&opt.Profile, "profile", "", fmt.Sprintf("Profile to use: %s", strings.Join(availableProfiles, ", ")))
flag.StringVar(&opt.Author, "author", "GO Comic Converter", "Author of the epub") flag.StringVar(&opt.Author, "author", "GO Comic Converter", "Author of the epub")
flag.StringVar(&opt.Title, "title", "", "Title of the epub") flag.StringVar(&opt.Title, "title", "", "Title of the epub")
flag.IntVar(&opt.Quality, "quality", 75, "Quality of the image: Default 75") flag.IntVar(&opt.Quality, "quality", 85, "Quality of the image: Default 75")
flag.Parse() flag.Parse()
if opt.Input == "" || opt.Output == "" { if opt.Input == "" || opt.Output == "" {