# File lib/exifr/jpeg.rb, line 49 def to_hash h = {:width => width, :height => height, :bits => bits, :comment => comment} h.merge!(exif) if exif? h end