Base64 to GIF
Convert Base64 to GIF online using a free decoding tool that allows you to decode Base64 as GIF image and preview it directly in the browser. By and large, the “Base64 to GIF” converter is similar to Base64 to Image, except that it this one forces the MIME type to be “image/gif”. If you are looking for the reverse process, check GIF to Base64.
Important notes about the decoder
The “Base64 to GIF” converter will force the decoding result to be displayed as a GIF image, even if it is a different file type. Therefore, if you are not sure that your Base64 string is GIF image, use the Base64 to file converter since it is capable of displaying various file types. In any case, feel free to give it a try, since this converter will inform you if something is wrong.
About GIF
- Name: Graphics Interchange Format
- Developer: CompuServe
- MIME types: image/gif
- File Extensions: .gif
- Uniform Type Identifier: com.compuserve.gif
- Type of Format: Lossless bitmap image
Comments (10)
I hope you enjoy this discussion. In any case, I ask you to join it.
Can you transform a base64 encoded string as gif to base64 pdf in node js?
eMED^12^3UC4KD4BH2YP^20200701^2185200138
and want to convert it to the following string (which can be used to make a datamatrix-picture)
iVBORw0KGgoAAAANSUhEUgAAAEoAAABKAQAAAAA0q//cAAAAxElEQVR42pXTsQ3DIBAF0LMo6JwFLN0adLeSvUCSCZyVrmMNJBaAzgXyhdhK568oJ4pXHHD6CLJvKf1kjdPyWQyp3BtrzJBbmv30OA67ZPFplHT3DrFGGrZGxJBGd8lmDrFQm4X3wJDCVW0Vh1itLVt+kmHSKFaCQyy+zzKNwpCBbtrGo/eanmvk4zbAkAbLz3PbFau2OfTYGDMNSkN0kJFXspcypNJDbT/eDdD14EkYsZD14M0ypJhtbvcGSWc5xD9+wBuYI7PoR0EfzwAAAABJRU5ErkJggg==
how can i convert the original string to the base64 string for a datamatrix image?