module Athena::ImageSize

Overview

Allows measuring the size of various [image formats][Athena::ImageSize::Image::Format].

Defined in:

athena-image_size.cr
image_format.cr

Constant Summary

VERSION = "0.1.3"

Class Method Summary

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.


[View source]
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.


[View source]