+ 1
What is a image data ?
Image data is used in HTML for show the image in output. We are simple use for access the image in html like this :<img src="Path/yourImage.jpeg", alrt ="image"> </img> Now ... i was seems like this image tag : <img src="data:image/png;base64, iVBORw0KGgoAAAANSUhEUgAAAAUA AAAFCAYAAACNbyblAAAAHElEQVQI12P4//8/w38GIAXDIBKE0DHxgljNBAAO 9TXL0Y4OHwAAAABJRU5ErkJggg==" alt="Red dot" /> In the above said image data.image/...... What is mean this anyone can explain it ??
1 ответ
+ 2
Coder kitten
How can be convert my image to base64?
And
Can we create own base64 for image data