downloadAllImages

Downloads all images in the passed images list.

Images are saved to the filename specified in each RemoteImage.localPath.

void
downloadAllImages
(,,
const string[string] headers
)

Parameters

images RemoteImage[]

The list of images to download.

config Configuration

The current program Configuration.

headers string[string]

HTTP GET headers to supply when downloading.

Meta