Original Usenet thread from rec.arts.ascii, started 8 Jan 1996.
Talk: GIF or JPG into ASCII art
rec.arts.ascii
· 9 messages · 8 Jan 1996 - 18 Jan 1996
Um im tryin to figure this out. While downloading pictures<gif jpg> Ftp it gives you a choice: Binary, Ascii, Cancel. Now when i said save it as ascii i tried opening the file and it wouldnt open. Does this gif or jpg turn into ascii art? If so how can i view it?
In article <4cqv0u$gn...@miso.wwa.com>, Landon Durnan <n.l...@ix.netcom.com> wrote: > > Um im tryin to figure this out. > >While downloading pictures<gif jpg> Ftp it gives you a choice: Binary, >Ascii, Cancel. > >Now when i said save it as ascii i tried opening the file and it >wouldnt open. > >Does this gif or jpg turn into ascii art? >If so how can i view it? > no, it doesn't. you can't just do a "Save As..." and turn gifs or jpgs into ascii art. nothing mechanical is going to turn eitehr into ascii art. ascii gibbberish, that you can do... -ailsa -- You grieve, you learn. You choke, you learn. ant...@spdcc.com You laugh, you learn. You choose, you learn. is ailsa n.t. murphy You pray, you learn. You ask, you learn. You live, you learn. -Alanis Morissette
In article <4cqv0u$gn...@miso.wwa.com>, n.l...@ix.netcom.com (Landon Durnan ) wrote: > > Um im tryin to figure this out. > >While downloading pictures<gif jpg> Ftp it gives you a choice: Binary, >Ascii, Cancel. > >Now when i said save it as ascii i tried opening the file and it >wouldnt open. > >Does this gif or jpg turn into ascii art? >If so how can i view it? > Nope...won't work. When the FTP program asked you for "Binary" or "ASCII" transfer, it was asking if you were transferring a file (binary) or text (ascii). When you specified an ASCII transfer of the gif, or jpeg image, your' FTP program treated it as a text file, basically destroying the file. No biggy though. The only way you can convert a picture to ASCII is on your' machine with some type of conversion program. (or by hand if you've the patience) -- Paul Hustava hin...@inlink.com MIME-Version: 1.0 Content-Type: TOAST/PLAIN; cheezit=US-ASCII
On 8 Jan 1996, Landon Durnan wrote: > While downloading pictures<gif jpg> Ftp it gives you a choice: Binary, > Ascii, Cancel. > Now when i said save it as ascii i tried opening the file and it > wouldnt open. > Does this gif or jpg turn into ascii art? Definitely not! It simply turns into a corrupt graphics file which cannot be turned into a picture by a graphics programme using graphics mode screen processing. :-) ASCII format is used for text files. It means that the file is copied to your system in such a way that only those symbols which you see on a normal typewriter keyboard can be seen on your screen when you view the file on a "text" screen. Any non-printing symbol which is encountered is translated into machine language to perform a particular function. Some of the extended ASCII character set [i.e. those symbols which you can't type in from a normal typewriter keyboard] are used to format the information so that it appears in lines and paragraphs on the screen. Others ring the bell, start and stop the printer, log you out of the system, etc. ASCII format is used for text files which run on normal text screens. You can only see the characters which you would normally see on a typewriter {96 of them}; all other characters are suppressed. The invisable non-printing characters [also called the Extended ASCII set] work behind the scenes to format the text (lines, spacing, paragraphs), start and stop the printer, ring the bell, get you out of the text reader and log your out of the system. If you download a file using ASCII format the programme will prepare it for text reading by translating a selection of the non-printing characters into line-feeds, end of line marks, etc. However, these characters mean something quite different in GIF and JPEG format. Graphic file formats use the full range of ASCII characters - those you can see on the keyboard and those you can't - to encode a picture made up of dots. It has to be read by a graphics translating programme on a screen running in graphics mode. [Any text which appears on such a screen has been translated into graphics mode, which is a lot slower than text mode.] These files have to be downloaded exactly as they are, without any translation. This is called Binary format. If you try to read a binary graphics file with a text reader you will get a lot of strange symbols on your screen and the computer will do some very odd things which you might not want to happen [eg the bell may ring, the printer will turn on or you may be logged out]. If you download a binary file using ASCII format some of the characters will be translated into formatting instructions and a graphics reader won't be able to make any sense of it. It will be as much gibberish as a binary file read by a text reader. ASCII art are pictures and diagrams made out of the printing symbols of text files. You can't get ASCII art by downloading a graphics file in text format: it merely corrupts the file. If you want to change a graphic file to an ASCII approximation then you have to use a programme which will do this for you. Most programmes like this work from GIF files. -------------------------------------------------------------------------- Rosemary Lyndall Wemm Rosemary from DownUnder _--_|\ Clinical Neuro-psychologist lyn...@haywire.DIALix.oz.au Perth / \ Perth, Western Australia ber...@perth.DIALix.oz.au -->\_.--._/ ------------------- http://haywire.dialix.com/~lyndall -----------------v-
You cannot transform a gif or jpeg file into an ASCII one. EVENTHOUGH, there are some conversion programs that do it for you, like for instance GIF2ASC. If you are interested, mail me a message and I'll send you this file. Bye Bye ! PAUL
On 8 Jan 1996, Landon Durnan wrote: > While downloading pictures<gif jpg> Ftp it gives you a choice: Binary, > Ascii, Cancel. > Now when i said save it as ascii i tried opening the file and it > wouldnt open. > Does this gif or jpg turn into ascii art? Definitely not! It simply turns into a corrupt graphics file which cannot be turned into a picture by a graphics programme using graphics mode screen processing. :-) ASCII format is used for text files. It means that the file is copied to your system in such a way that only those symbols which you see on a normal typewriter keyboard can be seen on your screen when you view the file on a "text" screen. Any non-printing symbol which is encountered is translated into machine language to perform a particular function. Some of the extended ASCII character set [i.e. those symbols which you can't type in from a normal typewriter keyboard] are used to format the information so that it appears in lines and paragraphs on the screen. Others ring the bell, start and stop the printer, log you out of the system, etc. ASCII format is used for text files which run on normal text screens. You can only see the characters which you would normally see on a typewriter {96 of them}; all other characters are suppressed. The invisable non-printing characters [also called the Extended ASCII set] work behind the scenes to format the text (lines, spacing, paragraphs), start and stop the printer, ring the bell, get you out of the text reader and log your out of the system. If you download a file using ASCII format the programme will prepare it for text reading by translating a selection of the non-printing characters into line-feeds, end of line marks, etc. However, these characters mean something quite different in GIF and JPEG format. Graphic file formats use the full range of ASCII characters - those you can see on the keyboard and those you can't - to encode a picture made up of dots. It has to be read by a graphics translating programme on a screen running in graphics mode. [Any text which appears on such a screen has been translated into graphics mode, which is a lot slower than text mode.] These files have to be downloaded exactly as they are, without any translation. This is called Binary format. If you try to read a binary graphics file with a text reader you will get a lot of strange symbols on your screen and the computer will do some very odd things which you might not want to happen [eg the bell may ring, the printer will turn on or you may be logged out]. If you download a binary file using ASCII format some of the characters will be translated into formatting instructions and a graphics reader won't be able to make any sense of it. It will be as much gibberish as a binary file read by a text reader. ASCII art are pictures and diagrams made out of the printing symbols of text files. You can't get ASCII art by downloading a graphics file in text format: it merely corrupts the file. If you want to change a graphic file to an ASCII approximation then you have to use a programme which will do this for you. Most programmes like this work from GIF files. -------------------------------------------------------------------------- Rosemary Lyndall Wemm Rosemary from DownUnder _--_|\ Clinical Neuro-psychologist lyn...@haywire.DIALix.oz.au Perth / \ Perth, Western Australia ber...@perth.DIALix.oz.au -->\_.--._/ ------------------- http://haywire.dialix.com/~lyndall -----------------v-
paul manescu (man...@lirmm.fr) wrote:
: You cannot transform a gif or jpeg file into an ASCII one.
: EVENTHOUGH, there are some conversion programs that do it
: for you, like for instance GIF2ASC.
: If you are interested, mail me a message and I'll send you this file.
It sounds interesting to me, Paul. Please, e-mail me.
: Bye Bye !
: PAUL
ken...@dcc.ufmg.br
--
_____________________________
Leonardo Kenji Shikida
"I've been driftin... like a ship out on the sea...
Well I ain't got nobody, baby... in this world that would care for me..."
Charles Brown
-/-
On 17 Jan 1996, Leonardo Kenji Shikida wrote: > paul manescu (man...@lirmm.fr) wrote: > > : You cannot transform a gif or jpeg file into an ASCII one. > : EVENTHOUGH, there are some conversion programs that do it > : for you, like for instance GIF2ASC. > : If you are interested, mail me a message and I'll send you this file. > > It sounds interesting to me, Paul. Please, e-mail me. > > : Bye Bye ! > : PAUL > > ken...@dcc.ufmg.br > > > -- > _____________________________ > Leonardo Kenji Shikida > > "I've been driftin... like a ship out on the sea... > Well I ain't got nobody, baby... in this world that would care for me..." > Charles Brown > -/- > > > Could you please post this program on the newsgroup Thanks Phil.
In article <4dlpa6$8t...@miso.wwa.com>, gresle philippe o <gre...@glhpx13.cen.uiuc.edu> wrote: > > : for you, like for instance GIF2ASC. > > Could you please post this program on the newsgroup > > Thanks > Phil. Or maybe the C source code for this or something similar?
About this thread.
These messages were posted publicly to the newsgroup
rec.arts.ascii
in 1996 and are mirrored here unchanged as part of the Historic Archives – only email addresses are masked.
The artwork and text belong to their original authors: if you copy a piece, keep the artist's initials or signature intact and credit them where you can.
Are you one of the authors? Contact us to get your posts attributed, connected to your artist profile, or removed.