class Magick::Image::View

def sync(force=false)

Store changed pixels back to image
def sync(force=false)
  @img.store_pixels(x, y, width, height, @view) if @dirty || force
  @dirty || force
end