Borrar filtros
Borrar filtros

Writing EXIF data to JPG

20 visualizaciones (últimos 30 días)
Mohammad Abouali
Mohammad Abouali el 27 de Ag. de 2014
Comentada: Walter Roberson el 15 de Jun. de 2018
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.

Respuestas (1)

Bruno Pop-Stefanov
Bruno Pop-Stefanov el 29 de Ag. de 2014
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 comentario
Mohammad Abouali
Mohammad Abouali el 29 de Ag. de 2014
Thanks Bruno for your answer.

Iniciar sesión para comentar.

Categorías

Más información sobre Get Started with MATLAB en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by