映像

本節內容

主題 描述
System.Image.BitDepth
指出影像的每個圖元使用多少位。 (通常為 8、16、24 或 32) 。
System.Image.ColorSpace
內嵌在影像中的色彩空間。 取自 Exchangeable Image File (EXIF) 資訊。
System.Image.CompressedBitsPerPixel
表示影像壓縮層級。
System.Image.CompressedBitsPerPixelDenominator
PKEY_Image_CompressedBitsPerPixel的分母。
System.Image.CompressedBitsPerPixelNumerator
PKEY_Image_CompressedBitsPerPixel的 numerator。
System.Image.Compression
用來壓縮影像的演算法。
System.Image.CompressionText
System.Image.Compression 的使用者易記形式。 不打算以程式設計方式剖析。
System.Image.Dimensions
以字串格式表示的影像維度。 horizontal pixels x vertical pixels 例如: 3080x2100
System.Image.HorizontalResolution
指出影像寬度中每個解析度單位的圖元數目。
System.Image.HorizontalSize
影像的水準大小,以圖元為單位。
System.Image.ImageID
System.Image.ResolutionUnit
表示解析度單位。 用於具有非平方外觀比例但沒有有意義絕對維度的影像。 1 = 沒有絕對度量單位。 2 = 英吋。 3 = 公分。 預設值為 2 (英吋) 。
System.Image.VerticalResolution
指出影像高度中每個解析度單位的圖元數目。
System.Image.VerticalSize
影像的垂直大小,以圖元為單位。