@hackage patch-image0.3.0.1

Compose a big image from overlapping parts

  • Installation

  • Dependencies (0)

  • Dependents (1)

    @hackage/acme-everything
  • Package Flags

      llvm
       (on by default)

      Build program version base on knead

      cuda
       (on by default)

      Build program version base on accelerate-cuda

      builddraft
       (off by default)

      Build draft program

Compose a collage from overlapping image parts. In contrast to Hugin, this is not intended for creating panoramas from multiple photographies, but instead is specialised to creating highly accurate reconstructions of flat but big image sources, like record covers, posters or newspapers. It solves the problem that your scanner may be too small to capture a certain image as a whole.

There are two versions of the program:

  • A version using LLVM via the knead package: Enable it with the Cabal flag -fllvm.

  • A version using CUDA via accelerate-cuda: Enable it with the Cabal flag -fcuda.

Both of them have their individual installation difficulties.

Restrictions:

  • Only supports JPEG format.

  • Images must be approximately correctly oriented.

  • May have problems with unstructured areas in the image.