命令行截图工具 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://www.codercto.com/soft/d/6811.html

JavaScript: The Definitive Guide, 5th Edition

JavaScript: The Definitive Guide, 5th Edition

David Flanagan / O'Reilly Media / 2006-08-01 / USD 49.99

This Fifth Edition is completely revised and expanded to cover JavaScript as it is used in today's Web 2.0 applications. This book is both an example-driven programmer's guide and a keep-on-your-desk ......一起来看看 《JavaScript: The Definitive Guide, 5th Edition》 这本书的介绍吧!

URL 编码/解码
URL 编码/解码

URL 编码/解码

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具