Class: ActiveStorageValidations::Analyzer::ImageAnalyzer::ImageMagick

Inherits:
ActiveStorageValidations::Analyzer::ImageAnalyzer show all
Defined in:
lib/active_storage_validations/analyzer/image_analyzer/image_magick.rb

Overview

This analyzer relies on the third-party MiniMagick gem only to resolve the ImageMagick / GraphicsMagick identify argv. Commands are executed through ActiveStorageValidations::ASVCommandable#run_command so command_timeout can kill hung processes. MiniMagick requires the ImageMagick system library. This is the default Rails image analyzer.

Defined Under Namespace

Classes: ImageInfo

Method Summary

Methods inherited from ActiveStorageValidations::Analyzer::ImageAnalyzer

#metadata