summaryrefslogtreecommitdiff
path: root/sys/src/cmd/mothra/getpix.c
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@gmx.de>2012-04-01 04:57:11 +0200
committercinap_lenrek <cinap_lenrek@gmx.de>2012-04-01 04:57:11 +0200
commit0989c2530d03de81c7d340e2f173786590ae967b (patch)
tree8a195b4e59670a76ccb3f2a885130708c420c65e /sys/src/cmd/mothra/getpix.c
parentff7d9ab52561605053e69dfa3d7e842318444c03 (diff)
microsoft ico format conversion support
Diffstat (limited to 'sys/src/cmd/mothra/getpix.c')
-rw-r--r--sys/src/cmd/mothra/getpix.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/src/cmd/mothra/getpix.c b/sys/src/cmd/mothra/getpix.c
index d966de53c..7fd58254c 100644
--- a/sys/src/cmd/mothra/getpix.c
+++ b/sys/src/cmd/mothra/getpix.c
@@ -19,6 +19,7 @@ char *pixcmd[]={
[JPEG] "jpg -9t",
[PNG] "png -9t",
[BMP] "bmp -9t",
+[ICO] "ico -c",
};
void getimage(Rtext *t, Www *w){