2010年1月13日 星期三

CatCry-可批次縮圖的圖片瀏覽器

簡介(Intro):
CatCry 是一個簡易的圖片瀏覽、編輯的自由軟體,以 wxPython 寫成,也使用到 PIL 庫。它可以將圖片以順時針、逆時針方向旋轉圖片(90度),還可以進行水平以及垂直的翻轉,另外就是可以批次縮放圖片。

CatCry is a simple and easy to use application designed to help you view your favorite images. This tool can also do some edit to photographs, like rotation, flip, and resize.

授權方式(Liences):
GPLv3
詳情請見http://www.gnu.org/licenses/

GPLv3
See http://www.gnu.org/licenses/ for more detail.

載點(Donloads):
Windows:
Version-1.0:CatCry - 1.0

Linux:
Version-1.1:CatCry - 1.1_Linux

原始碼:

下載下來解壓縮後就可以直接使用了,不需安裝。
如果你的電腦裡有 Python 開發環境,並且安裝了 wxpython 、 PIL 的話,直些下載原始碼就可以使用了。

You can download it and use it without installation, just unzip it!
If you already have Python(2.5 or 2.6) in your PC, and installed with wxpython and PIL, just download the source code to use it.

操作方式(How to use):
上圖是當你執行程式之後會在程式視窗的上方看見的工具列,圖示由左至右及功能分別是:
The picture is the toolbar upside the window, the function of these tools are:(from left to right)

開啟檔案:開啟圖檔。
Open file: Open file.

儲存檔案:當前顯示圖片如有進行旋轉或翻轉動作才可執行,會儲存修改並覆蓋舊有檔案。
Save file: It can be use when you did some edit to the picture, like flip and rotation. It will recover the file.

刪除檔案:刪除當前瀏覽的圖片。
Delete file: Delete the file which you just looking at.

上一張:瀏覽上一張圖片。
Previous: View the previous picture.

下一張:瀏覽下一張圖片。
Next: View the next picture.

拉近:拉近瀏覽圖片,最多放大10倍。
Zoom in: Zoom in the picture, the largest scale is 1000%.

拉遠:拉遠瀏覽圖片,最多縮小10倍。
Zoom out: Zoom out the picture, the smallest scale is 10%.

原始大小:瀏覽圖片的原始大小。
Original size: Scale the picture to it's original size.

符合視窗:拉遠圖片以適合當前視窗,若圖片原始大小比當前視窗小,則以原始大小瀏覽。
Fit window: Zoom out the picture to fit the window.

順時針旋轉:將當前圖片順時針旋轉90度。除非按下儲存檔案紐,不然修改不會被記錄。
Rotation(90 C.W.): Rotate the picture for 90 degrees C.W.

逆時針旋轉:將當前圖片逆時針旋轉90度。除非按下儲存檔案紐,不然修改不會被記錄。
Rotation(90 C.C.W.): Rotate the picture for 90 degrees C.C.W.

水平翻轉:水平翻轉當前瀏覽圖片。除非按下儲存檔案紐,不然修改不會被記錄。
Flip horizontal: Flip the picture horizontally.

垂直翻轉:垂直翻轉當前瀏覽圖片。除非按下儲存檔案紐,不然修改不會被記錄。
Flip vertical: Flip the picture vertically.

滾輪功能(上、下一張):將滾輪功能設定為瀏覽上、下一張圖片。
Roller function(Previous, Next): Set the roller function to previous or next the pictures.

滾輪功能(拉近、拉遠):將滾輪功能設定為拉近、拉遠當前瀏覽圖片。
Roller function(Zoom in, Zoom out): Set roller function to zoom in or zoom out the picture.

縮放圖片:當按下此功能扭,會先出現設定視窗,你可以選擇要將圖片以比例或是絕對方式縮放,然後輸入品質大小、選擇轉換後的格式,按下 OK 後就可以選擇所有你想要縮放的圖片,所有選擇圖片以相同設定套用,將會在當前瀏覽目錄下新增一個 resize 資料夾,存放所有縮放完成的圖片,檔名以原圖檔檔名套用。
Resize picture(s): You can resize your picture(s) what you want, it will create a "resize" folder path down the picture(s) folder.

關於本軟體:對本軟體有些簡單描述。
About: There's some describe for this software.

離開程式:關閉程式。
Exit: Quit this software.

鍵盤功能(Function of keyboard):
開啟檔案:數字鍵盤 "2"。
Open file: Numpad "2".

上一張:十字鍵左、十字鍵上、PageUp 鍵。
Previous: "←" , "↑" , "Page Up" .

下一張:十字鍵右、十字鍵下、PageDown 鍵、Enter 鍵、空白鍵
Next: "→" , "↓" , "Page Down" , "Enter" , "Space" .

拉近:數字鍵盤 "+"。
Zoom in: Numpad "+".

拉遠:數字鍵盤 "-"。
Zoom out: Numpad "-".

原始大小:數字鍵盤 "1"。
Original size: Numpad "1".

符合視窗:數字鍵盤 "0"。
Fit window: Numpad "0".


另外:滑鼠左鍵可以拖拉瀏覽、支援檔案拖放
Other: The left key of the mouse can drag the picture which you are looking at if it's size out of the window. And you can drag-drop the picture file to the window.

有任何問題,歡迎留言。
也希望大家可以回報Bug,我會盡快修正。
最後希望這軟體對大家有用。
If you have any questions, just leave your message.
And I hope you can report the Bugs, I will fix it as soon as I can.
Hope this software can be useful for anyone.

Note: I'm sorry about my poor English......

沒有留言: