-
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
-
经典的一个小游戏;用java编写;适合在手机上移植
经典的一个小游戏;用java编写;适合在手机上移植-a small classic games; Java used to prepare; Suitable for the mobile phone transplant
- 2022-05-22 11:30:17下载
- 积分:1
-
手机播放铃音示例
手机播放铃音示例-example cell phones ring tones
- 2022-11-14 05:35:03下载
- 积分:1
-
J2ME平台编写,简单但趣味很强的游戏
J2ME平台编写,简单但趣味很强的游戏-prepared J2ME platform, a simple but very interesting game!
- 2023-05-13 19:35:04下载
- 积分:1
-
这是我编写的第一个J2ME程序,希望大家多多指教。在E680i上测试通过,并且运行良好...
这是我编写的第一个J2ME程序,希望大家多多指教。在E680i上测试通过,并且运行良好-This is the first I prepared a J2ME procedures, we hope the exhibitions. In E680i through testing, and running well
- 2022-06-01 20:35:14下载
- 积分:1
-
In the mobile phone platform above a J2ME application source code
在手机平台上面的一个J2ME应用程序的源代码-In the mobile phone platform above a J2ME application source code
- 2022-01-26 19:42:40下载
- 积分:1
-
黄金矿工的游戏,玩家控制矿工用钩子抓取金块得分。
黄金矿工的游戏,玩家控制矿工用钩子抓取金块得分。-Gold miner game, players control the gold miners crawling with hook points.
- 2022-01-23 10:11:08下载
- 积分:1
-
为 J2ME 开发的一个 VNC 客户端 ( java 2 移动的版本).。它包括一个额外的计划,为RFB呼叫开发的一个容易使用的纯java的应用程序接口。...
为 J2ME 开发的一个 VNC 客户端 ( java 2 移动的版本).。它包括一个额外的计划,为RFB呼叫开发的一个容易使用的纯java的应用程序接口。-for J2ME development of a VNC client (java 2 mobile version). . It includes an additional plan for the development of the RFB call an easy-to-use pure Java application program interface.
- 2022-03-31 04:28:09下载
- 积分:1
-
大富翁手机游戏。
大富翁手机游戏。-Monopoly mobile games.
- 2022-02-02 17:57:44下载
- 积分:1
-
ynoa
办公自动化(OA: OFFICE AUTOMATION)就是采用Internet/Intranet技术,基于工作流概念,使企业内部人员方便快捷地共享信息,高效协同工作;改变过去复杂、低效的手工办公方式。(Office Automation (OA: OFFICE AUTOMATION) is based on the Internet/Intranet technology. Based on the workflow concept, the internal staff can share information conveniently and quickly, and work together efficiently; changing the complex and inefficient manual office methods in the past.)
- 2020-06-16 14:20:02下载
- 积分:1