Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
カラープロファイルのないファイルがいくつかあり.jpgますが、を使用してそれらを特定のカラープロファイルに設定したいと思いますexiftool。
.jpg
exiftool
これを行うには、どのパラメーターを指定する必要がありますか?
exiftoolカラー プロファイルを追加するには、次の方法で任意の画像profile.file からこれを抽出できます。JPEG
profile.file
JPEG
exiftool -icc_profile -b somefile.jpg > profile.icc
次に、このプロファイルを使用して添付します
exiftool "-icc_profile<=profile.icc" yourfile.jpg