ResolutionType

enum ResolutionType : Enum<ResolutionType>

By default, ImageMagick defines resolutions in pixels per inch. ResolutionType provides a means to adjust this.

Entries

Link copied to clipboard

Density specifications are specified in units of pixels per centimeter (metric units).

Link copied to clipboard

Density specifications are specified in units of pixels per inch (english units).

Link copied to clipboard

Unset value.

Properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int