This function adds an image from a source path, typically in the 'images' folder. It enables you to incorporate static visuals, like logos or diagrams, into your report.
Basic format: "content_name": ["create_image", "source_path", "location_id", "width", "href_link"]
e.g: "our_logo": ["create_image", "images/fulcrumfc.png", "#A5", 220]
If you want the image to act as a button to go to a new page, simply populate the 'href_link' with the path of the html file similar to how you would do with the create_button_link function.