java图片合成(子图已经优化)
java图⽚合成(⼦图已经优化)
底层⼯具类,参数为⽂件流,返回也是⽂件流,具体是上传云还是下载这⾥就不写了,主要是图⽚合成
重阳节图片2022新图片业务是⼀张底图,⼀张或者多张⼦图⽚,更具⼦图的坐标x和坐标y⽣成图⽚
立冬的祝福问候语
PictureSynthesisSonFo 对象为⼦图对象
PictureSynthesisFo 对象为底图对象并包含⼦图对象集合
public static InputStream overlapImage(PictureSynthesisFo pictureSynthesisFo){
InputStream is;
try {
32寸液晶电视排行榜//设置图⽚⼤⼩
//背景图⽚
BufferedImage background = InputStream());
Graphics2D g = ateGraphics();
g.setRenderingHint(RenderingHints.KEY_INTERPOLATION,RenderingHints.VALUE_INTERPOLATION_BILINEAR);
g.Instance(AlphaComposite.SRC_ATOP, 1));
for (PictureSynthesisSonFo sonFiles : SonFiles()  ) {
安以轩老公BufferedImage qrCode = InputStream());
log.info("合成签字图fileCode:{},原width:{},width:{},原height:{},height:{}",FileCode(),
//在背景图⽚上添加图⽚
g.drawImage(qrCode .Width(), Height(), Image.SCALE_SMOOTH),  X(), Y(), null);            }
g.Instance(AlphaComposite.SRC_OVER));
g.dispose();
ByteArrayOutputStream bs =new ByteArrayOutputStream();
is = new ByteArray());
return  is ;
}catch (Exception e){
摘抄好段>蹲便器排污口正确安装<(log,"图⽚转换错误:{0}",e);
}
return null;
}

版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。