class ChunkyPNG::Canvas

def initialize_copy(other)

def initialize_copy(other)
  @width, @height = other.width, other.height
  @pixels = other.pixels.dup
end