Mercurial > mplayer.hg
comparison TOOLS/mwallp/README @ 6457:95918d5066b6
mwallp - simple wallpaper setting tool using MPlayer codebase
author | arpi |
---|---|
date | Mon, 17 Jun 2002 14:13:10 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
6456:f0b64210ce97 | 6457:95918d5066b6 |
---|---|
1 mwallp - mplayer's wallpaper setting utility | |
2 ====== | |
3 | |
4 Usage: mwallp file1.jpg [file2.jpg file3.jpg ...] | |
5 ~~~~~~ | |
6 | |
7 About: | |
8 ~~~~~~ | |
9 MWallp is a simple tool to set .jpg images as background/wallpaper on the | |
10 desktop. It scales (bicubic) and convert the given jpg image to desktop | |
11 size/bpp and set as background of Root window. | |
12 | |
13 If more than 1 filenames given, it randomly selects one, so running something | |
14 like 'mwallp ~/.wallpapers/*.jpg' from cron will randomly changes wallpaper. | |
15 | |
16 Why? | |
17 ~~~~ | |
18 I've tried several programs, and as most of them used Imlib, their quality | |
19 sucks (Imlib uses neares-neighbour scaling...). | |
20 So I've decided to put together something very simple but efficient built | |
21 using the MPlayer codebase. | |
22 | |
23 A'rpi |