Image Element

PropTypeRequiredExampleValue RangeDescription
externalUrlstringfalse--The URL of the image file from an external source.
remoteUrlstringfalse--The URL of the image file from Chillin cloud storage.
extstringtrue--The file extension of the image (e.g., "jpeg", "png").
toneobjectfalse--Adjustments to the image tone, including gamma, saturation, contrast, brightness, and color channels.
lutobjectfalse--The lookup table used to adjust the image tone.
filterAgentobjectfalse--The filter agent applied to the image.
maskDataobjectfalse--The mask data used to crop the image.

Note: At least one of externalUrl or remoteUrl must be accessible.

imageElement.json
1{ 2 "id": "cc150dd5-f952-4945-a0f6-e09707c096a6", 3 "type": "Image", 4 "start": 0, 5 "duration": 5, 6 "trackIndex": 0, 7 "x": 0, 8 "y": 0, 9 "blendMode": "normal", 10 "anchorX": 1310.5, 11 "anchorY": 1965.5, 12 "rotation": 0, 13 "scaleX": 0.27473925209870265, 14 "scaleY": 0.27473925209870265, 15 "alpha": 1, 16 "skewX": 0, 17 "skewY": 0, 18 "keyframes": [], 19 "filterAgent": { 20 "type": "Ascii", 21 "options": [{ "key": "size", "value": 8, "min": 1, "max": 100 }] 22 }, 23 "externalUrl": "https://images.pexels.com/photos/30473423/pexels-photo-30473423.jpeg", 24 "ext": "jpeg", 25 "tone": { 26 "gamma": 0.67, 27 "saturation": 0, 28 "contrast": 0, 29 "brightness": 0, 30 "red": 0, 31 "green": 0, 32 "blue": 0 33 } 34 } 35