Issue
I have a program that convert image file to binary and also it converts the binary data to image file . I have done the first, I could convert the image file to binary . But the second one not done yet.
How to convert and save binary data to image file
I am checking this in PHP .Please help me
Solution
Try the imagecreatefromstring
method, which is documented here.
Answered By - Dau Answer Checked By - Candace Johnson (PHPFixing Volunteer)
0 Comments:
Post a Comment
Note: Only a member of this blog may post a comment.