05-13-2022, 05:17 PM
Good time of day!
I've never worked with images. Now there is a need to display the image received from the server.
Here is the response I get from the server as a result of the request:
{"code":"000","message":"Запрос обработан успешно","data":{"image":{"mediaType":"image/png","content":"iVBORw0KGgoAAAAN....................."}}}
Please tell me how to display the received image in the "content" parameter on the screen. I use Delphi
I've never worked with images. Now there is a need to display the image received from the server.
Here is the response I get from the server as a result of the request:
{"code":"000","message":"Запрос обработан успешно","data":{"image":{"mediaType":"image/png","content":"iVBORw0KGgoAAAAN....................."}}}
Please tell me how to display the received image in the "content" parameter on the screen. I use Delphi