映像
在本节中
主题 | 说明 |
---|---|
System.Image.BitDepth |
指示图像的每个像素中使用的位数。 (通常为 8、16、24 或 32) 。 |
System.Image.ColorSpace |
嵌入在图像中的颜色空间。 取自可交换映像文件 (EXIF) 信息。 |
System.Image.CompressedBitsPerPixel |
指示图像压缩级别。 |
System.Image.CompressedBitsPerPixelDenominator |
PKEY_Image_CompressedBitsPerPixel的分母。 |
System.Image.CompressedBitsPerPixelNumerator |
PKEY_Image_CompressedBitsPerPixel的分子。 |
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 |
图像的垂直大小(以像素为单位)。 |