命令行截图工具 Shot

码农软件 · 软件分类 · 图像(Image) · 2019-05-29 15:42:32

软件介绍

Shot是一款命令行截图工具的软件。

特性:

跨平台:

  • Windows

  • GNU/Linux (X11 + XRandR)

多种区域选择方法:

  • the whole desktop

  • currently focused window

  • currently focused monitor (established by focused window)

  • specific monitor

  • specific window

  • specific rectangle (passed as string)

  • interactive selection with a special window

交互式选择行动:--interactive at its
best

GNU / Linux的编译:

1.安装libpng

2.运行以下指令

./bootstrap
./waf configure
./waf

3.如果你想全范围安装

sudo ./waf install

Windows的交叉编译

1.安装mxe且编译libpng:

git clone https://github.com/mxe/mxe.git
cd mxe
make libpng

2.配置shell并使用mxe:

MXE_PATH=~/src/mxe/
CROSS=i686-w64-mingw32.static-
export PATH="$MXE_PATH/usr/bin/:$PATH"
export CC=${CROSS}gcc
export AR=${CROSS}ar
export PKGCONFIG=${CROSS}pkg-config

3.使用常规方法编译项目。

本文地址:https://codercto.com/soft/d/6811.html

Web 2.0 Architectures

Web 2.0 Architectures

Duane Nickull、Dion Hinchcliffe、James Governor / O'Reilly / 2009 / USD 34.99

The "Web 2.0" phenomena has become more pervasive than ever before. It is impacting the very fabric of our society and presents opportunities for those with knowledge. The individuals who understand t......一起来看看 《Web 2.0 Architectures》 这本书的介绍吧!

JS 压缩/解压工具
JS 压缩/解压工具

在线压缩/解压 JS 代码

HTML 编码/解码
HTML 编码/解码

HTML 编码/解码

正则表达式在线测试
正则表达式在线测试

正则表达式在线测试