原圖
成果1
成果2
====================================================================
拍過許多照片,尤其是風景照,很想做成桌布,每天打開電腦就可以看到自己的作品,實在很有成就感
但是只有照片比較單調,之前看過一些效果處理很棒,其中電視網紋的效果我最喜歡,我已經忘記是哪裡
學到的,好像是無名某站務人員的網站吧,這幾年我自己的桌布很多都加入這種效果囉
方法有幾種,我習慣用這次教學的方法,"定義圖樣"之後只要後面要再使用可以很快的達到效果,
要再做變化也很方便喔
步驟01. 新增個圖檔,寬度1 pixel , 高度2~4 pixel都可以,這裡用2
步驟02. 把這個新圖檔放到最大,最大是1600%
步驟03. 使用鉛筆工具,筆刷直徑選1,顏色黑到灰都可以,效果不同
步驟04. 在圖的上或者下,點一點
步驟05. 編輯(下拉) -> 定義圖樣 (把這個圖樣定義儲存起來,以後要用叫出來就可以囉)
步驟06. 給她一個清楚的名稱:電視網紋1
步驟07. 把要做效果的圖開起來後,圖層下方有個調整選項點下去(黑/白icon) -> 圖樣 點下去
步驟08. 在圖樣填滿的選項中下拉,找到剛剛定義的圖樣 -> 確定
步驟09. 然後把填滿圖樣的那一層調整透明度,讓底圖浮現,調出自己需要的結果,然後圖層合併就完成囉,很簡單吧
圖樣變化
可以試試不同的圖樣,結果不同唷
視情況調整曲線就很讚囉
各式不同的網紋的效果我都很喜歡,感覺質感提升了,簡單幾個步驟就有明顯效果囉
有問題再討論囉
Thursday, February 11, 2010
MX LOOKUP
This test will list MX records for a domain in priority order. The MX lookup is done directly against the domain's authoritative name server, so changes to MX Records should show up instantly. You can click Diagnostics , which will connect to the mail server, verify reverse DNS records, perform a simple Open Relay check and measure response time performance. You may also check each MX record (IP Address) against 147 DNS based blacklists . (Commonly called RBLs, DNSBLs)
如何正確發送(大量) Email 信件 [ 轉載 ihower ]
experiences in Ruby and Rails
--------------------------------------------------------------------------------
如何正確發送(大量) Email 信件by ihower
Published:
December 29th, 2009
Comments:
2 Comments
Category:
EmailUpdate(2010/1/23): PostageApp 這個服務看起來不錯,甚至有 Rails plugin。
在眾多客戶需求中,我最害怕的其中一條”順便”要做的功能就是,在後台可以寄信給”全部的”使用者。
寄 “email” 而已,不是非常簡單嗎?
寄給幾個人是很簡單,但是要寄給”一群”人,那就不是件簡單的事情了,在這 spam 肆虐的年頭, 信寄出去不一定就能順利到達使用者的收件夾。
Engine Yard 的這兩篇 How To Ensure Your Email Gets Delivered 和 Making Sure Your Email Gets Delivered 點出了寄 Email 要注意的事項:
1.處理退信
Bonuce mail 是你寄出去的信件,但是因為某些理由(地址不對、對方信箱滿了)而被對方 mail sever 退信,這些 email 你必須要處理。如果你忽略它還一直寄,你就長得蠻像發垃圾信的傢伙,而會被列出黑名單之中。
2.與主要的 Email 服務商設定意見反應機制(Feedback Loop)
Feedback Loop 是一項協助處理當你的 email 被使用者按下 “垃圾信” 的服務。透過主動接觸主要的 Email 服務提供商,去建立用戶意見反應機制。例如 台灣Y!、Yahoo! Complaint Feedback Loop、msn等,減少被寄件者檢舉成垃圾信的次數。
3.建立自已的 email 清單
建立你自己的 mail 清單。如果你的清單是買來的,不但收件人沒有同意要收到你的信件,也會有很高的機會是 bonuce mail。寄出大量的非允許郵件,終究會讓你的 IP 被列出黑名單。
標準的作法是,要在使用者註冊後,且他們也確認收到註冊的認證信(透過email上的認證連結),如此便可以確保這個 email 的正確性,而不會變成 bonuce mail。你也應該避免寄出跟你服務無關的email,減少被檢舉成垃圾信的機會。
4.不要使用 100% 以圖片為主的內容
減少使用圖片,像 Gmail 預設就不會讀取圖片,重要的資訊使用圖片可能會讓使用者預設就看不到。充滿圖片的的 email 也容易判讀成垃圾信。
5.使用垃圾信判讀工作測試
收信的 mail server 通常會使用如 Spam Assassin 的工具來判讀是否是垃圾信,而你也應該用這類的工作檢查你寄出去的信件。http://www.brandonchecketts.com/emailtest.php 是一個線上的檢查工作,如果你的分數太低,顯然很可能被判讀成 spam。至於為什麼分數低,可以參考這篇文章。
6.驗證 HTML
如果你寄的是 HTML 格式,你應該檢查 HTML 格式是否正確。一封畸形的信件也容易變成 spam。
7.模擬測試終端使用者環境
使用不同 email clients 實際測試,例如 litmusapp.com 這個工具。不同的 client 可能會顯示不同的結果。
8.專屬 IP
是否有專屬的 IP。如果你的 email sever 是跟人共用的,很可能別人被 spam 了,跟著害到你被列入黑名單。
9.設定 SPF Validation
SPF (Sender Policy Framework) 是一項 e-mail 協定來確認 return-path address 的正確性,用以防止垃圾信件。設定 SPF 可以改進你的信件發送成功率,特別是 hotmail(MSN)。
10.設定 Domain Keys Verification
Domain Keys 驗證是另一種防止垃圾信件的協定。
11.設定 Reverse DNS 反查
設定反向查詢的 DNS 記錄,如果你寄信的 IP 無法反查,可能根本就寄不到。
12.驗證寄信者地址
你的寄信人 email 位址也要是正確存在的。許多 email 服務商會先檢查寄件人的地址是正確的,才會收信。
接下來麻煩的是,如果你終究還是不小心被列成黑名單,該怎麼辦? 這篇文章也列出一些常見的原因。
Anyway,我的結論是,還是交給專業的來吧~ 自己架設/管理 email server 不但辛苦又會被 blocked。如果信件量一天低於 500 封,我會建議採用免錢 Gmail 來寄信;超過的話,則有一些第三方服務可以採用,例如 http://sendgrid.com/ 或 http://www.authsmtp.com/。 如果需要比較多的行銷功能,則可以考慮 http://madmimi.com/、http://www.campaignmonitor.com/ 或 http://www.mailchimp.com/ 等服務。
BTW,既然提到了 Campaign Monitor,如果你有心做 Email marketing,他們家有不少值得一讀的資源,例如 Guide to CSS support in email clients 就十分有用。
Monday, January 11, 2010
Ultramonkey - Load Balancing and High Availability Solution
Ultramonkey - Load Balancing and High Availability Solution
Overview
Cluster Network Services
--------------------------
Ultra Monkey is a project to create load balanced and highly available network services. For example a cluster of web servers that appear as a single web server to end-users. The service may be for end-users across the world connected via the internet, or for enterprise users connected via an intranet.
iCORE Software 影子系統
iCore Virtual Accounts is a software that creates an isolated environments on your PC within which other programs can run.
Using iCore virtual machine as a sandbox program for safer browsing and installing new software provides an additional layer of security for your computer, because all changes remain contained in a Virtual Acc
Thursday, December 31, 2009
DWGSee 2010--DWG Viewer
A lite and fast dwg viewer, browse, view, measure, print DWG, DXF, DWF files. Supports AutoCAD drawing format from R2.5 to the latest version 2010.
DWGSee DWG Viewer Pro version supports DWG to Image(jpg, tiff, gif ), dwg to pdf conversion, it also supports advanced markup, let you publish markup in PDF or Image format.
Wednesday, December 2, 2009
Thursday, December 11, 2008
Business Opportunity
https://www.ets.com.hk/Chinese/Subscription/subscription.asp
申請登記成為政府物流服務署供應商
http://www.gld.gov.hk/chi/services_2_m.htm
有 意 為 政 府 提 供 資 訊 科 技 專 業 服 務 的 供 應 商
http://www.ogcio.gov.hk/textonly/chi/scp/callsuppliers.html
資 訊 科 技 推 廣 資 料 庫
http://www.ogcio.gov.hk/textonly/chi/tecmgt/citpfrc.htm
Global Contact By TDC Trade
http://tdclink.tdctrade.com/en/companyDirectory/simpleSearch?logonstatus=N
Monday, December 1, 2008
Jewellery design software
- Rhinocerosj
http://www.rhino3d.com/jewelry.htm - Gemvision
http://www.gemvision.com/html/products/matrix/matrix.html# - 3Design CAD Software
http://www.esslinger.com/3designcadsoftware.aspx
Monday, September 15, 2008
Allway Sync
許多人電腦中所存放的可不是只有遊戲或是一些即使損毀也無關痛癢或是還有機會找回的資料喔,尤其是對於上班族而言,相信都會擔心萬一電腦硬碟毀損,那麼辛 苦工作幾個月的企畫也許就會毀於一旦的這種憂慮了。曾幾何時,我們都想過要好好做好備份的工作,讓即使硬碟毀損,我們依舊能夠安心地愉快生活,但是偏偏事 與願違,因為人的惰性,我們逐漸忘了這件相當重要的事情。萬一等會兒硬碟就毀損,你該怎麼辦?
Allway Sync 是一款免費的目錄同步軟體,它能夠自動依照使用者設定的規則,為你依照檔案的內容、日期或是大小來進行同步的工作,並且還能夠將使用者的這些設定儲存個人 規則,往後只要直接呼叫出程式,它就能夠自動為你進行檔案的備份工作,讓你的資料隨時處於最安全的狀態。
雖然 Allway Sync 是一款免費的軟體,但是這僅僅對於個人使用者而言,如果你需要將它用於任何組織,不論是商業與否,都必須購買它的 Allway Sync Pro 版。順道一提的是,使用者進行備份工作時,『絕對』不要將兩份資料都存放於相同的硬碟之中,不然備份這個工作只形同虛工而已喔。
Sunday, September 14, 2008
Double Driver
軟體介紹
對很多電腦新手而言,重灌Windows最難的部份應該就是安裝驅動程式了。沒安裝正確的驅動程式,電腦硬體配備就無法順利運作,空有個Windows也 沒用;但一台電腦上的驅動程式這麼多,要一個個找到並安裝好還真是麻煩!搞得很多人寧願繼續忍受那早已毀損很嚴重的Windows,打死也不要重灌!
救 星來了!Double Driver正是一套可以事先備份Windows裡所有驅動程式的免費軟體。在重灌Windows之前,你可以先利用Double Driver詳細分析並備份你電腦上所有的驅動程式,等到重灌完成之後再使用它將所有驅動程式還原回Windows裡就行了!備份的方式可以選擇完整備 份,或是只備份你所勾選的就好。
Double Driver的使用也十分容易,執行之後先按下「Scan」掃描你電腦上所有的驅動程式,等掃描完成之後就會列出所有驅動程式清單;接著勾選你想要備份的 裝置後再按下「Backup」,驅動程式就備份好了;至於還原則是按下「Restore」然後選擇備份檔案即可。若是你搞不清楚哪些是該備份的,那就全部 勾選吧,這樣就不怕有任何遺漏囉!
DriverMax
http://www.innovative-sol.com/drivermax/
每 一款硬體要能夠正確的工作,其實都要藉助驅動程式與作業系統來進行溝通,讓硬體能夠發揮他們應有的效能,但是隨著時間的變遷,許多你裝機時所需要的驅動程 式可能早就不知道塞到哪裡去了,或者是因為網路上只能找到更新的版本而讓你頭痛不已(新的版本有時候反而無法發揮手中舊設備的最佳效能),此時你只要透過 DriverMax ,就能幫你蒐集你現有機器上的各種驅動程式。
DriverMax 是一款免費的驅動程式備份軟體,使用者可以透過它方便的介面,勾選你想要進行備份的驅動程式,那麼當日後重新安裝作業系統時,你只要將這些備份下的驅動程式重新匯入系統當中,那麼就完全不需要擔心硬體無法正常工作的問題囉。
註: DriverMax 雖然是一款免費程式,不過使用者仍須至原廠的註冊網頁取得註冊碼,以取消 30 天的試用限制。
Saturday, August 16, 2008
Sothink Flash Video Encoder
Video Encoder for Adobe Flash
-- Convert Video to Flash (FLV and SWF)Sothink Video Encoder for Adobe Flash, professional software to convert video to Flash, supports almost all popular formats of source videos including AVI, MPEG, and WMV and so on. Converts AVI/MPEG video to Flash video (FLV), video to SWF with high quality and least time. Provides advanced video editing functions, like video cropping and trimming. Generates thumbnail image and automatically creates an adapted Flash Video player (SWF) when outputting streaming Flash video file (FLV).
This Flash video encoder software also offers you various playback skins of different styles, and auto-generates HTML page for the Flash video file. Thus you can upload the page and Flash video to the web with ease. It is also a good video to Flash encoder to help you embed external subtitles for the converted streaming Flash video file.
SWiSH Max2 - The Ultimate Flash Creation Tool
SWiSH Max2 - The Ultimate Flash Creation Tool
|
WinSCP
* Graphical user interface
* Translated into several languages
* Integration with Windows (drag&drop, URL, shortcut icons)
* U3 support
* All common operations with files
* Support for SFTP and SCP protocols over SSH-1 and SSH-2 and plain old FTP protocol
* Batch file scripting and command-line interface
* Directory synchronization in several semi or fully automatic ways
* Integrated text editor
* Support for SSH password, keyboard-interactive, public key and Kerberos (GSS) authentication
* Integrates with Pageant (PuTTY authentication agent) for full support of public key authentication with SSH
* Explorer and Commander interfaces
* Optionally stores session information
* Optionally supports portable operation using a configuration file in place of registry entries, suitable for operation from removable media
FFFTP
FFFTP 是一套功能強大的 FTP 軟體,先不說別的,超強的語文支援能力就叫其他人難以望其項背,完整支援日文,中文及英文,再加上主程式僅僅 358KB 的玲瓏身段,以及多樣的功能,又使得這套軟體更添魅力。最重要的還是,FFFTP 完全免費。
FFFTP 的老前輩就是鼎鼎有名的 WSFTP,操作介面簡單速度快原本就是它的看門絕招,有心人把它重寫成日文環境的 FTP 程式,不但體積縮水還免費散佈,並且依然有強大的功能。
FFFTP 基本的檔案傳輸功能一樣不缺,站台列表、快速連結、自訂開啟檔案程式、目錄批次上下傳,除此之外還有一些特異功能,就算是附費的軟體也不一定做到,像是站台映射 (mirror) 以及完整支援日文以及漢字顯示,連帶中文也看得懂。連線速度飛快,在你還不清楚到底有沒有連上對方伺服器的時候,檔案列表就已經出現在你的眼前了。
FFFTP 只需要主程式即可順利運作,安裝簡單速度快,又可以利用pasv mode 在防火牆之後運作,這樣吸引人的功能又完全免費,還在煩惱 FTP 的試用到期嗎?試試 FFFTP 吧!
Leech FTP
LeechFTP是個免費又好用的FTP下載工具,相信大多數人的在使用FTP Server都有這樣的經驗,如果您要下載一堆檔案的話都等要排隊等著,而且如果中間有漏掉一兩個檔案的話又不可以臨時中斷加入,相當的麻煩,但是如果您使用LeechFTP的話那情況就大不相同,LeechFTP是個具有multithread屬性的FTP下載程式,也就是說它可以同時處理多個FTP下載的程序,您可以透過這樣的特性一次向同一個或者不同的FTP Server要求下載多個檔案,這樣的Multithread的下載方式既省時又有效率。
LeechFTP 除了可以同時下載多個檔案之外,它還有其他不錯的功能,如FTP檔案搜尋功能,要在FTP Server中找尋一個您所需要的檔案是一件相當困難的時,但是透過FTP Search的服務LeechFTP可以幫您在同一個或者是多個FTP Server找尋您所需要的檔案,操作方式更是簡單,只要輸入可能的檔案名稱,LeechFTP就可以開始為您自動的搜尋,並且將檔案所在目錄以及FTP Server給羅列出來,相當方便。
另外在LeechFTP之中也具有Bookmark的功能,您可以將您心愛的FTP Server位置給bookmark下來作整理,並且可以做一些特殊的連線設定,這樣下再您還想要登錄時便不需要在輸入複雜的設定了,而在 LeechFTP中每個Bookmark的FTP Server都會以一台電腦的icon顯現出來,讓您一目了然。
雖然前面有提到說LeechFTP可以同時下載多個檔案的功能,但是在目前的版本之中還是有所限制的,最多只可以到16個下載程序,另外要注意的是要同時下載多個檔案的話最好可以有寬頻的網路搭配,要不然效果可能適得其反。
Saturday, August 9, 2008
Web Proxy List
http://proxy.org/cgi_proxies.shtml
Web Proxy List 2
http://proxy.daili.name/
網站網址:http://proxy.flyy.info/
網站網址:http://www.10pod.com/
網站網址:http://www.911surf.info/
網站網址:http://www.browserunblocker.com/
網站網址:http://www.diglet.org/
Remarks:
http://www.smsdiscount.com/demosms/senddemosms.php?lang=en
Free Fax
http://freefaxbutton.com/
Free Fax
http://freefax.1888usa.com/index.html
TCP.INT
http://www.tpc.int/sendfax.html
Free Fax Number
http://www.k7.net/faq.htm#start
Free Phone Call
http://www.freevoipnews.com/free_phone_service/
Sunday, August 3, 2008
Civil Netizen - Secure File Delivery for Serious Files
It's time to get serious about file delivery. From small files such as family photos and business documents, to large files such as production files and multimedia assets, we know how important your files are to you.
Whether for personal or professional use, Civil Netizen helps you with data transfer for files up to 4GB in size through a simple drag-and-drop interface. No more FTP clients, zip utilities, encryption programs, and download managers. Your files are now 100% private and secure.
Wednesday, July 30, 2008
Sunday, July 6, 2008
Thursday, May 15, 2008
DSYNCHRONIZE
DSynchronize is a stand-alone utility that let you periodically synchronize two or more folders on Hard Disk, Floppy Disk, LAN, USB Key, CD-DVD (with packet writing software) and FTP server.
It is also possible to specify the time and the day to schedule the synchronization to run, and to create some additional "filters" for other factors.
Real-Time sync is also supported.
Clonezilla
You're probably familiar with the popular proprietary commercial package Norton Ghost®, and its OpenSource counterpart, Partition Image. The problem with these software packages is that it takes a lot of time to massively clone systems to many computers. You've probably also heard of Symantec's solution to this problem, Symantec Ghost Corporate Edition® with multicasting. Well, now there is an OpenSource clone system (OCS) solution called Clonezilla with unicasting and multicasting!
Thursday, May 8, 2008
AutoVer 1.2.1
AutoVer is a configurable automatic or real time backup and personal versioning system. It can be used as a simple real time backup or as a more complex, but transparent version control system (like a realtime incremental backup). The beauty of this system is that once you set it up (which is extremely simple) it does everything. No remembering to backup or to check in or check out files. Every time you save a file it is copied to your backup folder or drive. You can include and exclude certain files and browse the backups with the Backup Explorer.
AutoVer 1.2.1
AutoVer is a configurable automatic or real time backup and personal versioning system. It can be used as a simple real time backup or as a more complex, but transparent version control system (like a realtime incremental backup). The beauty of this system is that once you set it up (which is extremely simple) it does everything. No remembering to backup or to check in or check out files. Every time you save a file it is copied to your backup folder or drive. You can include and exclude certain files and browse the backups with the Backup Explorer.
Team Whiteboard
Real collaboration, in real time.
Mark up websites, graphics, and photos, or start brainstorming on a blank canvas. Browse the web with your friends or make that conference call more productive than ever. No plug-ins, downloads, or firewall voodoo - it's all here, ready to go when you are. Browser-agnostic, user-friendly, mom-approved. Oh yeah, it does one-click audio chats too.
Sunday, May 4, 2008
Monday, April 14, 2008
Thursday, April 10, 2008
Wednesday, April 9, 2008
JobsDB Salary Index
http://www.jobsdb.com/HK/EN/V6HTML/JobSeeker/Resources/C&Bsurvey2008/s2.htm#Information
Monday, April 7, 2008
Wednesday, April 2, 2008
Thursday, March 6, 2008
FREE Dns Hosting
- Twisted4Life - Free Secondary DNS for your domains.
twisted4life.com 67 69 68 72 AVG 69.00 - Every DNS - Provides static DNS services as well as many advanced services such as Dynamic DNS resolution, Secondary service, AXFR service, and domain2web redirection.
everydns.net 195 218 246 264 AVG 230.75 - Edit DNS - Services include free DNS hosting (web-based interface for adding/modifying/deleting records for your domain name; it supports A, CNAME, MX, NS, TXT, PTR, and AAAA records), free backup DNS (secondary nameserver for your domain name, and they will automatically grab your records from your master nameserver), dynamic DNS (automatically update your dynamic IP address for your domain as soon as it changes), free subdomains of your domainname, free web forwarding, and e-mail forwarding, email hosting, and email backup services.
editdns.net 274 301 306 344 AVG 306.25 - ZoneEdit - Provides free DNS, domain forwarding, email forwarding, and domain parking for up to 5 domains. You can pay for additional domains.
zoneedit.com 302 325 347 370 AVG 336.00 - XName - Provides you with primary and secondary name servers.
xname.org 396 420 340 363 AVG 379.75
Wednesday, February 20, 2008
Monday, February 18, 2008
Team Viewer - TeamViewer is the fast, simple and friendly solution for remote access over the Internet
TeamViewer establishes connections to any PC all around the world within just a few seconds. You can remote control your partner's PC as if you were sitting in right front of it.
Simple - fast - secure.
TeamViewer is a solution for easy and friendly desktop sharing. You can remote control a partners desktop to give online assistance, or you can show your screen to a customer - all without worrying about firewalls, IP addresses and NAT.
Monday, February 4, 2008
Technical Analysis - Option King
http://www.option-king.com/bbs/redirect.php?tid=112&authorid=1&goto=lastpost#lastpost
http://www.option-king.com/bbs/redirect.php?tid=44&authorid=2&goto=lastpost#lastpost
http://www.option-king.com/bbs/redirect.php?tid=22&authorid=2&goto=lastpost#lastpost
My tutorial's website.
Thursday, January 31, 2008
Portable Uninstaller
Portable Uninstaller
Revo Uninstaller - innovative freeware uninstall utility
Uninstall, delete, remove unwanted programs and traces easily
Now Portable version available
Auto Start Manager - stop programs that start automatically when Windows starts; Speed up loading of Windows!
Windows Tools Manager - handy and useful tools bundled with every version of Windows; Easily find useful system tools and options!
Junk Files Cleaner - find and remove unnecessary files from your computer; Free up disk space and delete data you do not need!
Browsers History Cleaner - erase the web site history, visited pages history and temporary internet files of Firefox, Internet Explorer, Netscape and Opera web browsers; Free up a lot of disk space by deleting temporary internet files like temporary saved videos, flash files, pictures etc!
Office History Cleaner - remove the history of most recently used files in MS Office; Remove your tracks by deleting the list of last opened MS Office documents!
Windows History Cleaner - remove the history of recently opened files, delete temporary files, remove usage tracks and other history items that are saved by Windows; Remove your tracks saved by windows for a lot of operations!
Unrecoverable Delete Tool - erase files and folders forever; Be sure that nobody could recover your files and folders after deleting!
Evidence Remover - make sure already deleted files, folders and other data are unrecoverable;
Wednesday, January 30, 2008
Tuesday, January 29, 2008
Saturday, January 12, 2008
牛熊證報價 CBBC Quote
http://203.161.254.141/cgi-bin/dbank/list_c.cgi?ucode=HSI&wtype=RBEAR&sname=&sort1=&sort2=&sort3=
瑞銀牛熊證
http://keyinvest.ibb.ubs.com/ki/hk/zh/hkmain.ki?section=cbbcsearch&issuer=Any&searchtype=advanced&category=Any&underlying=HANG%20SENG%20INDEX&bullOrBear=P&warrantCode=
荷銀牛熊證
http://ask.abnamro.com/submitCBBCsearch.do
牛熊證計算機(荷銀)
http://ask.abnamro.com/toCBBCCalculator.do
Thursday, January 10, 2008
Photo Recovery - PhotoRec
這個軟體的原理是繞過資料系統,直接通過分析仍然可以獲取的數據來做到最大限度的恢復。
不僅是照片,很多其它格式的檔案也可以還原。
Photorec支持的操作系統包括:
DOS/Win9x
Windows NT 4/2000/XP/2003
Linux
FreeBSD, NetBSD, OpenBSD
Sun Solaris
Mac OS X
支援的文件系統包括:
FAT,
NTFS,
EXT2/EXT3 filesystem
HFS+
支援的數位相機包括:
Canon EOS300D, 10D
HP PhotoSmart 620, 850, 935
Nikon CoolPix 775, 950, 5700
Olympus C350N, C860L, Mju 400 Digital, Stylus 300
Sony DSC-P9
Praktica DCZ-3.4
Casio Exilim EX-Z 750
支援的壓縮方式包括:
.7z 7zip archive file
.bz2 bzip2 compressed data
.gz gzip compressed data
.bkf MS Backup file
.rar Rar archive
.tar tar archive
.zip zip archive
支持的媒體檔案包括:
.asf, .wma, .wmv: Advanced Streaming Format used for Audio/Video
.au Sun/NeXT audio data
.avi .wav RIFF audio/video
.bmp BMP bitmap image
.cdr Corel Draw
.cr2 Canon Raw 2 picture
.crw Canon Raw picture
.ctg Canon catalog
.dcr Kodak Raw picture
.dsc Nikon dsc
.fla Flash Project File
.gif Graphic Interchange Format
.jng JPEG Network Graphics
.jpg JPG picture
.mid MIDI
.mng Multiple-Image Network Graphics
.mov MOV video
.mp3 MPEG ADTS, layer III, v1 audio
.mp4 MPEG 4
.mpg Moving Picture Experts Group video
.mrw Minolta Raw picture
.mus Finale Music Score
.nef Nikon Raw picture
.ogg OGG Vorbis audio
.orf Olympus Raw Format picture
.pcx PCX file format
.pef Pentax Raw picture
.png Portable Network Graphics
.psd Adobe Photoshop Image
.qxd QuarkXpress Document
.qxp QuarkXpress Document
.raf Raw Fujifilm picture
.raw Contax picture, Panasonic/Leica picture
.rdc Rollei picture
.sit Mikron
.rns Reason Audio File
.sr2 Sony Raw picture
.tif Tag Image File Format
.x3f Sigma/Foveon X3 raw picture
.xcf GIMP XCF File
還有許多其它文件格式。
另外它還是一個開放原始碼的免費軟體,趕快下載,以防萬一吧。
Digital Video Repair - AVI repair
Digital Video Repair 是一款修复 AVI 文件的小工具。您可以修复未完全复制或下载的 AVI 文件,视频播放中断,视频无法定位或无法播放的 AVI 文件,使用非常方便,而且完全免费。
Zip Repair - DiskInternals ZIP repair
Zip Repair 修復壞損 Zip 壓縮檔的最後希望
Zip Repair 提供了簡單易用的 Zip 壓縮檔案修復功能,將壓縮檔中可以使用的部份擷取出來,讓你因為壓縮檔壞損、無法使用所造成的損失降到最低!
SoftPerfect File Recovery - Memory Card Rescue
SoftPerfect File Recovery 是一个免费的非常有用的恢复从硬盘 、软盘和其它可存储媒体误删除的文件的工具。支持目前通用的文件系统FAT12, FAT16, FAT32, NTFS 以及压缩和加密的NTFS5
EasyRecovery DataRecovery Lite
EasyRecovery 是一種「非破壞性」而且是「唯讀」的磁碟救援工具。當磁碟機因為:
1.中毒,如:CIH、Worm.ExploreZip 病毒
2.被格式化(Format)
3.被切割過(Fdisk)
4.作業系統毀損
5.應用程式錯誤
所 導致的檔案毀損,EasyRecovery 通通都可以把檔案救回來。EasyRecovery 並不會在原來的磁碟上寫入任何的資料,而是把需要復原的資料寫在另外一個地方。所以,最好準備另外一顆 IDE 硬碟作為儲存復原資料用。當磁碟機的開機磁區、檔案分割表(FAT)已經毀損,目錄結構混亂,甚至作業系統都已經無法辨識時,EasyRecovery 都可以將磁碟機裡面的資料找出來。在復原的過程中,EasyRecovery 會自動利用「記憶體(memory)」建立一個「虛擬磁碟機(Virtual Drive)」。在這個虛擬磁碟機中,紀錄著已經毀損的檔案及目錄結構。建議你最好把這些資訊複製到另外一個完好的儲存設備上儲存起來,以備不時之需。最 後,最重要的當然是利用EasyRecovery 把失去的檔案找回來囉!
Tiramisu 有好幾個版本,這個Professional版本適用於 windows XP/2000/NT/Me/98/95
PC Inspector File Recovery 4
PC INSPECTOR File Recovery:免費又強大的檔案救援軟體
Monday, January 7, 2008
Monday, December 24, 2007
轉貼: 製作金屬表面效果

你一定常常看到這種金屬表面的字效
特別適合運用在現代感十分強烈的主題
既可以當文字特效
又可以做成背景材質
是非常好運用的技巧
主題:製作金屬表面效果的論壇logo
難度:簡易
1.開一個新檔案300x225 pixles,新增一個空白圖層。
2.選取漸層工具,在編輯漸層中選取銅色漸層,然後從左上到右下填上圖層

3.使用影像-->調整-->去除飽和度,把顏色去除掉形成灰階。
4.套用濾鏡-->雜訊-->增加雜訊,使用高斯分佈,單色,總量設18~25%,總量愈強你的金屬刮痕愈明顯。

5.套用濾鏡-->模糊-->動態模糊,間距設70~90之間,而角度設與漸層的角度相近,得到的效果最好。

6.你也許不相信,但金屬表面效果已經完成了。接下來我們運用前一篇製作中空字的技巧,替論壇製作logo。
7.主要就是套用斜角和浮雕以及筆劃兩種樣式,並調低圖層填滿效果。

當你把你的論壇名字套上樣式效果後,一個冷冽金屬風格的論壇logo就呈現在你眼前了。

你可以在文字上強調這種技巧,做出像是電影Xman的logo文字效果
轉貼:製作中空字效果

中空字最適合用在照片或圖片上
既可以突顯照片的主題
又不會遮住照片的主體
是同時具備可以強調也可以低調的文字效果
目標:製作中空字效果
難度:簡易

1.先準備一張圖片或照片然後輸入文字,請選比較粗的字體.(哎呀,怎麼又是一張孫燕姿的照片)
2.打開圖層樣式,勾選筆畫,選擇你喜歡的顏色,尺寸設2-3pixle不要太粗。
3.再點選斜角和浮雕,選擇內斜角,尺寸設1pixle,尺寸下調整約50%~60%,比較不會太顯眼。

4.接下來就是中空字的trick,將填滿屬性設為0%,字體本身就未完全消失了。不過在此我們先設個20%就好。
5.將混和模式設為線性加深,此時字體本身具中空字的特性,而利用混和模式又可以做出字體和底圖色差的變化。
一個簡單低調華麗的中空字就完成了
有興趣的人不妨嘗試各種樣式的變化
你會發現可以做出許多不同風格的中空字效果
轉貼:製作馬賽克網頁邊緣效果

在一些網站上看過這種處理網頁邊緣的技巧
非常簡潔又可讓一般在設計上
最弱勢的邊緣有一點讓人驚喜的變化
目標:製作馬賽克網頁邊緣效果
難度:進階級
以前是用土法煉鋼的方式
用1 pixle排列出這種效果
後來看到外國網站的一個教學
才恍然大悟
我其實是照著外國網站照做一次
不過簡化了一些步驟
讓效果製作起來更容易些
1.先開一個200x600的空白檔案。
2.用矩形選取工具選出一般的區域,並填上黑色。
3.使用濾鏡-->扭曲-->波形效果,波形選正弦,效果可依自己的喜好作調整,這裡我門先用變化比較溫和的設定。

4.接著我們用濾鏡-->扭曲-->海浪效果,這個效果的目的就是要調整之後圖素偏離的程度。

5.在使用濾鏡-->像素-->馬賽克,單元方格設成5。

6.使用影像-->調整-->高反差,可依自己的喜好調整反差色階。基本上到此馬賽克邊緣的效果就已經完成了。


7.利用選取工具改變馬賽克邊緣和背景的顏色。
8.新增一圖層於馬賽克邊緣圖藏上,用矩形工具畫出選取區填上白色,在加入簡單的陰影樣式,就算大功告成。你就可以將這張存成jpg檔,作為網頁邊緣的效果了。
轉貼: PHOTOSHOP 藝術波浪效果

前幾天看到這種波浪效果
覺得很舒服又充滿藝術感
只要善用波形特效
還能變化出許多不同的抽象圖案
非常適用製作桌布和裝飾底圖
目標:製作印象風格的波浪效果桌布
難度:進階級
1.開一張1024x768的新檔案,並使用漸層工具製作漸層效果
(可參考圖例的漸層佈置,亦或嘗試做出特殊感覺的漸層,重點是要有白色漸層元素)

2.接下來打開圖層混和選項-->漸層覆蓋,點選漸層後請做出如圖例的灰階漸層效果。這個灰階漸層可以讓漸層的波文更漂亮

3.將漸層覆蓋角度調整與底圖漸層的角度相同,再將不透明度調至30%~50%左右

4.請執行圖層-->影像平面化,這麼做是要讓漸層覆蓋樣式融進圖層裡,稍後做波形特效時才會跟著一起變化。

5.執行濾鏡-->扭曲-->波形變化,這個效果各位可好好探索一下才能嘗試出最滿意的波浪效果。


6.基本上此時已經有很波浪的效果了,我們讓畫面多一點印象派的質感,執行濾鏡-->扭曲-->波浪效果,波浪紋裡的感覺就更明顯了。

7.最後將月曆內容擺設一下,一幅印象派風格的沙灘月曆桌布就完成囉

你可以不斷地嘗試其他漸層與波型效果的變化
作出媲美印象派藝術的視覺作品喔