class ImageProcessing::Vips::Processor
def resize_to_fit(width, height, **options)
def resize_to_fit(width, height, **options) width, height = default_dimensions(width, height) thumbnail(width, height, **options) end
def resize_to_fit(width, height, **options) width, height = default_dimensions(width, height) thumbnail(width, height, **options) end