How to create Image from Hex Data

Hi,
Iam using erlang OTP 24. i have image data in HEX format so i converted that to binary and added into a file with .jpeg extension. when i open that image, it shown as this format not supported.
How can i create a image using HEX data. Is there any way to do that ?

2 Likes

Try using GitHub - processone/eimp: Erlang Image Manipulation Process
Haven’t used it, but I think eimp:convert/2 is what you are looking for.

1 Like

Thanks for your reply. I will check it out.

2 Likes