how can i convert an image to bit stream

9 visualizaciones (últimos 30 días)
sammar
sammar el 30 de Abr. de 2013
Comentada: Karbala'a Unvi. Science el 25 de Sept. de 2014
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 comentarios
Walter Roberson
Walter Roberson el 30 de Abr. de 2013
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 el 1 de Mayo de 2013
@matt kinding thank you very much i have got that

Iniciar sesión para comentar.

Respuesta aceptada

Walter Roberson
Walter Roberson el 30 de Abr. de 2013
dec2bin(typecast( YourImageMatrix(:), 'uint8' ), 8)
Now what?
  2 comentarios
sammar
sammar el 1 de Mayo de 2013
thaaaank you very much i got the correct result
Karbala'a Unvi. Science
Karbala'a Unvi. Science el 25 de Sept. de 2014
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

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Convert Image Type en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by