Skip to main content

Shutter: Capture, edit and share screenshots in ubuntu



Shutter is a feature-rich screenshot program. You can take a screenshot of a specific area, window, your whole screen, or even of a website - apply different effects to it, draw on it to highlight points, and then upload to an image hosting site, all within one window.

Features:

  • Take a screenshot of your complete desktop, a rectangular area or capture a website
  • Take screenshot directly or with a specified delay time
  • Save the screenshots to a specified directory and name them in a convenient way (using special wild-cards)
  • Shutter is fully integrated into the GNOME Desktop (TrayIcon etc.)
  • Generate thumbnails directly when you are taking a screenshot and set a size level in %
  • Shutter session collection
  • Keep track of all screenshots during session
  • Copy screeners to clipboard
  • Print screenshots
  • Delete screenshots
  • Rename your file
  • Upload your files directly to Image-Hosters (e.g. http://ubuntu-pics.de), retrieve all the needed links and share them with others
  • Edit your screenshots directly using the embedded drawing toola

Most amazing features:-

Capture:

Shutter allows you to capture nearly anything on your screen without loosing control over your screenshots (tabbed interface). Here is an overview of what you can do with Shutter:
  1. Capture a Specific Area:- This allows you to select an arbitrary region of your screen and capture only those parts you really need. Shutter offers two different tools to do so in order to meet any user’s taste.
  2. Capture your Desktop:- Shutter does not only capture all the contents of your desktop (or workspace) – it also supports Multi-monitor settings, e.g. capture the active monitor.
  3. Capture a Window:- Simply use your mouse to select the window you want to capture. Shutter will highlight the currently select window in an attractive and useful way. It is even possible to simply select a window from a list and capture it right a way.
  4. Capture a Menu or Tooltip:- Capturing menus or tooltips is very easy with Shutter. You select one of the options and a (user-defined) countdown starts. During this time you can open the desired menu or let a specific tooltip come up. Shutter will recognize and capture it.
  5. Capture a Website:- Shutter uses gnome-web-photo to capture a website without opening a browser window

Edit:

Especially if you are taking screenshots for writing tutorials or manuals you need to edit the image, e.g. highlighting some part of it. With Shutter you don’t need to open an external graphics editor like GIMP, because Shutter ships with its own built-in editor. Here are some of the most important features:

  1. Add Text, Arrows, Rectangles, Ellipses…:- The built-in editor allows you to add primitives (e.g. rectangles, lines etc.) , arrows or text to your screenshot. Every shape can be customized by changing the color, fonts and/or the line width.
  2. Censor / Pixelize to Hide Private Data:- Don’t want to show sensitive data like IP or e-Mail addresses? Shutter gives you two simple but effective tools to hide this data.
  3. Auto-Increment Shape:- When writing a step-by-step guide people often add incremental digits to the screenshots (usually via text). Shutter offers a specific auto-increment shape that can be added to the screenshot. It cannot be easier!
  4. Crop:- The built-in editor also includes a tool to crop your screenshot. Simply select a region with your mouse or enter the desired dimensions into the input fields.

Comments

Popular posts from this blog

Minified Your Blogger Template For Fast Response ! How to minified CSS.

Minified is also means minimisation or minimization,  In computer programming languages and especially JavaScript and CSS is the process of removing all unnecessary characters from source code without changing its functionality. These unnecessary characters usually include white space characters, new line characters, comments, and sometimes block delimiters, which are used to add readability to the code but are not required for it to execute. If you want to remove these unnecessary character, spaces and more from your blogger template so you should follow these steps given below. 1. First you have to open your blogger template editor . 2. Then find this tag on your template. <b:skin> < ![CDATA[/* 3. Copy entire data written under this tag until the style closing tag was encounter . it is recommended please leave the comment section if exists means a author bio or etc. ]]> </b:skin> 4. After that you have to Minified your your copy data or CSS. s

Connect CCTV Camara Via PC : Recommended Tips

Connect CCTV Digital Camera Using Personal Computer  Today I discuss about some topics.    Connect CCTV camera to computer.   Connect 4 channel DVR on the PC.   Create connection using BNC port. CCTV camera :   As we know about CCTV camera are various types but we discuss about the normal using camera such as BNC port camera or VGA camera or direct input with 4 wires. In our cameras there are 4 cable wire are use that first-video, second-ground, third- DC+ and fourth for DC-. these are connected by many type of connector like BNC or VGA . so if your camera have BNC connector on it so make a external socket and directly connect to the computer.  If your camera have VGA, PS2 or other type of connectivity socket so you just want a connector or converter VGA to BNC or any. 4 Channel PC DVR : This is the best option to connect your BNC or other VGA camera to the compute the main thing is this to too reasonable and it result was best. it easy to connect on computer

Minified Your Blogger Template For Fast Response ! How to minified JavaScript (Part 2) .

Minified is also means minimisation or minimization,  In computer programming languages and especially JavaScript and CSS is the process of removing all unnecessary characters from source code without changing its functionality. These unnecessary characters usually include white space characters, new line characters, comments, and sometimes block delimiters, which are used to add readability to the code but are not required for it to execute. If you want to remove these unnecessary character, spaces and more from your blogger template so you should follow these steps given below. 1. First you have to open your  blogger template editor . 2. Then find this tag on your template. < script type = 'text/javascript' > //<![CDATA[ 3. Copy entire data written under this tag until the script closing tag was encounter . it is recommended please leave the comment section if exists means a author bio or etc. //]]> < /script> 4. After that you have