0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

ディレクトリ内 RAWファイルからJPEGファイルを並列実行しつつ取得するスクリプト

Last updated at Posted at 2021-01-18

フルコードは以下。
ディレクトリ内 RAW画像ファイルのメタデータからJPEGファイルを並列実行で取得するBashプログラム - sun610.web.fc2.com

ポイントは

  • & による並列実行
  • 子プロセスでの二重実行防止の仕組み
  • exiftool では RAW画像ファイルのメタデータから、JPEG画像ファイル(カメラが変換したもの)を抜き出すことができる
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?