RemoteImage

Embodies the notion of an image to be downloaded.

Constructors

this
this(string url, string localPath, size_t number)

Constructor.

Members

Variables

localPath
string localPath;

Local path to save the remote image to.

number
size_t number;

Image index (number in list JSON).

url
string url;

HTTP URL of the image.

Meta