PDA

View Full Version : picture in terminal?



Kimm
December 23rd, 2005, 11:56 AM
I was woundering if there was any way I could load an image file (doesnt mather what format) and display it inside a terminal emulator or in terminal mode.
Something like the ubuntu splash screen for example.

I doesnt mather what language I can do it in, just as long as it can run inside Linux.

Any ideas anyone?

Gandalf
December 23rd, 2005, 12:03 PM
I'm not sure you can do that, maybe convert it with Gimp to Ascii picture and just echo it ?

kwaanens
December 23rd, 2005, 12:23 PM
In the terminal, go to Edit > Active Profile, choose tab Effects. Choose your picture.

That will take care of the terminal, but I think it won't work in terminal mode.

- Ketil

Edit: You meant, just showing a picture once? Then I don't know.

Kimm
December 23rd, 2005, 12:39 PM
I supose the ASCII picture thing might work, I'll try it out :)

m87
December 24th, 2005, 03:28 PM
I supose the ASCII picture thing might work, I'll try it out :)

that's one way, and i guess it's the only one, unless you don't want to switch to framebuffer and use such kind of tools. i recall i used seejpeg as of slackware 8.0 :) but this is unlikely what you want.