Fetch Image (vuo.image.fetch)

Loads or downloads an image from a URL.

If you drag an image file from your computer onto the composition, an instance of this node will be created with the URL port set up.

To download an image from the internet, copy the image’s URL from your browser. Example:

To load an image from a file on the computer running the composition, create a URL from the file’s path. Examples:

If the file’s location doesn’t start with file:// or /, then it’s treated as a relative path. This is the option you’d typically want when sharing the composition with others. If running the composition on a different computer than it was created on, the file needs to exist in the same location relative to the composition (.vuo) file. If running an application exported from the composition, the file needs to exist in the Contents/Resources folder inside the application package; see the Vuo Manual for details.

If the file’s location starts with file:// or /, then it’s treated as an absolute path. If running the composition on a different computer than it was created on, the file needs to exist in the same location on that computer. To get the file’s path in the correct format, open the TextEdit application, go to Format > Make Plain Text, drag the file onto the TextEdit window, and copy the path that appears in the TextEdit window.

Keywords: OpenEXR, Photoshop, Targa, bitmap, bmp, cr2, dcr, dng, download, dynamic, exr, file, get, gif, hdr, high, http, icon, ilm, import, jpeg, jpg, kdc, load, mos, nef, open, photograph, picture, png, psd, raf, range, raw, texture, tga, tiff, url


Example compositions:


Back to vuo.image node set documentation.