module FN::PDF::Node::LoadImage
Public Instance Methods
visit(struct, debug = false)
click to toggle source
# File lib/fn/pdf/node/load_image.rb, line 13 def visit(struct, debug = false) has_no_children img = struct.load_image("auto", self[:file], "") struct.assigns self, img end