Image
Image
Load an image indirectly (more performant for bigger image urls or "data:" urls)
image "load" "data" "name"Example:
image "load" "data:url stuff goes here" "test_image"
// put before mainloop to ensure its only loaded once
mainloop:
image "test_image" 200
// render the loaded image at very low performance costSyntax:
image "url" width_in_pixels height_in_pixelsParameters:
Example:
Additional Notes:
Last updated