iPer Plugin Sample

  ************
  (C) 1999 Visual Vision - Aldo Ghigliano info@visualvision.com
  This is freeware, and "As Is", but:
  - if you modify this sample, you have to mail to me all 
    modifications, and to obtain my acknowledgment before to 
    distribute them;
  WARNING
  Visual Vision is not responsable of anything happens using this 
  sample. Use it at your own risk
  1.01

  ************
  PURPOSE:
    This program is a sample of an "iPer" plugin.
    iPer is a suite of hypertexts editing tools. You can find
  more info at <http://visualvision.com/iper/> or (for WH release)
  in the "help tools" sections of DSP or Torry's.
    iPer, from 3.0.7.156, supports "text effects" plugins and 
  "image effects" plugins.
    The purpose of a "image" plugin is to input a graphic file (gif or
  jpg), to elaborate it, to output modifications in same file.
    The purpose of a "text" plugin is to input text parameters (caption,
  font, color, bgcolor, style, size), to elaborate it, to output 
  elaboration to a graphic file (name is also given as parameter).
    Parameters are passed through command-line. No OLE stuffs.
  PLATFORMS:
      Delphi3. Maybe 4.
  NEEDS:
      Anders Melander's TGifImage.
  MORE INFO ABOUT THE IPER PLUGINS STANDARD:
      See code and PluginSpecs.txt

