def method_missing(method_name, *args, &block)
        swt_image.send(method_name, *args, &block)
      rescue => e
        Glimmer::Config.logger.debug {"Neither ImageProxy nor #{swt_image.class.name} can handle the method ##{method_name}"}
        super