diff --git a/website/index.html b/website/index.html index 7ef856a..71382f3 100644 --- a/website/index.html +++ b/website/index.html @@ -192,6 +192,20 @@ given point.
+this program was born because I did not manage to get wmPhoto working on +my computer at work and because I wanted to document the process of starting +a completely new program using the wmdocklib library. +
+pywmPhoto has not that much funcionality as wmPhoto: it just shows a +single static xpm, nothing more. there are limitations on the xpm that can +be shown: it may not use the ' ' (space) as a symbol for coding colours, it +must use one character to code each colour. use imagemagik's convert with +parameters: -depth 256 -colors 80, then make sure that the space is not +being used (it is necessary for transparency).
+