Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Reading EXIF Tag Attributes

Former Member
0 Kudos

Image FIles have Properties like Width, Height, Duration, Bit Rate, Date Created, Date Modified, Date Picture Taken etc.

I need to read these attributes ( EXIF Tag ) of these Image Files before uploading them and storing them separately in the SAP system. Does anyone know how this can be achieved thro ABAP please

Thanx in adavance

1 ACCEPTED SOLUTION

andrs_sarcevic
Contributor
0 Kudos

I doubt you'll find something like that in ABAP. If I were you, I would try to execute a command-line third-party application from ABAP.

You can use for instance [ExifTool|http://www.sno.phy.queensu.ca/~phil/exiftool/]. I use it to work on my personal photo collections and works very well reading exif tags information, and can be used in both Linux and Windows, in case you need to save it within the Application Server.

Cheers,

Andres.

1 REPLY 1

andrs_sarcevic
Contributor
0 Kudos

I doubt you'll find something like that in ABAP. If I were you, I would try to execute a command-line third-party application from ABAP.

You can use for instance [ExifTool|http://www.sno.phy.queensu.ca/~phil/exiftool/]. I use it to work on my personal photo collections and works very well reading exif tags information, and can be used in both Linux and Windows, in case you need to save it within the Application Server.

Cheers,

Andres.