Notifications
Clear all
BugOverflow
1
Posty
1
Users
0
Reactions
1,196
Widok
0
27/01/2020 4:57 pm
Topic starter
example for img src
1 Answer
0
27/01/2020 4:58 pm
Topic starter
header('Content-Type: image/jpeg'); $base64 = "my_base64_code" $data = base64_decode( $base64 ); $image = imagecreatefromstring($data); imagejpeg($image);