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