Accusoft.ImagXpressSdk Namespace > Processor Class : Merge Method |
Merging combines the current image being processed with another specified ImageX image. The resulting merged image is stored in Image.
If an area or region is active when the Merge method is called, then the source image is merged with the active region or area on the target image.
When the images being merged are both TIFF files that have tags, ensure that the tags are saved when merging, by first capturing the tags, then merging, then applying the tags again.
If either of the images being merged has a bit depth of less than 24 bits, then both images are converted to 24-bit images, then merged. However a 1-bit image merged with another 1-bit image may result in a 1-bit image.
If either of the images being merged has an associated color profile, then each image's profile is applied, then the images are merged. No color is retained.
Note: Sprites also offer the capability of merging a part of an image with another one, but it is more limited in capability.