草庐IT

byteOutput

全部标签

java - GPU 计算能力可以用于图像转换(tiff 到 jpeg)吗?如果是的话如何实现

在我的场景中,我从设备获取屏幕(它只生成tiff图像)并将其传输到jpeg并通过网络将其发送到客户端(客户端仅支持jpeg编码)javacodepublicbyte[]getscreen(){/*logicforfetchingtiffimagefromthedevice*/if(tiffimage==null)returnnull;byteOutput=newByteArrayOutputStream();ImageIO.write(tiffImage,"jpeg",byteOutput);returnbyteOutput;}对于生成图像的设备,它需要10毫秒-1秒,具体取决于设备的