Module: BrandLogo::ImageAnalyzer

Extended by:
T::Helpers, T::Sig
Included in:
FastimageAnalyzer
Defined in:
lib/brand_logo/image_analyzer.rb

Overview

Interface for extracting image dimensions from a URL. Implementations are injected into strategies, enabling testing without network calls.

Instance Method Summary collapse

Instance Method Details

#dimensions(url) ⇒ Object



17
# File 'lib/brand_logo/image_analyzer.rb', line 17

def dimensions(url); end