The OpenD Programming Language

convertDPIToPPM

Converts from DPI (Dots Per Inch) to PPM (Points Per Meter).

import gamut.types;
nothrow @nogc @safe
alias convertDPIToPPM = convertMetersToInches

Meta