![]() |
#1
|
|||
|
|||
![]()
Hi,
is there a way to read the EXIF data in order to find out and use the camera position in a macro. Thanks |
#2
|
||||
|
||||
![]()
I was able to do this with the ExifReader class found here: Exif reader class/dll for VB 6
Then to use is, try something like: Code:
Sub ReadEXIFData() Dim objExif As New ExifReader Dim txtExifInfo As String objExif.Load "D:\Temp\EXIF\2.JPG" txtExifInfo = objExif.Tag(Orientation) MsgBox txtExifInfo End Sub -Shelby |
#3
|
|||
|
|||
![]()
Shelby,
Thanks a lot, it works fantastic. |
![]() |
Tags |
exif, orientation |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
VB6 Paper orientation | nutman | CorelDRAW/Corel DESIGNER VBA | 2 | 02-02-2011 04:37 |
Automatic Orientation | Nico | CorelDRAW/Corel DESIGNER VBA | 3 | 25-08-2008 10:19 |
Macro for retaining EXIF data in CTP files | Shabbadang | Macros/Add-ons | 0 | 16-05-2007 01:49 |
Read/write exif meta data | Stecki | Corel Photo-Paint VBA | 0 | 07-01-2005 09:44 |
Printer page size and orientation from VBA | narcix | CorelDRAW/Corel DESIGNER VBA | 9 | 17-10-2003 14:54 |