class Shrine::Plugins::StoreDimensions::IdentifyAnalyzer

Overview

A bare-bones wrapper for ImageMagick's identify command

Defined in:

shrine/plugins/store_dimensions.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(io : IO) #

[View source]

Instance Method Detail

def dimensions : Tuple(UInt16, UInt16) #

Extract dimensions from a given file


[View source]