Top "Base64" questions

Base64 is a set of encoding schemes that represent binary data in an ASCII string format.

Write Base64-encoded image to file

How to write a Base64-encoded image to file? I have encoded an image to a string using Base64. First, …

java image base64 decode encode
Base64 PNG data to HTML5 canvas

I want to load a PNG image encoded in Base64 to canvas element. I have this code: <html> &…

html canvas png base64
How to convert Base64 String to javascript file object like as from file input form?

I want to convert Base64String extracted from file(ex: "AAAAA....~") to a javascript file object. The javascript file object …

javascript html forms file base64
Pdf.js: rendering a pdf file using a base64 file source instead of url

I'm trying to render a page from a pdf with pdf.js Normally, using a url, I can do this: …

javascript pdf canvas base64 pdf.js
Android Bitmap to Base64 String

How do I convert a large Bitmap (photo taken with the phone's camera) to a Base64 String?

android bitmap base64 android-bitmap
Convert base64 png data to javascript file objects

I have two base64 encoded in PNG, and I need to compare them using Resemble.JS I think that the …

javascript base64 fileapi
What is the effect of encoding an image in base64?

If I convert an image (jpg or png) to base64, then will it be bigger, or will it have the …

html css image base64
How to convert base64 string to image?

I'm converting an image to base64 string and sending it from android device to the server. Now, I need to …

python base64
Base64 String throwing invalid character error

I keep getting a Base64 invalid character error even though I shouldn't. The program takes an XML file and exports …

c# string ado.net base64 invalid-characters
How to convert uint8 Array to base64 Encoded String?

I got a webSocket comunication, I recieve base64 encoded string, convert it to uint8 and work on it, but now …

javascript arrays base64