module Athena::ImageSize
Overview
Allows measuring the size of various [image formats][Athena::ImageSize::Image::Format].
Defined in:
athena-image_size.crimage_format.cr
Constant Summary
-
VERSION =
"0.1.3"
Class Method Summary
-
.dpi : Float64
Represents the DPI (Dots Per Inch) used to calculate dimensions of
AIS::Image::Format::SVG
images, defaulting to72.0
. -
.dpi=(dpi : Float64)
Represents the DPI (Dots Per Inch) used to calculate dimensions of
AIS::Image::Format::SVG
images, defaulting to72.0
.
Class Method Detail
def self.dpi : Float64
#
Represents the DPI (Dots Per Inch) used to calculate dimensions of AIS::Image::Format::SVG
images, defaulting to 72.0
.
def self.dpi=(dpi : Float64)
#
Represents the DPI (Dots Per Inch) used to calculate dimensions of AIS::Image::Format::SVG
images, defaulting to 72.0
.