2012年9月30日 星期日

螢幕擷圖軟體

Greenshot 是一個體積小免安裝螢幕擷圖軟體,它雖然體積小但功能強,除了基本的擷圖功能,如設置快速鍵,各種螢幕擷圖,將截圖儲存到特定的資料夾等,它還有更為強大的直接抓取上一次的擷圖範圍和從剪貼簿以及檔案載入圖片的功能。當然,最具特色的是它內建了簡易編輯功能,讓你可以在畫面上做筆記、標註、繪製或裁剪。

http://softblog.tw/greenshot.html

http://getgreenshot.org/downloads/


Greenshot - a free screenshot tool optimized for productivity

What is Greenshot?

Greenshot is a light-weight screenshot software tool for Windows with the following key features:
Quickly create screenshots of a selected region, window or fullscreen; you can even capture complete (scrolling) web pages from Internet Explorer.Easily annotate, highlight or obfuscate parts of the screenshot.Export the screenshot in various ways: save to file, send to printer, copy to clipboard, attach to e-mail, send Office programs or upload to photo sites like Flickr or Picasa, and others.…and a lot more options simplyfying creation of and work with screenshots every day.
Being easy to understand and configurable, Greenshot is an efficient tool for project managers, software developers, technical writers, testers and anyone else creating screenshots.

Want to see more?

Of course there is more that Greenshot can do for you. Have a look at some screenshots of Greenshot in action or try the latest release.

Greenshot is free and open source

Greenshot was published under GPL, i.e. this software can be downloaded and used free of charge, even in a commercial environment.
If you find that Greenshot saves you a lot of time and/or money, you are very welcome to support the development of this screenshot software.

沒有留言:

張貼留言

習題解答 (5/6)

  第五章 習題解答 一、 錯誤偵測技術 1. 何謂循環冗餘檢查法 (CRC)? 是一種根據傳輸資料產生簡短固定位數校驗碼的演算法。發送端將資料除以一個特定的多項式,得到的「餘數」即為 CRC 碼並隨資料發送;接收端以同樣多項式除之,若餘數為 0 則代表資料傳輸正確。 2. 何...