Translate comma-separated value to image [closed]

I’m reading an API that fetches data from Amazon. The JSON has several values, including an “image” value composed of an array of numbers.

Here’s an example:

[
{"asin":"B01N0XT71U",
"image":[53,49,119,67,114,76,115,115,67,106,76,46,95,83,76,53,48,48,95,46,106,112,103],
"title":"MSI Core Frozr L",
"updated_at":"2025-04-26T14:48:00.347Z",
"lastchange":"2025-04-16T04:29:39.772Z",
"lastupdate":7514768,"source":1
]

How can I translate that image value into an actual image?