The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

enblend-mask - Wrapper around enblend for managing external masks

Synopsis

  enblend-mask [options] -o OUTPUT INPUTS

DESCRIPTION

Wrapper around enblend. Usage is exactly the same as for enblend, except that if files named '<prefix>_mask.tif' exist, they are inserted as alpha masks before blending.

Some examples of valid image pairs:

  image0000.tif image0000_mask.tif
  foo.jpg foo_mask.tif

Note masks can be any bit depth, but must have no alpha channel. Black indicates areas to be ignored, any other colour indicates areas that may be blended.

Note also that only masks need to be TIFF files, input images can be any filetype supported by ImageMagick.

Requires enblend and ImageMagick.

http://www.bruno.postle.net/neatstuff/enblend-mask/ http://enblend.sourceforge.net/

License

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

See Also

perl, Panotools::Script

Author

October 2006, Bruno Postle <bruno AT postle.net>