
Items large and small which remain to be worked on.
--------------------------------------------------------------------

* Add support for FlattenImage() and OrderedDitherImage().

* Add support for specifying a CMS color profile (ImageInfo
  color_profile member).

* Look into adding/removing profiles via the ProfileImage function.

* Extend Image constructor to allow specifying DirectClass or
  PsuedoClass representation when creating a solid-color canvas.

* Add Image constructor that takes only a Geometry argument in order
  to support constructing an image with size, but without content.

* Fix floodFillTexture() so that it preserves the current texture.

* Fix documentation for drawing rounded rectangle.  Parameters
  represent corners, not center.

* Manage Options instance seperate from Image instance.

* Support options stack similar to graphic-context.

* Provide interface to obtain font metrics for fonts handled by
  FreeType.  Would use the GetFontMetrics() API.

* Add suppport for new drawing primitives:
  - clip-path %s  (%s is the name of the clip path
  - pop clip-path
  - push clip-path-%s  (%s is the name of the clip path)
  - viewbox (e.g. "viewbox 0 0 640 480")

* Support manipulating IPTC profiles directly. Bill Radcliffe
  <BillR@corbis.com> has agreed to write a container class to support
  this.

Items which will require the aid of volunteers.  Volunteers?
--------------------------------------------------------------------

* Port to CodeWarrior Professional 6.0 under NT

* Port to Borland C++ Builder 4.0 (http://www.borland.com/)

* Port to EDG C++ (multi-platform) compiler (http://www.edg.com/)

* Port to HP-UX C++ compiler (aCC)

* Port to AIX C Set++ compiler

* Port to DEC C++ compiler

* Port to Cray C++ compiler

* Port to VMS

