RxExif: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
mNo edit summary |
||
| (One intermediate revision by one other user not shown) | |||
| Line 3: | Line 3: | ||
|Version= | |Version= | ||
|Vendor=[[Lone Peak Automation]] | |Vendor=[[Lone Peak Automation]] | ||
|Author= | |Author=Armin Schwarz | ||
|License=Freeware | |License=Freeware | ||
|Download={{FileLink|RxExif_2005-10-12.zip}} | |Download={{FileLink|RxExif_2005-10-12.zip}} | ||
|Webpage=[http://web.archive.org/web/20091223220550/http://home.att.net:80/~lpainfo/induapps.html Archived | |Webpage=[http://web.archive.org/web/20091223220550/http://home.att.net:80/~lpainfo/induapps.html Archived Website] (Oct. 12, 2005) | ||
}} | }} | ||
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. | 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. | ||
| Line 15: | Line 15: | ||
[[Category:Libraries]] | [[Category:Libraries]] | ||
[[Category:Freeware]] | |||
Latest revision as of 13:06, 31 January 2025
| RxExif | |
|---|---|
| Version | |
| Vendor | Lone Peak Automation |
| Author | Armin Schwarz |
| License | Freeware |
| Download | RxExif_2005-10-12.zip |
| Website | |
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.