Commit 47a4b55d by aboutqx Committed by Mike Burns

Update geometry_detector_factory.rb

parent 05a4741b
...@@ -16,7 +16,7 @@ module Paperclip ...@@ -16,7 +16,7 @@ module Paperclip
begin begin
orientation = Paperclip.options[:use_exif_orientation] ? orientation = Paperclip.options[:use_exif_orientation] ?
"%[exif:orientation]" : "1" "%[exif:orientation]" : "1"
if Gem.win_platform if Gem.win_platform?
command = "magick identify" command = "magick identify"
else else
command = "identify" command = "identify"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment