int imgdownload(struct uri *uri, unsigned long timeout, struct image **image)
Download a new image.
int imgacquire(const char *name, unsigned long timeout, struct image **image)
Acquire an image.
int imgmem(const char *name, userptr_t data, size_t len)
Create image from block of memory.
int imgdownload_string(const char *uri_string, unsigned long timeout, struct image **image)
Download a new image.
uint32_t userptr_t
A pointer to a user buffer.
FILE_LICENCE(GPL2_OR_LATER_OR_UBDL)
void imgstat(struct image *image)
Display status of an image.
uint8_t data[48]
Additional event data.
A Uniform Resource Identifier.