-
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
-
这是一个手机SOCKET开发程序,可以利用这个实例代码在手机上进行SOCKET开发...
这是一个手机SOCKET开发程序,可以利用这个实例代码在手机上进行SOCKET开发-This is a phone socket development process, we can use the example code on the phone to develop SOCKET
- 2022-03-15 19:30:29下载
- 积分:1
-
can java code
能在线生成java代码的工具,提高开发工作效率。-can java code-generation tool to improve the efficiency.
- 2022-07-21 02:41:36下载
- 积分:1
-
手机地址薄程序,包含disploy, screen, form, alert blist, textbox, command的应用...
手机地址薄程序,包含disploy, screen, form, alert blist, textbox, command的应用-phone"s address book procedures, including disploy, screen, form, alert blist, textbox, the command of
- 2022-03-18 06:27:04下载
- 积分:1
-
developed a Tetris game, which pay source, there still is a certain source of th...
基于J2ME 开发的一个俄罗斯方块游戏,内付源码,源码中还有一定的注释-developed a Tetris game, which pay source, there still is a certain source of the Notes
- 2022-09-14 17:20:03下载
- 积分:1
-
手机游戏中播放视频的程序代码.(原创)MIDP20可以作为游戏的引擎使用.对于开发视频游戏很有帮助...
手机游戏中播放视频的程序代码.(原创)MIDP20可以作为游戏的引擎使用.对于开发视频游戏很有帮助-phones to play video games the code. (Original) MIDP20 can use the game engine. For the development of video games helpful
- 2022-01-25 18:44:14下载
- 积分:1
-
J2ME手机游戏引擎,mdlet1.0
j2me手机游戏引擎,mdlet1.0-J2ME mobile gaming engine, mdlet1.0
- 2022-02-03 02:30:25下载
- 积分:1
-
一个利用手机上的bluetooth来开发的小程序 也是很经典的例子...
一个利用手机上的bluetooth来开发的小程序 也是很经典的例子-use of a Bluetooth phone to the development of small programs is a very classic example
- 2022-05-30 22:56:15下载
- 积分:1
-
j2me games, a source inside the right j2me study should be useful for
一款j2me小游戏,里面的源码对j2me的学习应该可以有一定的借鉴作用-j2me games, a source inside the right j2me study should be useful for
- 2023-03-23 20:00:04下载
- 积分:1
-
优秀方便使用的J2ME HTTP包装类, LOG可以输出到RMS, 进行真机调试....
优秀方便使用的J2ME HTTP包装类, LOG可以输出到RMS, 进行真机调试.-outstanding ease of use J2ME HTTP packaging categories, LOG can export to the RMS, Debugging for real machine.
- 2022-12-23 21:05:03下载
- 积分:1