how can i convert an image to bit stream

조회 수: 9 (최근 30일)
sammar
sammar 2013년 4월 30일
댓글: Karbala'a Unvi. Science 2014년 9월 25일
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
Karbala'a Unvi. Science 2014년 9월 25일
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