We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76679ab commit c44c196Copy full SHA for c44c196
lib/paperclip/paperclip_processors/transcoder.rb
@@ -53,12 +53,6 @@ def make
53
@cli.add_destination(dst.path)
54
@cli.reset_input_filters
55
56
- if output_is_image?
57
- @time = @time.call(@meta, @options) if @time.respond_to?(:call)
58
- @cli.filter_seek @time
59
- @cli.filter_rotate @meta[:rotate] if @auto_rotate && !@meta[:rotate].nil?
60
- end
61
-
62
if @convert_options.present?
63
if @convert_options[:input]
64
@convert_options[:input].each do |h|
0 commit comments