They are already "bytes", that's how they can be stored digitally.
do you mean:
you want to encode into character data to embed in an email. (base64)
or
You want to stream it as binary data to a user-agent?
or
something else?
__________________
Chris. ->> Please login or register to view this content. Registration is FREE <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
__________________
Chris. ->> Please login or register to view this content. Registration is FREE <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
To display the encoded data as an image you have to send the content header that corresponds to the appropriate file type along with the data, so the useragent knows how to display it.
__________________
Chris. ->> Please login or register to view this content. Registration is FREE <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
To display the encoded data as an image you have to send the content header that corresponds to the appropriate file type along with the data, so the useragent knows how to display it.
__________________
Chris. ->> Please login or register to view this content. Registration is FREE <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?