|
最近卻因筆電出了問題,所以決定把它安裝成suse linux
這時才警覺到一個問題
平常我都用RAW檔的格式在拍照
以前在Windows底下有PhotoShop CS可以編輯
那麼在Linux底下要用什麼軟體呢?
在和紀老師討論及上網查得的資料,這才發現了UFRaw這個程式
UFRaw這個程式本身可以單獨執行,也可以當作是Gimp的plug-in
甚至可以在Command Line下執行,指令格式大概如下:
#ufraw-batch --wb=camera --out-type=jpeg --compression=100 --exif *.ORF
這個指令可以把目錄下所有的*.ORF檔轉成JPG檔
RPM下載點:http://ufraw.sourceforge.net/Install.html
提供了13個linux的版本
請依自己的系統安裝
如果你的LINUX版本不在列表中
那麼請下載http://prdownloads.sourceforge.net/ufraw/ufraw-0.8.1.tar.gz?download
解壓縮
#tar xzf ufraw-0.8.1.tar.gz
#cd ufraw-0.8.1
接下來執行configuration script
#./configure
configure: ====================== summary =====================
configure: build gimp plug-in: yes
configure: hidden directories support (GTK>=2.6): yes
configure: EXIF support using libexif: no
configure: EXIF support using exiv2: no
configure: JPEG support: yes
configure: TIFF support: yes
configure: TIFF deflate (lossless compression) support: yes
接下來執行
#make
#make install-user
#make install
安裝即完成
在command line下key in
#ufraw
即可單獨使用UFRaw的操作界面
gimp則可直接讀取raw檔格式
以上只是最近小弟在網路上查得的資料
如有不正確或需要再補充的~
就請大家多指教了
|
|