Allow an item to stream it's content to another source using the ```grabToImage(callback, targetSize)``` function: ``` source.grabToImage(function(result){ result.saveToFile("file.png"); }); ```
Allow an item to stream it's content to another source using the
grabToImage(callback, targetSize)function: