module Athena::ImageSize
#
Allows measuring the size of various image formats.
Constants#
VERSION = "0.1.3"
#
Class methods#
.dpi : Float64
#
Represents the DPI (Dots Per Inch) used to calculate dimensions of AIS::Image::Format::SVG
images, defaulting to 72.0
.
.dpi=(dpi : Float64)
#
Represents the DPI (Dots Per Inch) used to calculate dimensions of AIS::Image::Format::SVG
images, defaulting to 72.0
.