that would give you a list of WebElements. From each WebElement, you can then extract out the src attribute then strip off the data URI header as needed (e.g. "data:image/gif;base64,").
The only issue might be to determine when page load is complete, that'd be site/application specific.