FEHでRAWファイルをプレビューしたいです。これで、次のことができます。
nufraw-batch --embedded-image DSC_0151.NEF --output=- | feh -
fehで画像を開きますが、一度に1つの画像しか処理できません。
頑張った
nufraw-batch --embedded-image * --output=- | feh -
しかし、エラーが発生します。
feh
ディレクトリから始めたときと同じことを行い、最初の画像を開き、すべての画像をスクロールするコマンドを実装したいと思います。
ベストアンサー1
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.