Skip to content

Commit

Permalink
add adjustable webp quality
Browse files Browse the repository at this point in the history
  • Loading branch information
TNTwise committed Oct 5, 2024
1 parent 69fe189 commit f10d217
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,7 @@ int main(int argc, char** argv)
pattern_format = optarg;
break;
case L'q':
quality = atof(optarg);
quality = _wtof(optarg);
break;
case L'v':
verbose = 1;
Expand Down

0 comments on commit f10d217

Please sign in to comment.