Implement fill scale mode

This commit is contained in:
Berke Kocaoğlu
2021-04-14 20:10:14 +03:00
committed by Berke Kocaoğlu
parent 1d28627868
commit 88f77bc59c
5 changed files with 10 additions and 2 deletions

View File

@ -44,7 +44,7 @@ void parse_options(int argc, char **argv)
{
int n, opt;
char *end, *s;
const char *scalemodes = "dfwh";
const char *scalemodes = "dfFwh";
progname = strrchr(argv[0], '/');
progname = progname ? progname + 1 : argv[0];