필터 지우기
필터 지우기

Writing EXIF data to JPG

조회 수: 20 (최근 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개)

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 CenterFile Exchange에서 Get Started with MATLAB에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by