PixelAspectRatio
GifOptions.PixelAspectRatio property
获取或设置 GIF 像素纵横比。
public byte PixelAspectRatio { get; set; }
适当的价值
GIF 像素纵横比。
评论
像素纵横比 - 用于计算原始图像中像素纵横比的近似值 的因子。如果字段的 值不为0,则根据以下公式计算纵横比 的近似值: 纵横比=(像素纵横比+15)/64 像素纵横比定义为像素的商’ s 宽度超过其高度。此字段中的值范围允许 以 1/64 为增量指定 4:1 的最宽像素到 1:4 的最高像素。 值: 0 - 没有给出纵横比信息。 1..255 -计算中使用的值。
也可以看看
- class GifOptions
- 命名空间 Aspose.Imaging.ImageOptions
- 部件 Aspose.Imaging