# File lib/graster.rb, line 274
  def open_gmask_file &block
    io = GmaskFile.open "#{@image.filename}.raster.gmask", "w", &block
  end