# File lib/dragonfly/analysis/r_magick_analyser.rb, line 42 def depth(temp_object) rmagick_image(temp_object) do |image| image.depth end end