Known bugs:
-----------
See TODO for missing features

* There is a pretty significant memory leak somewhere... I don't know if it is in
  the JGimp core library, or the Side Views/Camellie stuff. I need to do some tests with the core
  libray to figure out if it is the cause of the problem
* There is a potential bug in gimpdrawable.c, version 1.2.2, in gimp_drawable_mask_bounds
  where that function will not set x1 and y1 if gimage_bmask_bounds(...) returns false.
  So in JGimpMacros, in the code to duplicate an image, there is an extra function call
  to get around this problem
* JGimpImagePanel cannot display all possible image types yet
