
                          WMPHOTO version 0.3a
                  Copyrigth(C) 1999, Aldrin Martoq A.
                        (amartoq@cec.uchile.cl)


What is this?
============

	It's a dock-app that can show you a photo and execute a command
related to that photo. You can have many photos.

	The latest version will be in available in:
	http://www.dcc.uchile.cl/~amartoq



How I use it? How I install it?
===============================

	Read HINTS and INSTALL files.



License?
========

	wmphoto is based on wmmon.app and other GPL'ed software, so it's
GPL (See the COPYING file).



Probably future questions
=========================

1. Why you only can read xpm files? (ie: why not gif, jpeg files?)
   Why don't you auto-scale the image?
	R: I think that there is no need to rewrite all the code of
	managing any type of image-format. There are already excelents
	programs that do this task even better than me, like ImageMagick's
	convert program.

	Also xpm.gz files are only 3-7 Kb.

2. Why don't you use XXX program instead of `convert`?
	R: Because I didn't know it. Tell me the name and I will allow
	the user select the program to convert the images.

3. Do I need ImageMagick to compile wmphoto? To run it?
	R: No. The program just only make a fork(2) call to convert, so
	there is no need to any library or something alike. You only need
	(if you will use the add command-line option) the `convert`
	program running.



Probably future questions not answered
======================================

1. Where do I get ImageMagick?



