mpv/TOOLS/mwallp
michael 54df7e4a3e passing an array or double precission parameters for the scaling function, instead of missusing a few bits of the flags
fixing the naming of the scaling functions a little


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13374 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-09-18 00:08:17 +00:00
..
README mwallp - simple wallpaper setting tool using MPlayer codebase 2002-06-17 14:13:10 +00:00
compile.sh Make gabu happy 2003-10-26 11:23:37 +00:00
jpeg.c passing an array or double precission parameters for the scaling function, instead of missusing a few bits of the flags 2004-09-18 00:08:17 +00:00
mwallp.c mwallp - simple wallpaper setting tool using MPlayer codebase 2002-06-17 14:13:10 +00:00

README

mwallp - mplayer's wallpaper setting utility
======

Usage: mwallp file1.jpg [file2.jpg file3.jpg ...]
~~~~~~

About:
~~~~~~
MWallp is a simple tool to set .jpg images as background/wallpaper on the
desktop. It scales (bicubic) and convert the given jpg image to desktop
size/bpp and set as background of Root window.

If more than 1 filenames given, it randomly selects one, so running something
like 'mwallp ~/.wallpapers/*.jpg' from cron will randomly changes wallpaper.

Why?
~~~~
I've tried several programs, and as most of them used Imlib, their quality
sucks (Imlib uses neares-neighbour scaling...).
So I've decided to put together something very simple but efficient built
using the MPlayer codebase.

A'rpi