RxExif: Difference between revisions

From OS2World.Com Wiki
Jump to navigation Jump to search
No edit summary
Jugbogdan (talk | contribs)
Line 4: Line 4:
* Write ImageDescription tag if it exists.  
* Write ImageDescription tag if it exists.  
* Support for additional tags for Sony and Nikon cameras added. Some bugfixes implemented.
* Support for additional tags for Sony and Nikon cameras added. Some bugfixes implemented.
==Download==
* [http://hobbes.nmsu.edu/h-search.php?key=RxExif Hobbes]


==Author==
==Author==

Revision as of 06:42, 6 January 2020

This is a REXX-callable DLL that reads EXIF v2.2 data embedded inside JPG images. Most JPG images created by digital cameras now include a wealth of information like camera brand and model, creation date and time, flash type used, f-stop, etc. This library will read all this information. Included is a simple graphical program to view and save Exif data to a text file. Full documentation and sample REXX code is included.

It includes

  • Write ImageDescription tag if it exists.
  • Support for additional tags for Sony and Nikon cameras added. Some bugfixes implemented.

Author

Links