Skip to content

How to Display Dynamic Images #1637

Answered by speckyspooky
935970041 asked this question in Q&A
Discussion options

You must be logged in to vote

You have different way to create the report. The important thing is that the main question is which type of "URL" you will use and in which way the image is represented as base64.
Because the URL can include directly the image or is an online reference. A URL can also include a base64-image.
And if you say that the image is a base64-coded image then it is important is the content of the base64-stream really only a image content?

For the report you can use an standard image object and you need a little bit code to handle the images.
You have to check if it is a URL then you can use directly the URL but if you have a raw image coded as base64 you have to decode the base64 and then you can d…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by speckyspooky
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #1636 on April 18, 2024 18:37.