NoSeems
--------------
Contents:
  README.htm - This file.
  noseems.exe - NoSeems executable.
  source.zip - zip of Delphi 7 source. Can be deleted.

Description:
  NoSeems takes an image file, flips the image 3 different ways making four images, then combines the images so the resulting image, when tiled, has no seems. It's great if you have an image map that just isn't quite big enough, but you don't want to scale it anymore, so, it effectively gains you a little resolution if there's not too much at the seem.

Installation and use:
  No installation. Just run the noseems.exe, click the 'Open' button to select the bitmap or jpeg image, then click the 'Save As' button to save the file.

Function:
  The image is made by creating a 4x4 tile, from top left to bottom right, by doing the following:
    Tile 1: Original image.
    Tile 2: Flip horizontally.
    Tile 3: Flip vertically.
    Tile 4: Flip horizontally and vertically.

Tile with original image.NoSeems tile.Tiled NoSeems tile.

Contact:
  Email: brandon.irwin atgmail dotcom