D
D
dhat2016-12-02 21:46:02
css
dhat, 2016-12-02 21:46:02

How to use base64?

I can't figure out how to use these converters. For example, I have code:

data:image/gif;base64,R0lGODlhEAAOALMAAOazToeHh0tLS/7LZv/0jvb29t/f3//Ub//ge8WSLf/rhf/3kdbW1mxsbP//mf///yH5BAAAAAAALAAAAAAQAA4AAARe8L1Ekyky67QZ1hLnjM5UUde0ECwLJoExKcppV0aCcGCmTIHEIUEqjgaORCMxIC6e0CcguWw6aFjsVMkkIr7g77ZKPJjPZqIyd7sJAgVGoEGv2xsBxqNgYPj/gAwXEQA7

How to turn it into a picture? I insert - at the exit krakozyabry.
base64decode.net
https://www.base64decode.org/

Answer the question

In order to leave comments, you need to log in

2 answer(s)
O
Oleg, 2016-12-02
@politon

try this toolser.ru/base64-image
In general, just save the image in the desired format.
Here is your picture jsfiddle.net

M
Maks Codov, 2016-12-02
@4604590

<img src="data:image/gif;base64,R0lGODlhEAAOALMAAOazToeHh0tLS/7LZv/0jvb29t/f3//Ub//ge8WSLf/rhf/3kdbW1mxsbP//mf///yH5BAAAAAAALAAAAAAQAA4AAARe8L1Ekyky67QZ1hLnjM5UUde0ECwLJoExKcppV0aCcGCmTIHEIUEqjgaORCMxIC6e0CcguWw6aFjsVMkkIr7g77ZKPJjPZqIyd7sJAgVGoEGv2xsBxqNgYPj/gAwXEQA7">

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question