# File lib/graster.rb, line 132
  def load_image_file pn
    self.image = Image.from_file(pn)
  end