cancel
Showing results for 
Search instead for 
Did you mean: 

Importing image into a data Item

Barendde_Villie
Level 3
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?
2 REPLIES 2

John__Carter
Staff
Staff
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)

Barendde_Villie
Level 3
Thank you John!