how can i convert an image to bit stream

9 次查看(过去 30 天)
hey all is ther any way to convert image to bit stream or to ASCII code ?? please i need ur help thanks in advance
  3 个评论
Walter Roberson
Walter Roberson 2013-4-30
Technically not: ASCII is only from 0 to 127, not 0 to 128. Also note that not all ASCII characters are printable, and that some ASCII characters (such as NUL or IDLE) may be "eaten" by communications systems.
To transform a data array to printable ASCII, using "uuencode" or the like is recommended.
sammar
sammar 2013-5-1
@matt kinding thank you very much i have got that

请先登录,再进行评论。

采纳的回答

Walter Roberson
Walter Roberson 2013-4-30
dec2bin(typecast( YourImageMatrix(:), 'uint8' ), 8)
Now what?
  2 个评论
sammar
sammar 2013-5-1
thaaaank you very much i got the correct result
Karbala'a Unvi. Science
Hi there is it possible, if I change the image into a stream and then add another stream to that one, OR NOT please need help as fast as you can thanks

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Convert Image Type 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by