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.
2 parents 46f8a9c + 98783a0 commit a07e210Copy full SHA for a07e210
lib/paperclip/paperclip_processors/transcoder.rb
@@ -56,6 +56,7 @@ def make
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?
0 commit comments