Class ImageMerger
java.lang.Object
eu.europa.esig.dss.pdf.pdfbox.visible.defaultdrawer.ImageMerger
public final class ImageMerger extends Object
This class allows to merge two pictures together
-
Method Summary
Modifier and Type Method Description static BufferedImage
mergeOnRight(BufferedImage left, BufferedImage right, Color bgColor, SignerTextVerticalAlignment imageVerticalAlignment)
static BufferedImage
mergeOnTop(BufferedImage bottom, BufferedImage top, Color bgColor, SignerTextHorizontalAlignment imageHorizontalAlignment)
-
Method Details
-
mergeOnTop
public static BufferedImage mergeOnTop(BufferedImage bottom, BufferedImage top, Color bgColor, SignerTextHorizontalAlignment imageHorizontalAlignment) -
mergeOnRight
public static BufferedImage mergeOnRight(BufferedImage left, BufferedImage right, Color bgColor, SignerTextVerticalAlignment imageVerticalAlignment)
-