DEXTUpload.NET
Enumeration ImageMetaDataPropertyTagIds
- サポートされる最小バージョン
- 5.0.0.0
- 最小サポート環境
- .NET Framework 4.0
- 説明
-
どのような画像ファイル形式は、画像内にメタデータを格納することができる機能を持っている。ここでメタデータとは大きさ、カメラのモデル、フォーカス、ISO等イメージに関する情報をいう。Windows GDI +を使用すると、TIFF、JPEG、PNG、EXIFイメージ形式でメタデータをインポートすることができる。GDI +は、個々のメタデータを属性項目(property item)と呼び、各属性項目を区別するときに使用する定数値を項目タグ(property tag)とする。
「ImageMetaDataPropertyTagIds」列挙型は、プロパティタグ定数の値を一覧表示しています。
- 形式
-
public enum ImageMetaDataPropertyTagIds : int
- メンバー
-
各属性タグの意味はhttps://msdn.microsoft.com/library/ms534416.aspxページを参照している。
- NewSubfileType = 0x00FE
- SubfileType = 0x00FF
- ImageWidth = 0x0100
- ImageHeight = 0x0101
- BitsPerSample = 0x0102
- Compression = 0x0103
- PhotometricInterp = 0x0106
- ThreshHolding = 0x0107
- CellWidth = 0x0108
- CellHeight = 0x0109
- FillOrder = 0x010A
- ImageDescription = 0x010E
- EquipMake = 0x010F
- EquipModel = 0x0110
- StripOffsets = 0x0111
- Orientation = 0x0112
- SamplesPerPixel = 0x0115
- RowsPerStrip = 0x0116
- StripBytesCount = 0x0117
- MinSampleValue = 0x0118
- MaxSampleValue = 0x0119
- XResolution = 0x011A
- YResolution = 0x011B
- PlanarConfig = 0x011C
- FreeOffset = 0x0120
- FreeByteCounts = 0x0121
- GrayResponseUnit = 0x0122
- GrayResponseCurve = 0x0123
- ResolutionUnit = 0x0128
- SoftwareUsed = 0x0131
- DateTime = 0x0132
- Artist = 0x013B
- HostComputer = 0x013C
- ColorMap = 0x0140
- ExtraSamples = 0x0152
- Copyright = 0x8298
- DocumentName = 0x010D
- PageName = 0x011D
- XPosition = 0x011E
- YPosition = 0x011F
- T4Option = 0x0124
- T6Option = 0x0125
- PageNumber = 0x0129
- TransferFuncition = 0x012D
- Predictor = 0x013D
- WhitePoint = 0x013E
- PrimaryChromaticities = 0x013F
- HalftoneHints = 0x0141
- TileWidth = 0x0142
- TileLength = 0x0143
- TileOffset = 0x0144
- TileByteCounts = 0x0145
- BadFaxLines = 0x0146
- CleanFaxData = 0x0147
- ConsecutiveBadFaxLines = 0x0148
- SubIFDs = 0x014A
- InkSet = 0x014C
- InkNames = 0x014D
- NumberOfInks = 0x014E
- DotRange = 0x0150
- TargetPrinter = 0x0151
- SampleFormat = 0x0153
- SMinSampleValue = 0x0154
- SMaxSampleValue = 0x0155
- TransferRange = 0x0156
- ClipPath = 0x0157
- XClipPathUnits = 0x0158
- YClipPathUnits = 0x0159
- Indexed = 0x015A
- JPEGTables = 0x015B
- OPIProxy = 0x015F
- GlobalParametersIFD = 0x0190
- ProfileType = 0x0191
- FaxProfile = 0x0192
- CodingMethods = 0x0193
- VersionYear = 0x0194
- ModeNumber = 0x0195
- Decode = 0x01B1
- DefaultImageColor = 0x01B2
- JPEGProc = 0x0200
- JPEGInterFormat = 0x0201
- JPEGInterLength = 0x0202
- JPEGRestartInterval = 0x0203
- JPEGLosslessPredictors = 0x0205
- JPEGPointTransforms = 0x0206
- JPEGQTables = 0x0207
- JPEGDCTables = 0x0208
- JPEGACTables = 0x0209
- YCbCrCoefficients = 0x0211
- YCbCrSubsampling = 0x0212
- YCbCrPositioning = 0x0213
- REFBlackWhite = 0x0214
- StripRowCounts = 0x022F
- XMP = 0x02BC
- ImageID = 0x800D
- ImageLayer = 0x87AC
- ExifExposureTime = 0x829A
- ExifFNumber = 0x829D
- ExifExposureProg = 0x8822
- ExifSpectralSense = 0x8824
- ExifISOSpeed = 0x8827
- ExifOECF = 0x8828
- ExifVer = 0x9000
- ExifDTOrig = 0x9003
- ExifDTDigitized = 0x9004
- ExifCompConfig = 0x9101
- ExifCompBPP = 0x9102
- ExifShutterSpeed = 0x9201
- ExifAperture = 0x9202
- ExifBrightness = 0x9203
- ExifExposureBias = 0x9204
- ExifMaxAperture = 0x9205
- ExifSubjectDist = 0x9206
- ExifMeteringMode = 0x9207
- ExifLightSource = 0x9208
- ExifFlash = 0x9209
- ExifFocalLength = 0x920A
- SubjectArea = 0x9214
- ExifMakerNote = 0x927C
- ExifUserComment = 0x9286
- ExifDTSubsec = 0x9290
- ExifDTOrigSS = 0x9291
- ExifDTDigSS = 0x9292
- ExifFPXVer = 0xA000
- ExifColorSpace = 0xA001
- ExifPixXDim = 0xA002
- ExifPixYDim = 0xA003
- ExifRelatedWav = 0xA004
- ExifInterop = 0xA005
- ExifFlashEnergy = 0xA20B
- ExifSpatialFR = 0xA20C
- ExifFocalXRes = 0xA20E
- ExifFocalYRes = 0xA20F
- ExifFocalResUnit = 0xA210
- ExifSubjectLoc = 0xA214
- ExifExposureIndex = 0xA215
- ExifSensingMethod = 0xA217
- ExifFileSource = 0xA300
- ExifSceneType = 0xA301
- ExifCfaPattern = 0xA302
- CustomRendered = 0xA401
- ExifExposureMode = 0xA402
- ExifWhiteBalance = 0xA403
- EXifDigitalZoomRatio = 0xA404
- ExifFocalLengthIn35mm = 0xA405
- SceneCaptureType = 0xA406
- GainControl = 0xA407
- Contrast = 0xA408
- Saturation = 0xA409
- Sharpness = 0xA40A
- DeviceSettingDescription = 0xA40B
- SubjectDistanceRange = 0xA40C
- ImageUniqueID = 0xA420
- GpsVer = 0x0000
- GpsLatitudeRef = 0x0001
- GpsLatitude = 0x0002
- GpsLongitudeRef = 0x0003
- GpsLongitude = 0x0004
- GpsAltitudeRef = 0x0005
- GpsAltitude = 0x0006
- GpsGpsTime = 0x0007
- GpsGpsSatellites = 0x0008
- GpsGpsStatus = 0x0009
- GpsGpsMeasureMode = 0x000A
- GpsGpsDop = 0x000B
- GpsSpeedRef = 0x000C
- GpsSpeed = 0x000D
- GpsTrackRef = 0x000E
- GpsTrack = 0x000F
- GpsImgDirRef = 0x0010
- GpsImgDir = 0x0011
- GpsMapDatum = 0x0012
- GpsDestLatRef = 0x0013
- GpsDestLat = 0x0014
- GpsDestLongRef = 0x0015
- GpsDestLong = 0x0016
- GpsDestBearRef = 0x0017
- GpsDestBear = 0x0018
- GpsDestDistRef = 0x0019
- GpsDestDist = 0x001A
- GPSProcessingMethod = 0x001B
- GPSAreaInformation = 0x001C
- GPSDateStamp = 0x001D
- GPSDifferential = 0x001E
- ResolutionXUnit = 0x5001
- ResolutionYUnit = 0x5002
- ResolutionXLengthUnit = 0x5003
- ResolutionYLengthUnit = 0x5004
- PrintFlags = 0x5005
- PrintFlagsVersion = 0x5006
- PrintFlagsCrop = 0x5007
- PrintFlagsBleedWidth = 0x5008
- PrintFlagsBleedWidthScale = 0x5009
- HalftoneLPI = 0x500A
- HalftoneLPIUnit = 0x500B
- HalftoneDegree = 0x500C
- HalftoneShape = 0x500D
- HalftoneMisc = 0x500E
- HalftoneScreen = 0x500F
- JPEGQuality = 0x5010
- GridSize = 0x5011
- ThumbnailFormat = 0x5012
- ThumbnailWidth = 0x5013
- ThumbnailHeight = 0x5014
- ThumbnailColorDepth = 0x5015
- ThumbnailPlanes = 0x5016
- ThumbnailRawBytes = 0x5017
- ThumbnailSize = 0x5018
- ThumbnailCompressedSize = 0x5019
- ColorTransferFunction = 0x501A
- ThumbnailData = 0x501B
- ThumbnailImageWidth = 0x5020
- ThumbnailImageHeight = 0x5021
- ThumbnailBitsPerSample = 0x5022
- ThumbnailCompression = 0x5023
- ThumbnailPhotometricInterp = 0x5024
- ThumbnailImageDescription = 0x5025
- ThumbnailEquipMake = 0x5026
- ThumbnailEquipModel = 0x5027
- ThumbnailStripOffsets = 0x5028
- ThumbnailOrientation = 0x5029
- ThumbnailSamplesPerPixel = 0x502A
- ThumbnailRowsPerStrip = 0x502B
- ThumbnailStripBytesCount = 0x502C
- ThumbnailResolutionX = 0x502D
- ThumbnailResolutionY = 0x502E
- ThumbnailPlanarConfig = 0x502F
- ThumbnailResolutionUnit = 0x5030
- ThumbnailTransferFunction = 0x5031
- ThumbnailSoftwareUsed = 0x5032
- ThumbnailDateTime = 0x5033
- ThumbnailArtist = 0x5034
- ThumbnailWhitePoint = 0x5035
- ThumbnailPrimaryChromaticities = 0x5036
- ThumbnailYCbCrCoefficients = 0x5037
- ThumbnailYCbCrSubsampling = 0x5038
- ThumbnailYCbCrPositioning = 0x5039
- ThumbnailRefBlackWhite = 0x503A
- ThumbnailCopyRight = 0x503B
- LuminanceTable = 0x5090
- ChrominanceTable = 0x5091