Importing image into a data Item
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
20-02-18 04:02 PM
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
20-02-18 09:25 PM
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)
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
21-02-18 12:01 PM
Thank you John!
