Fetch List of Images (vuo.image.fetch.list)

Loads or downloads images from a set of URLs.

If an image can’t be loaded from one of the URLs, then it’s skipped. The output list of images contains only the images that were successfully opened.

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


Back to vuo.image node set documentation.