class ChunkyPNG::Image

def initialize_copy(other)

def initialize_copy(other)
  super(other)
  @metdata = other.metadata
end