Difference between revisions of "ExifRdr"
From Jeremie Leroy - XOJO Controls Wiki
m (1 revision) |
|||
Line 9: | Line 9: | ||
+ | {| class=methodTable | ||
+ | |- | ||
+ | |class=titleClass colspan=1|Methods | ||
+ | |- | ||
+ | |{{Method | name=BtAryOffset | params=ByVal ExifTag As ExifTagEnum | description= | returntype=UInt32 | newinversion=}} | ||
+ | |- | ||
+ | |{{Method | name=ExifLoad | params=Pic As MemoryBlock, picFile As String = "" | description= | returntype=Boolean | newinversion=}} | ||
+ | |- | ||
+ | |{{Method | name=GetAllTags | description= | returntype=String | newinversion=}} | ||
+ | |- | ||
+ | |{{Method | name=Register | params=Name As String, SerialKey As String | description= | returntype=Boolean | newinversion=}} | ||
+ | |- | ||
+ | |{{Method | name=Tag | params=ExifTag As ExifTagEnum | description= | returntype=String | newinversion=}} | ||
+ | |- | ||
+ | |- | ||
+ | |} | ||
Revision as of 12:51, 8 October 2014
Methods |
BtAryOffset |
ExifLoad |
GetAllTags |
Register |
Tag |
History
Version 1.1 - Released 2014-10-08
- Fix:
- Encoding is now defined properly on MacOS
Version 1.0 - Released 2014-07-18
- First Release