KClock

This karamba widget uses the Python Image Library PIL to resize with antialias the clock hands.

If you do not have PIL then you can get more information at:

http://www.pythonware.com/products/pil/


Since we use PIL to draw the clock hands we need to save the image as a file 
and then reload it into karamba. So we keep all of the images as a cache in
the following folder ~/.superkaramba/KClock_cache/{Style Name}/

You can delete the cache folder at any time, but you need to reload the clock widget or
restart karamaba to start writing back the cache images



Enjoy

