B4A Library [B4X] Library Base64 encode/decode Image and File library - MarcoRome    Aug 26, 2024   (33 reactions) )
'Check if Valid Base64
If Base64EncodeDecodeImage.ValidBase64(base) Then
ImageView1.Bitmap... As String = Base64EncodeDecodeImage.Base64ImageToString2(bitmap1)
ImageView2.Bitmap... B4J Question [BANano] [SOLVED] Putting a border on base64 images - Mashiane    Aug 21, 2024 ();
// Set the image source to the base64 string
img.src = base64Image;
// Once the image...);
// Get the new base64 image string from the canvas
const newBase64Image = canvas... B4A Library Base64 encode/decode image library - Peter Simpson    Oct 8, 2018   (16 reactions)   tags: Base64, B4A As String) As Bitmap
Or
To get an image file, and encode it into an base64 data stream, ready to save...:
DecodeToImage (ImageStr As String) As Bitmap
Use this call to decode the base64 datastream into an image... B4A Question Image URL and image base64 - ALBRECHT (first post)    Sep 16, 2019 2/ in the meantime and until today, I do like this: I first copy the image datas from base64 to... library, according to you which is the fastest of the 2 ways , when the json is full of base64 images or is it always better to work with images url ?
To avoid OutofMemory or other PBS Like long Time... B4J Library [B4X] Library Base64 encode/decode image library - MarcoRome    Mar 16, 2020   (2 reactions) https://www.b4x.com/android/forum/threads/b4x-library-base64-encode-decode-image-library.115033/... Other a tool that should be improved - Base64 bitmaps - LucaMs    Mar 7, 2016 I wrote a few lines of code in a matter of seconds, so the project is a small piece of garbage, of course. I wanted to see an image stored in a Base64 string immediately, so I used the Clipboard. If someone wants to play to improve it...... B4A Question Data URI Scheme: displaying a base64 encoded image string - TBose    May 29, 2013 Given a string variable containing a base64 encoded image, as a data URI (see Data URI scheme - Wikipedia, the free encyclopedia), how do I display it? A simple example will do.... B4A Question Type image path in base64 format - khwarizmi (first post)    Apr 9, 2020 Fantastic!
thank you very much @OliverA ..... B4J Question [BANano] [SOLVED] How can I get a base64 string for an asset image file? - Mashiane    Nov 11, 2019   (1 reaction) Ola
I think I did see something like base 64 on the latest version of BANano. Is it possible to get a base64 string from an asset file using that? If so, can help with a snippet be provided please... B4A Question Base64 image under img tag in BBCodeView - Erel (first post)    Sep 13, 2020   (1 reaction) Where does the base64 string comes from?
Use the view tag with an ImageView instead.... Page: 1   2   3   4   |