Example #1
0
 public static ImageMetadata LoadMetadataFromFile(string path)
 {
     if (IntPtr.Size == 8)
     {
         return(NativeMethods64.LoadMetadataFromFile(path));
     }
     else
     {
         return(NativeMethods32.LoadMetadataFromFile(path));
     }
 }