Java添加水印+图片水印+文字水印(三)
tic void main(String[] args) throws IOException {
pressText("D:/yjf/myworkspace/SimilarImageSearch/images/1.jpg", "水印测试文字", "宋体", Font.BOLD, 24, Color.red, 50, 50, 0.3f);
}