码迷,mamicode.com
首页 > 其他好文 > 详细

Atitit 动态按钮图片背景颜色与文字组合解决方案

时间:2016-11-18 07:27:30      阅读:240      评论:0      收藏:0      [点我收藏+]

标签:current   build   ffffff   static   for   ec2   结束   filter   row   

Atitit 动态按钮图片背景颜色与文字组合解决方案

 

转换背景颜色,setFont("cywe_img", fontScale, 50, 5)

设置文字大小与坐标

文字分拆,使用字根组合,也就256个字根就够了。

技术分享 

技术分享 

public static void main(String[] args) throws FileNotFoundException {

 

long startTime = System.currentTimeMillis(); // 获取开始时间

String out = "C:\\0workspace\\AtiPlatf_cms\\WebRoot\\btn\\" + filex.getUUidName() + ".png";

double fontScale = 0.6;

new SvsBtnFilter().setBg("bush_blu", 300, 60, "210,0.1,0.1").setFont("cywe_img", fontScale, 50, 5).setFont("din_img", fontScale, 90, 5).toOutStream(new FileOutputStream(new File(out)));

System.out.println("--f");

long endTime = System.currentTimeMillis(); // 获取结束时间

 

System.out.println("程序运行时间: " + (endTime - startTime) + "ms");

System.out.println("--0f");

 

}

 

/AtiPlatf_cms/src/com/attilax/img/SvsBtnFilter.java

 

Builder<BufferedImage>  bldr = Thumbnails.of(bg);

 

Builder<BufferedImage>  bldr = Thumbnails.of(bg);

//of(new File(this.bg));

for (AFont aFont : li) {

Runnable c = () -> {

BufferedImage img1 = imgx.toImg(aFont.fontPic);

try {

img1 = Thumbnails.of(img1).scale(aFont.fontScale).asBufferedImage();

Coordinate coordinate1 = new Coordinate(aFont.point.x, aFont.point.y);

bldr.watermark(coordinate1, img1, 1f);

} catch (IOException e) {

System.out.println("----wan::" + e.getMessage() + aFont);

e.printStackTrace();

}

};

c.run();

// urlPool.execute(c);

 

}

 

try {

bldr.size(300, 60).keepAspectRatio(true).outputFormat("png").toOutputStream(fileOutputStream);

} catch (IOException e1) {

ExUtil.throwExV2(e1);

}

 

 

作者:: 绰号:老哇的爪子 ( 全名::Attilax Akbar Al Rapanui 阿提拉克斯 阿克巴 阿尔 拉帕努伊 ) 

汉字名:艾提拉(艾龙)   EMAIL:1466519819@qq.com

转载请注明来源: http://www.cnblogs.com/attilax/

Atiend

 

Atitit 动态按钮图片背景颜色与文字组合解决方案

标签:current   build   ffffff   static   for   ec2   结束   filter   row   

原文地址:http://www.cnblogs.com/attilax/p/6076126.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!