GIMP Image Subtraction Plug-In
==============================

Copyright (C) 2005-2005  Alexandre Heitor Schmidt <alexsmith@solis.coop.br>


This package is a GIMP plugin to subtract one image from another. It is entirely
based on the gimp_plugin_template, having the following structure:

- The source is separated in main/interface/render files (core/ui separation).
- It's prepared for I18N.
- It installs it's own help files.
- Full autoconf/automake support.
- A dialog with necessary tools to perform what it was designed for.

To build and install it, just ...

	./configure
	make
	make install

 ... and it's there.


Happy GIMPing,
--Alex.
