I am currently experimenting with the new Google Cloud Platform VBOs. I want to import a bunch of images into a collection which I want use as inputs on the Google VBOS. Is there a way to import an image into a image Data item or a number of images into a collection?
Images into a collection is easy, just use an image data item just as you would any other datatype. Getting an image file into a data item would require a 1 line code stage, something like ImageOutput = New Bitmap(FilePathInput)