-
java 为图片添加水印 示例
为图片添加水印 【核心代码】 /*** 添加水印* @param imagePath 图片绝对路径* @param watermarkPath 水印图片绝对路径* @param position 水印图片位置* @return 生成水印图片的绝对路径*/public static String addWatermark(String imagePath, String watermarkPath, String position) {logger.info("为图片({})在位置{}添加水印({})", imagePath, position, watermarkPath);if (StringUtils.isNotBlank(imagePath) && StringUtils.isNotBlank(watermarkPath)) {File image = new File(imagePath);File watermark = new File(watermarkPath);Position pos = getPostion(position);if (image.isFile() && image.exists() && watermark.isFile()) {try {BufferedImage bi = ImageIO.read(image);Builder builder = Thumbnails.of(imagePath);BufferedImage watermarkImg = ImageIO.read(watermark);File newWatermark = null;// 原图的宽或高是水印图片宽或高的2倍及以上,则直接打上水印原图;否则缩略水印图片,以原图宽或高的二分之一if (bi.getWidth() / watermarkImg.getWidth()
- 2017-10-13下载
- 积分:1
-
J2ME的星座程序,包含文档
J2ME的星座程序,包含文档-it can look up constellations, dan it contain documents.
- 2022-04-24 19:34:16下载
- 积分:1
-
Suzhou buffeted
苏州自助餐-双塞秋j2me苏州自助餐-双塞秋j2me
- 2022-08-16 23:56:20下载
- 积分:1
-
eclipseme的最新版本的source,欢迎j2me程序员使用
eclipseme的最新版本的source,欢迎j2me程序员使用-eclipseme the latest version of the source, welcome j2me programmers to use
- 2022-07-22 15:12:43下载
- 积分:1
-
本书为PDF格式 手把手教你写第一个J2ME手机程序
本书为PDF格式 手把手教你写第一个J2ME手机程序-PDF format of this book for you to write手把手教first J2ME mobile phone program
- 2023-02-24 12:30:03下载
- 积分:1
-
j2me实现的移动机器人代码(Java实现)
j2me实现的移动机器人代码(Java实现)-j2me achieve mobile robot code (Java)
- 2022-05-18 03:42:30下载
- 积分:1
-
过去的第一场比赛,魔鬼是一个小棋盘游戏,他没有被修改,…
过去做的第一个游戏,是一个魔板的小游戏,一直没修改过,现在看看,做的很可笑。-past the first game, the devil is a small board game, he had not been modified, now see, so the very funny.
- 2023-01-31 06:00:03下载
- 积分:1
-
PngCutter
Java实现的png图片裁减工具,将png无损减小文件大小,用于j2me手机开发使用。(Java png picture of the reduction tools, nondestructive png will reduce file size, j2me development for mobile phone use.)
- 2007-05-28 11:08:47下载
- 积分:1
-
围棋程序源代码。用java编写
围棋程序源代码。用java编写-Go program source code. Java used to prepare
- 2022-05-27 14:25:24下载
- 积分:1
-
J2ME series of the snake swallowed,
j2me编的吞吃蛇,-J2ME series of the snake swallowed,
- 2022-10-26 10:55:02下载
- 积分:1