Latch::Extractor::DimensionsFromMagick
Inherits Latch::RunCommand / Latch::Extractor / Struct / Value / Object
Constants
ARGS = ["identify", "-format", "%[fx:w] %[fx:h]"]
Constructors
new
SourceInstance methods
extract(uploaded_file, metadata, **options) : Nil
Extracts the dimensions of a file using ImageMagick's magick command.
initialize
Source