diff options
author | cinap_lenrek <cinap_lenrek@gmx.de> | 2012-04-01 04:57:11 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@gmx.de> | 2012-04-01 04:57:11 +0200 |
commit | 0989c2530d03de81c7d340e2f173786590ae967b (patch) | |
tree | 8a195b4e59670a76ccb3f2a885130708c420c65e /sys/src/cmd/mothra/getpix.c | |
parent | ff7d9ab52561605053e69dfa3d7e842318444c03 (diff) |
microsoft ico format conversion support
Diffstat (limited to 'sys/src/cmd/mothra/getpix.c')
-rw-r--r-- | sys/src/cmd/mothra/getpix.c | 1 |
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){ |