-
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
-
kaffe Java 解释器语言,源码,Java的子集系统,开放源代码
kaffe Java 解释器语言,源码,Java的子集系统,开放源代码-Kaffe Java language interpreter, the source, Java subset of the system, open source
- 2023-08-21 12:40:06下载
- 积分: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
-
j2me手机软件开发教学系列,sun studio环境
j2me手机软件开发教学系列,sun studio环境-J2ME phone software teaching series, sun studio environment
- 2022-03-23 11:11:03下载
- 积分:1
-
Magic box, and fun mobile games example to write j2me
魔术方块,好玩手机游戏范例,以j2me撰写-Magic box, and fun mobile games example to write j2me
- 2022-02-22 09:18:51下载
- 积分:1
-
MyCartoon
一款JAVA小游戏,供学习参考,里面提供了J2ME几乎所有经典操作.(A JAVA game for learning the reference, which provides almost all the classic operation of J2ME.)
- 2007-08-10 14:17:02下载
- 积分:1
-
J2ME音乐播放器 适合初学者参考,有兴趣也可以下来看看的
J2ME音乐播放器 适合初学者参考,有兴趣也可以下来看看的-J2ME Music Player
- 2023-09-01 14:50:03下载
- 积分:1
-
一个手机客户端例子。需jdk1.4和wtk2.2以上环境
一个手机客户端例子。需jdk1.4和wtk2.2以上环境-Example of a mobile phone client. Need to jdk1.4 and above wtk2.2 environment
- 2022-09-03 20:35:02下载
- 积分:1
-
Prepared using J2ME mobile phone version of RPG game,
用J2ME编写的手机版RPG游戏“镜花缘”,包括三个场景。这是完整的eclipse工程文件包,并测试通过。-Prepared using J2ME mobile phone version of RPG game,
- 2022-02-04 07:54:39下载
- 积分:1
-
J2ME_FTP_source
J2ME_FTP源码及文档,实现文件上传、下载(J2ME_FTP source code and documentation for file upload, download)
- 2010-06-13 15:44:02下载
- 积分:1