stf.image

Properties

Key

Required

Type

Description

format

Yes

String

Format of the image. Officially supported formats are: png, jpg

buffer

Yes

Buffer-ID

Buffer containing the image file

data_type

No

String

Type of image data. As of not it can be color or non_color.

Implementations

Json Example

"1bf800ea-1bda-491c-ba89-c7bfa364e239": {
	"type": "stf.image",
	"name": "Body_BaseColor.png",
	"format": "png",
	"buffer": "ef192623-cc41-445e-acd7-e435be793e95",
	"data_type": "color",
	"components": [
		"f79c8521-845f-4a6c-a44f-bd2647877e0e"
	]
}