Содержание

printImage

Saves specified image to the file print.png

Syntax

printImage = function(aImage);

Parameters

Notes

Examples

  1. loadURI('http://www.google.com/recaptcha/learnmore');
    //Get the captcha image
    var image = getImage(0,['src'],['google.com/recaptcha/']);
    printImage(image);