一个跨平台的库,用于在Java应用程序中进行屏幕和视频捕捉
标签:截图开发商: TeamDev
当前版本: 3.6
产品类型:控件
产品功能:工业数据采集软件
平台语言:JAVA
开源水平:不提供源码
本产品的分类与介绍仅供参考,具体以商家网站介绍为准,如有疑问请来电 023-68661681 咨询。
JxCapture是一种跨平台、能为Java应用程序提供综合屏幕抓取API的库程序。不论是整个窗口还是单个对象,你都能抓取屏幕上的所有图片元素然后将它保存为java.awt.image.BufferedImage对象以便进一步在Java代码里处理。
JxCapture is a cross-platform library that provides a comprehensive screen capture API for Java applications. You can capture any graphic element on the screen, whether an entire window or just a single object on it, and save it as a java.awt.image.BufferedImage object for further manipulation in Java code.
声明:本产品中文介绍为慧都网版权所有,未经慧都公司书面许可,严禁拷贝、转载!
* 关于本产品的分类与介绍仅供参考,精准产品资料以官网介绍为准,如需购买请先行测试。
功能
多屏幕抓取操作使你能够用许多不同的方法抓取你想要的内容,方法包括:
全屏抓取(可在多个显示器上使用)
活动窗口抓取
所有如窗口、按键、菜单等UI元素的对象抓取
三角区域抓取
查看JavaDoc
广泛的抓取选项如抓取透明窗口、鼠标指针、设置简易的键盘快捷等
JxCapture的演示程序与代码样本能说明所有的API功能
全屏截屏示例代码
package jxcapture.image; import com.teamdev.jxcapture.CompressionQuality; import com.teamdev.jxcapture.ImageCapture; import com.teamdev.jxcapture.image.ImageFormat; import com.teamdev.jxcapture.video.FullScreen; import java.io.File; /** * The example demonstrates full screen capturing. * Platforms: All * Image source: FullScreen * Output image format: JPEG * Output file: FullScreen.jpg */ public class CaptureFullScreen { public static void main(String[] args) throws Exception { ImageCapture imageCapture = ImageCapture.create(new FullScreen()); long before = System.currentTimeMillis(); imageCapture.takeSnapshot().save(new File("FullScreen.jpg"), ImageFormat.JPEG, CompressionQuality.HIGH); long after = System.currentTimeMillis(); imageCapture.release(); System.out.println("Operation took " + (after - before) + " milliseconds."); } }
Features
Multiple screen capture operations allow you to capture whatever you want on the screen in many different ways, including:
更新时间:2021-11-16 15:31:18.000 | 录入时间:2008-03-12 10:03:04.000 | 责任编辑:秦林
终级三维渲染和模拟工具集
V-Ray for SketchUp面向建筑师和设计师的快速且易用的渲染插件。
V-Ray for Rhino面向建筑设计师,汽车设计师,产品设计师的强大渲染软件。
Chaos CloudChaos Cloud 是一键式云渲染解决方案,只需点击按钮Chaos Cloud 会处理好一切。
V-Ray Render Node用多台计算机的能力加快单张图片的渲染速度。
服务电话
重庆/ 023-68661681
华东/ 18183052121
华南/ 18100878085
华北/ 17382392642
客户支持
技术支持咨询服务
服务热线:400-700-1020
邮箱:sales@evget.com
关注我们
地址 : 重庆市九龙坡区火炬大道69号6幢
慧都科技有限公司 版权所有 Copyright 2003-2023 渝ICP备12000582号-13 渝公网安备
50010702500608号