class ImageProcessing::MiniMagick::Processor
def resize_to_limit(width, height, **options)
def resize_to_limit(width, height, **options) thumbnail("#{width}x#{height}>", **options) end
def resize_to_limit(width, height, **options) thumbnail("#{width}x#{height}>", **options) end