class ChunkyPNG::Image

def initialize_copy(other)

Parameters:
  • other (ChunkyPNG::Image) -- The other image to copy.
def initialize_copy(other)
  super(other)
  @metadata = other.metadata
end