登录 注册
当前位置:主页 > 资源下载 > 9 > 截图工具屏幕

截图工具屏幕

  • 更新:2024-11-14 13:52:56
  • 大小:283KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:C++ - 后端
  • 格式:ZIP

资源介绍

windows桌面截图工具 支持bmp、jpg、png、tif格式 ScreenClipper.exe 与 ScreenClipperD.exe分别为release及debug程序。 test.exe为demo程序,通过调用ScreenClipper.dll实现截图。 可通过配置文件配置软件UI及截图保存格式及位置(首次运行会生成该文件)。 配置文件为config/ScreenClipper.json,说明如下: { "Anchor": {--------------------可拖拽锚点颜色及尺寸 "Color": "0x00AEFF", "Size": 7 }, "Button": {--------------------取消/保存/复制按钮尺寸及提示文本 "CloseTip": "取消", "Height": 24, "Width": 24, "toFileTip": "保存文件", "toMemTip": "内存复制" }, "Frame": {--------------------截图区域边框颜色及线宽 "Color": "0x14A1FF", "Width": 2 }, "Glass": {--------------------玻璃窗口颜色 "Color": "0x19E1197F" }, "SaveFile": {-----------------文件保存选项 "ext": "png", "path": "E:/Project_/ScreenClipper/bin/save", "prefix": "截屏" } }