class ChunkyPNG::Chunk::Physical

def dpiy

def dpiy
  raise ChunkyPNG::UnitsUnknown, "the PNG specifies its physical aspect ratio, but does not specify the units of its pixels' physical dimensions" unless unit == :meters
  ppuy * INCHES_PER_METER
end