/MFW-ScreenShot

Tool for take ScreenShots

Primary LanguagePerlGNU General Public License v3.0GPL-3.0

MFW-ScreenShot

A tool for take screenshots

This script works in UNIX-like systems, tested on Fedora 12.

Original intention for use on Gnome 2

Table of contents

How to Use

Requirements

To use this script you need to have Perl and ImageMagick installed in your system.

How to use

Screen Area

/PATH-TO-SCRIPT/MFW-ScreenShot.pl --area_screenshot

Full ScreenShot

/PATH-TO-SCRIPT/MFW-ScreenShot.pl --full_screenshot

Configure destination directory

Change the directory in the script:

vi /PATH-TO-SCRIPT/MFW-ScreenShot.pl

Modify the line:

my $dirto = "Pictures/ScreenShots";

The final directory is on the Home user directory:

$ENV{HOME} + $dirto