struct

Latch::Extractor::DimensionsFromMagick

Inherits Latch::RunCommand / Latch::Extractor / Struct / Value / Object

Constants

ARGS = ["identify", "-format", "%[fx:w] %[fx:h]"]

Constructors

Instance methods

extract(uploaded_file, metadata, **options) : Nil

Extracts the dimensions of a file using ImageMagick's magick command.

Source
initialize
Source