Hi, I'm trying to figure out how I should use the response of the /get_thumbnail call.
What I'm actually receiving are some raw data like the following:
�����JFIF���������C�

%# , #&')*)-0-(0%()(���C


(((((((((((((((((((((((((((((((((((((((((((((((((((����@�0"��������������
�������}�!1AQa"q2���#B��R��$3br�
%&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz�����������������������������������������������������������������������������������
������w�!1AQaq"2�B���� #3R�br�
$4�%�&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz�....
Which type of convertion I should apply in order to use it in a <img /> tag?
Thanks for your help