Related Libraries :
www.sunfreeware.com/programlistsparc10.html
TAR-ZXVF scrot-0.8.tar.gz
CD scrot-0.8
./configure--prefix=/soft/scrot
There are the following errors:
Checking for giblib-version >= 1.2.3 ... No
The Giblib-config script installed by Giblib could isn't be found
If Giblib was installed in PREFIX, make sure Prefix/bin are in
Your path, or set the GIBLIB_CONFIG environment variable to the
Full path to Giblib-config.
Configure:error:Cannot find Giblib:is Giblib-config in the path?
According to the prompt error, install Giblib:
TAR-ZVXF giblib-1.2.4.tar.gz
CD giblib-1.2.4
./configure--prefix=/soft/scrot
Have the following error:Checking for imlib2-version >= 1.0.0 ... No
The Imlib2-config script installed by IMLIB2 could isn't be found
If Imlib2 was installed in PREFIX, make sure Prefix/bin are in
Your path, or set the IMLIB2_CONFIG environment variable to the
Full path to Imlib2-config.
Configure:error:Cannot find Imlib2:is Imlib2-config in the path?
According to the prompt error, install IMLIB2:
Tar zxvf imlib2-1.4.2.tar.gz
CD imlib2-1.4.2
./configure--prefix=/soft/scrot
make
Make Install
success
export Path=/soft/scrot/bin: $PATH
CD..
CD giblib-1.2.4
./configure--prefix=/soft/scrot
Make & make install
CD scrot-0.8
./configure--prefix=/soft/scrot
Make & make install
Success.
However, an error occurred while running Scrot:
Cd/soft/scrot/bin
[Email protected] bin]$./scrot
./scrot:error while loading shared libraries:libgiblib.so.1:cannot open Shared object file:no such file or directory
But there is libgiblib.so.1 this file, with the Find command found under/soft/scrot/lib
Use the following command:
echo "/soft/scrot/lib" >>/etc/ld.so.conf
Ldconfig (update Ld.so.cache)
You can also do this:
[Email protected] server]$ cat/etc/ld.so.conf
Include ld.so.conf.d/*.conf
I found the LD.SO.CONF.D folder below, referring to one of the files, wrote a
Scrot.conf, the contents are as follows:
/soft/scrot/lib
Ldconfig
This is a good tool to run Scrot!
Related parameters:
- Crawl Desktop: Scrot desktop.png, this command fetches the current entire desktop and saves it as a desktop.png file. This image file can be found in the current directory.
- Grab window: scrot-bs window.png, option B allows Scrot to grab the outer frame when the window is crawled, while the S option lets the user choose what window to crawl.
- Crawl area: Scrot-s rectangle.png, after this command is executed, the rectangular area dragged by the mouse is Scrot crawled down.
Advanced use
For the normal crawl use Scrot the foundation is enough to cope with. However, in some special cases, using Scrot to grab images requires some skill.
- Delay Crawl: SCROT-CD menu.png, the D option in this command is used to delay the capture of the image, followed by 10 for 10 seconds delay, the preceding option C shows the countdown. This technique will fully demonstrate its magic when crawling menus or command prompts.
- Generate thumbnails: scrot-t 50% thumb.png, this command generates thumbnails of the image while capturing the image. The option T will turn on this feature, followed by 50% as the scale percentage of the original.
- Change quality: Scrot-q quality.jpg, the Q option in this command is used to change the quality of the captured image, which has a value between 1-100 and defaults to 75. The higher the value, the higher the image quality, and the lower the compression rate of the image, the larger the space occupied.
- Action screenshot: Scrot action.png-e ' mv $f ~/images/', which moves the captured image to the ~/images/directory. Obviously, the function of manipulating the image is turned on by the E option, where the $f represents the path/file name of the original.
Here is a convenient script, placed under the/usr/local/bin, a convenient place to build a shortcut, a click to enter the state
#!/bin/bash
# Note the following "+" sign should be followed by%y. (I didn't notice this before, hey, I haven't cut anything for a while.
/soft/scrot/bin/scrot-s/home/user name/picture/' date-d yesterday
+%y-%m-%d-%h-%m-%s '. jpgHttp://blog.chinaunix.net/uid-26952974-id-3201420.html Linux also has software. Scrot. You can also capture screenshots and mouse interception.
As long as there is no problem with the Yum source, the direct yum install Scrot will be ready.
Scrot in the terminal can be intercepted, the picture is saved in the current directory.
Scrot-s the mouse to intercept the screen.
You can create a new file, type the following, you can double-click to take a screenshot.
Scrot-s-E ' mv $f ~/screenshots/' http://freecode.com/downloadhttp://linuxbrit.co.uk/downloads/scrot-0.8-1.i386.rpmhttp://linuxbrit.co.uk/ Downloads/scrot-0.8.tar.gz
scrot-0.8