-
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
-
照片albume J2ME应用
photo albume aplication for j2me
- 2022-03-02 07:05:04下载
- 积分:1
-
Java developers phone
Java手机程序开发-DatagramClient-Java developers phone-DatagramClient
- 2022-06-22 01:44:11下载
- 积分: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
-
Alert and Timer programming paradigm
Alert和Timer编程范例-Alert and Timer programming paradigm
- 2022-03-13 02:38:27下载
- 积分:1
-
J2ME实现的手电筒v1.0
学习用的
J2ME实现的手电筒v1.0
学习用的-J2ME achieve flashlight to study the v1.0
- 2022-04-06 19:33:38下载
- 积分:1
-
a mobile Java games, MDIP2 operating environment, including all the resources an...
一个手机JAVA游戏,MDIP2的运行环境,包括所有的资源和源代码,俄罗撕方块-a mobile Java games, MDIP2 operating environment, including all the resources and source code, Russian tear chunks
- 2022-04-13 00:40:35下载
- 积分:1
-
这款征途PRG游戏源码对学习J2ME编程的朋友比较有用处,不但含有完整的源代码文件,还附有技术开发文档以及游戏运行的操作说明、开发环境配置等。这是软件系一位同学...
这款征途PRG游戏源码对学习J2ME编程的朋友比较有用处,不但含有完整的源代码文件,还附有技术开发文档以及游戏运行的操作说明、开发环境配置等。这是软件系一位同学的毕业设计作品。技术文档写的还算详细。
-This journey PRG source for learning J2ME game programming friend more useful, not only contains the complete source code files, but also with technology development documents and the instructions to run the game, the development environment configuration. This is a software system designed to work graduate students. Write fairly detailed technical documentation.
- 2023-09-05 22:15:04下载
- 积分:1
-
我参与的一个J2ME项目的部分代码,主要是在手机上实现的数据存储...
我参与的一个J2ME项目的部分代码,主要是在手机上实现的数据存储-I participated in a project of J2ME code, primarily in the realization of the mobile phone data storage
- 2022-08-17 07:41:48下载
- 积分:1
-
inclined 45 degrees J2ME game engine, a total of two documents, this is the firs...
J2ME斜45度游戏引擎,一共两个文件,这是第一个。-inclined 45 degrees J2ME game engine, a total of two documents, this is the first one.
- 2022-03-13 10:40:21下载
- 积分:1