Encode the image of a texture with Base64
Hello NG,
as you can see in the topic I want to encode the image of a texture with
Base64. Any idea how I can realize it? I'm asking because the
Base64-class I found on sourceforge needs a serializable-Object to
encode it - or an array of byte. But Texture is not serializable -
BufferedImage neither. And how can I get an Array of byte of the image?
I appreciate any answer.
greets
Gilbert
.
Relevant Pages
- Re: Encrypted email - is there a specific solution?
... assign the byte array to the mailmsg body please? ... >, then you can encrypt ... > the data and either send it to yourself as an attachment or base64 encode it ... (microsoft.public.dotnet.framework.aspnet) - Re: Encode the image of a texture with Base64
... encode it - or an array of byte. ... But Texture is not serializable - ... Define an image file format. ... Convert your texture to that format, then enocode your bytes with Base64. ... (comp.lang.java.3d) - Re: Base64 strange problem
... I'm using Base64 to encode the byte array in javascript, ... base64 decoder in the servlet to decode it. ... the decoded byte array is shorter then the original one. ... The encoding in JavaScript is done using the webtoolkit.base64 encoder ... (comp.lang.javascript) - Re: Base64 encoding?
... Up came a great block of base64 encoded AlphaNumeric characters. ... what are the pros and cons of Base64 encoding? ... or it may just be lazy coding of the sending email ... client - encode everything in Base64 whether it needs it or not. ... (uk.people.silversurfers) - Re: rexml difficulties
... I give base64 encode a try. ... extract JPG images and store them as Base-64 encoded elements in an XML ... Would your process include using Base64? ... (comp.lang.ruby) |
|