class ChunkyPNG::Chunk::Physical

def content

Returns:
  • (String) - The binary content that should be written to the datastream.
def content
  [ppux, ppuy, unit == :meters ? 1 : 0].pack("NNC")
end