Skip to content

Commit

Permalink
Butterfingers.
Browse files Browse the repository at this point in the history
  • Loading branch information
clickworkorange committed Jan 24, 2024
1 parent 9ccc2e3 commit 660dee7
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions lib/carrierwave/processing/vips.rb
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,6 @@ def resize_and_pad(width, height, background=nil, gravity='centre', alpha=nil)
process :resize_and_pad => [width, height, background, gravity, alpha]
end

def resize_to_fit(width, height)
process :resize_to_fit => [width, height]
end

def crop(left, top, width, height)
process :crop => [left, top, width, height]
end
Expand Down Expand Up @@ -218,7 +214,7 @@ def resize_and_pad(width, height, background=nil, gravity='centre', alpha=nil, c

##
# Crop the image to the contents of a box positioned at [left] and [top], with the dimensions given
# by [width] and [height].
# by [width] and [height].
#
#
# === Parameters
Expand Down

0 comments on commit 660dee7

Please sign in to comment.