Skip to content

Commit a07e210

Browse files
committed
Merge pull request ruby-av#37 from joaoffcosta/master
Readds auto-rotate option
2 parents 46f8a9c + 98783a0 commit a07e210

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/paperclip/paperclip_processors/transcoder.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ def make
5656
if output_is_image?
5757
@time = @time.call(@meta, @options) if @time.respond_to?(:call)
5858
@cli.filter_seek @time
59+
@cli.filter_rotate @meta[:rotate] if @auto_rotate && !@meta[:rotate].nil?
5960
end
6061

6162
if @convert_options.present?

0 commit comments

Comments
 (0)