# File lib/mini_magick/image/info.rb, line 114 def raw(value) @info["raw:#{value}"] ||= identify { |b| b.format(value) } end