If you just want to display the image then just use what you have and
let the browser do the rest.  Add an HTML object containing

<img src="data:<mime-type>;base64,<your base64 data>" width="X"
height="Y" alt="alternate text"/>

As shown here:  http://www.websiteoptimization.com/speed/tweak/inline-images/

On Dec 25, 6:46 am, vmnikulin <vmniku...@gmail.com> wrote:
> Hi all!
>
> How I can create Image from base64 string?
>
> Thank in advance.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to