프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Artist | string | ||
Comment | string | ||
Copyright | string | ||
DPIX | double | ||
DPIY | double | ||
DateTaken | System.DateTime | ||
EquipmentManufacturer | string | ||
EquipmentModel | string | ||
Error | |||
ExposureTime | double | ||
FNumber | double | ||
FocalLength | double | ||
Height | int | ||
ISOSpeed | int | ||
ImageDescription | string | ||
Rating | int | ||
Software | string | ||
Width | int |
메소드 | 설명 | |
---|---|---|
FromBitmap ( System.Windows.Media.Imaging.BitmapFrame frameWpf ) : |
Creates an instance of the MetadataExtractor class. Reads metadata via WIC/WPF (.NET 3.0). If WIC lacks a metadata reader for this image type then fall back to .NET 2.0 method.
|
|
FromFile ( string path ) : |
Creates an instance of the MetadataExtractor class. Reads metadata via WIC/WPF (.NET 3.0). If WIC lacks a metadata reader for this image type then fall back to .NET 2.0 method.
|
|
FromFile ( string path, bool useWic ) : |
Creates an instance of the MetadataExtractor class. Reads metadata via WIC/WPF (.NET 3.0). If WIC lacks a metadata reader for this image type then fall back to .NET 2.0 method.
|
메소드 | 설명 | |
---|---|---|
ConvertFileTime ( System ft ) : System.DateTime |
Convert FileTime to DateTime.
|
|
ExifAscii ( byte value ) : string |
Converts the given Exif data to an ASCII encoded string.
|
|
ExifDateTime ( byte value ) : System.DateTime |
Converts the given Exif data to DateTime.
|
|
ExifDateTime ( string value ) : System.DateTime |
Converts the given Exif data to DateTime. Value must be formatted as yyyy:MM:dd HH:mm:ss.
|
|
ExifDouble ( byte value ) : double |
Converts the given Exif data to a double number. The value must have 8 bytes.
|
|
ExifInt ( byte value ) : int |
Converts the given Exif data to an 32-bit signed integer. The value must have 4 bytes.
|
|
ExifRational ( byte value ) : string |
Converts the given Exif data to a signed rational value represented as a string. The value must have 8 bytes.
|
|
ExifUInt ( byte value ) : uint |
Converts the given Exif data to an 32-bit unsigned integer. The value must have 4 bytes.
|
|
ExifURational ( byte value ) : string |
Converts the given Exif data to an unsigned rational value represented as a string. The value must have 8 bytes.
|
|
ExifUShort ( byte value ) : ushort |
Converts the given Exif data to an 16-bit unsigned integer. The value must have 2 bytes.
|
|
GetMetadataObject ( BitmapMetadata metadata ) : object |
Returns the metadata for the given query.
|
|
InitViaBmp ( Image img ) : void |
Read metadata using .NET 2.0 methods.
|
|
InitViaBmp ( string path ) : void |
Open image and read metadata (.NET 2.0).
|
|
InitViaWpf ( System.Windows.Media.Imaging.BitmapFrame frameWpf ) : void |
Inits metadata via WIC/WPF (.NET 3.0).
|
|
InitViaWpf ( BitmapMetadata data ) : void |
Read metadata via WIC/WPF.
|
|
InitViaWpf ( string path ) : void |
Inits metadata via WIC/WPF (.NET 3.0). If WIC lacks a metadata reader for this image type then fall back to .NET 2.0 method.
|
|
MetadataExtractor ( ) : System.Windows.Media.Imaging |
Initializes a new instance of the MetadataExtractor class.
|
public static FromBitmap ( System.Windows.Media.Imaging.BitmapFrame frameWpf ) : |
||
frameWpf | System.Windows.Media.Imaging.BitmapFrame | Opened WPF image |
리턴 |
public static FromFile ( string path ) : |
||
path | string | Filepath of image |
리턴 |
public static FromFile ( string path, bool useWic ) : |
||
path | string | Filepath of image |
useWic | bool | true to use Windows Imaging Component; otherwise false. |
리턴 |