Files
擴展 FEH 功能以預覽 RAW 文件
我想在 FEH 中預覽 RAW 文件。我現在可以執行以下操作
nufraw-batch --embedded-image DSC_0151.NEF --output=- | feh -
它會在 feh 中打開圖像,但一次只能處理一張圖像。
我試過
nufraw-batch --embedded-image * --output=- | feh -
但我得到一個錯誤。
我想實現一個與
feh
在目錄中啟動時完全一樣的命令,打開第一個圖像並讓我滾動瀏覽所有圖像。
feh
具有處理原始文件的內置方法。該功能是通過外部dcraw
工具實現的。確保它已安裝在您的系統中並按照以下說明進行操作man feh
:SUPPORTED FORMATS <..> If dcraw is available, feh also supports RAW files provided by cameras and will display the embedded thumbnails. Use --conversion-timeout timeout with a non-negative value to enable support for these formats.