Difference between revisions of "ExifRdr"

From Jeremie Leroy - XOJO Controls Wiki
Jump to: navigation, search
m (1 revision)
m (6 revisions imported)
 
(2 intermediate revisions by 2 users not shown)
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=}}
 +
|-
  
 +
|-
 +
|}
  
  

Latest revision as of 14:21, 6 August 2015






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