Class StackCopierAtBox
Object
StackCopierAtBox
Copies a
source stack into a destination stack at a particular BoundingBox.
Ordinarily both source and destination must have an identical number of
channels. However, exceptionally, if source is single-channeled it is replicated as
needed to match destination.
- Author:
- Owen Feehan
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidcopyImageInto(Stack source, Stack destination, BoundingBox box)
-
Method Details
-
copyImageInto
- Parameters:
source- the stack that is copied (either singled-channeled or containing the same number of channels asdestination.destination- the stack into whichsourceis copied.box- the bounding-box indestinationinto whichsourceis copied.
-