Interface Watermarker
-
- All Known Implementing Classes:
AbstractWatermarker
,JpegWatermarker
,Mp4Watermarker
,TextWatermarker
public interface Watermarker
- Since:
- 10.2
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Path
addWatermark(Path inputFile, Path outputDir, String watermark)
Creates a new file based on the input file by adding a watermark
-
-
-
Method Detail
-
addWatermark
Path addWatermark(Path inputFile, Path outputDir, String watermark)
Creates a new file based on the input file by adding a watermark- Parameters:
inputFile
- the source fileoutputDir
- the directory to write the output filewatermark
- the watermark string to use- Returns:
- the path of the watermarked file
-
-