zoukankan      html  css  js  c++  java
  • 截图工具(window 10 和Mac OSX)

     

    Win10上截图

    1.使用系统截图工具

    • 所有程序中可以看到

    image

    通过win+R,打开运行,输入“SnippingTool”

    文件位于: C:WindowsSystem32SnippingTool.exe

    优点在于可以延时截图

    image

     

    2.使用QQ之前的截图工具

     

    以前QQ好像有个独立的截图工具的。现在只有从QQ拼音上提取的一个截图工具了

    QQpyjp_XiaZaiBa.zip

    下载后就这个文件:

    image

    但是在win10上不兼容高分屏,会出现缩放的情况。

    设置下兼容性就可以使用了:

    image

     

    OSX上截图

    系统自带两个截图快捷键,但是截图有阴影,所以直接使用命令行的截图:

    首先可以查看下screencapture的一些参数:

    > man screencaputre –t | open –fa Preivew

    NAME

    screencapture — capture images from the screen and save them to a file or the clipboard

    SYNOPSIS

    screencapture [ −SWCTMPcimswxto] file

    DESCRIPTION

    The screencapture utility is not very well documented to date. A list of options follows.

    −c Force screen capture to go to the clipboard.截图到剪贴板

    −C Capture the cursor as well as the screen. Only allowed in non-interactive modes.

    −i Capture screen interactively, by selection or window. The control key will cause the screen shot to go to the clipboard. The space key will toggle between mouse selection and window selection modes. The escape key will cancel the interactive screen shot.交互方式截图

    −m Only capture the main monitor, undefined if -i is set.

    −M Open the taken picture in a new Mail message.

    −o In window capture mode, do not capture the shadow of the window.不带阴影

    −P Open the taken picture in a Preview window.

    −s Only allow mouse selection mode.

    −S In window capture mode, capture the screen instead of the window.

    −t <format> Image format to create, default is png (other options include pdf, jpg, tiff and other for-mats).

    −T <seconds> Take the picture after a delay of <seconds>, default is 5.

    −w Only allow window selection mode.选择窗口

    −W Start interaction in window selection mode.

    −x Do not play sounds.静音截图

    −a Do not capture attached windows.

    −r Do not add screen dpi meta data to captured file. files where to save the screen capture, 1 file per screen

     

    screencapture –icow

    然后就可以粘贴到其他的地方。

    还可以直接保存文件,指定保存文件的文件名等等。

  • 相关阅读:
    vuex 入门
    Vuex 原理
    java web开发问题集合
    JSP Servlet 路径解析 路径设置
    随笔——学习的一些步骤及注意点(不断更新)
    常用正则表达式大全!(例如:匹配中文、匹配html)
    myeclipse+tomcat 工程名改名的问题 ——————完美解决方案
    web开发的步骤
    Servlet中的GET和POST之间的区别
    html、css、javascript、JSP 、xml学习顺序应该是怎样的呢?
  • 原文地址:https://www.cnblogs.com/xilifeng/p/5538785.html
Copyright © 2011-2022 走看看