page: force images to RGB using -3 flag (fixes grey-scale images displaying)
This commit is contained in:
parent
de5fdbc010
commit
7addee38a9
1 changed files with 1 additions and 1 deletions
|
@ -294,7 +294,7 @@ popenimg(Page *p)
|
|||
if(strcmp(p->ext, "ico") == 0)
|
||||
snprint(nam, sizeof(nam), "%s -c", p->ext);
|
||||
else
|
||||
snprint(nam, sizeof(nam), "%s -t9", p->ext);
|
||||
snprint(nam, sizeof(nam), "%s -t39", p->ext);
|
||||
pipeline(fd, "%s", nam);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue