The OpenD Programming Language

Image.pixelAspectRatio

struct Image
nothrow @nogc @safe pure const
float
pixelAspectRatio
()

Return Value

Type: float

Pixel Aspect Ratio for the image (PAR). GAMUT_UNKNOWN_ASPECT_RATIO if unknown.

This is physical width of a pixel / physical height of a pixel.

Reference: https://en.wikipedia.org/wiki/Pixel_aspect_ratio Tags: none.

Meta