Enum TiffDataTypes
TiffDataTypes enumeration
Der tiff-Datentyp enum.
public enum TiffDataTypes : ushort
Werte
Name | Wert | Beschreibung |
---|---|---|
Byte | 1 | 8-Bit-Ganzzahl ohne Vorzeichen. |
Ascii | 2 | 8-Bit-Bytes mit letztem ByteNull . |
Short | 3 | 16-Bit-Ganzzahl ohne Vorzeichen. |
Long | 4 | 32-Bit-Ganzzahl ohne Vorzeichen. |
Rational | 5 | 64-Bit-Bruch ohne Vorzeichen. |
Sbyte | 6 | 8-Bit-Ganzzahl mit Vorzeichen. |
Undefined | 7 | Untypisierte 8-Bit-Daten. |
Sshort | 8 | 16-Bit-Ganzzahl mit Vorzeichen. |
Slong | 9 | 32-Bit-Ganzzahl mit Vorzeichen. |
Srational | 10 | 64-Bit-Bruch mit Vorzeichen. |
Float | 11 | 32-Bit-IEEE-Gleitkommazahl. |
Double | 12 | 64-Bit-IEEE-Gleitkommazahl. |
Ifd | 13 | Zeiger auf Exif-Bilddateiverzeichnis (IFD). |
Siehe auch
- namensraum Aspose.PSD.FileFormats.Tiff.Enums
- Montage Aspose.PSD