Linux command
ufraw-batch 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Convert RAW to JPEG
ufraw-batch --out-type=jpeg [image.raw]
Convert to TIFF
ufraw-batch --out-type=tiff [image.raw]
Set output directory
ufraw-batch --out-path=[output/] [image.raw]
Apply white balance
ufraw-batch --wb=camera [image.raw]
Batch process
ufraw-batch --out-type=jpeg [*.raw]
说明
ufraw-batch is the batch processing mode of UFRaw (Unidentified Flying Raw), a tool for reading and converting camera RAW image files. It processes multiple RAW files non-interactively, applying adjustments like white balance, exposure compensation, and color correction before converting to JPEG, TIFF, or PNG output formats. The tool supports RAW formats from most major camera manufacturers through the dcraw library. Adjustments can be specified via command-line options or loaded from previously saved UFRaw settings files, enabling consistent processing across large sets of images. Output quality, compression, and bit depth are configurable. The tool integrates with GIMP as a plugin for interactive RAW editing.
参数
- --out-type _FORMAT_
- Output format (jpeg, tiff, png).
- --out-path _DIR_
- Output directory.
- --wb _MODE_
- White balance.
- --exposure _STOPS_
- Exposure adjustment.
- --compression _N_
- JPEG quality.
FAQ
What is the ufraw-batch command used for?
ufraw-batch is the batch processing mode of UFRaw (Unidentified Flying Raw), a tool for reading and converting camera RAW image files. It processes multiple RAW files non-interactively, applying adjustments like white balance, exposure compensation, and color correction before converting to JPEG, TIFF, or PNG output formats. The tool supports RAW formats from most major camera manufacturers through the dcraw library. Adjustments can be specified via command-line options or loaded from previously saved UFRaw settings files, enabling consistent processing across large sets of images. Output quality, compression, and bit depth are configurable. The tool integrates with GIMP as a plugin for interactive RAW editing.
How do I run a basic ufraw-batch example?
Run `ufraw-batch --out-type=jpeg [image.raw]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does --out-type _FORMAT_ do in ufraw-batch?
Output format (jpeg, tiff, png).