I uploaded the image in mySQL database as BLOB, and other attributes as text using a POST API. While executing a GET API. I am seeing the image as
<Buffer 89 50 4e 47 0d 0a 1a 0a 00 00 00 0d 49 48 44 52 00 00 00 a2 00 00 00 94 08 06 00 00 00 10 d1 f2 ab 00 00 00 01 73 52 47 42 00 ae ce 1c e9 00 00 00 04 ... 11139 more bytes>
What is this format called? And how could I convert this back to image (as seen by user) in Angular14?