# File lib/dragonfly/image_magick/processor.rb, line 86 def strip(temp_object) convert(temp_object, "-strip") end