Writing EXIF data to JPG

42 ビュー (過去 30 日間)
Mohammad Abouali
Mohammad Abouali 2014 年 8 月 27 日
コメント済み: Walter Roberson 2018 年 6 月 15 日
Hi,
How can I write EXIF data to a jpg file within matlab?
I searched on internet and there are tones of answer, but it seems they all use exiftool which is a command prompt tool that can be used to read write exif data. There are some files on Matlab FileExchange Central that also provide a wrapper to that tool. However, I was wondering if MATLAB supports this internally.
  1 件のコメント
Walter Roberson
Walter Roberson 2018 年 6 月 15 日
Additional resource about EXIF information in JPEG: http://dev.exiv2.org/projects/exiv2/wiki/The_Metadata_in_JPEG_files

サインインしてコメントする。

回答 (1 件)

Bruno Pop-Stefanov
Bruno Pop-Stefanov 2014 年 8 月 29 日
No, unfortunately, there is currently no off-the-shelf functionality to write EXIF data to an image file in MATLAB. You can only read EXIF data from an image file ( exifread and imfinfo ).
If this is something that you would like to see in MATLAB, send an enhancement request to support@mathworks.com.
As you already discovered, you can use run_exiftool from the FileExchange.
  1 件のコメント
Mohammad Abouali
Mohammad Abouali 2014 年 8 月 29 日
Thanks Bruno for your answer.

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeGet Started with MATLAB についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by