Tiny Core Linux
Tiny Core Base => TCB Tips & Tricks => Topic started by: Looper on March 09, 2017, 02:33:32 PM
-
how can i show png file on Core ( text base tiny core ) in loop a script ( persistent show .png file )
?!
-
Hi Looper
Maybe fbv.tcz would be worth checking out.
-
Yes, rebuild the initrd with fbv included and call it from /etc/init.d/tc-config .
Also, there was a question on how to remove tiny core's text output while booting.
Try the forum's search function.
-
Yes, rebuild the initrd with fbv included and call it from /etc/init.d/tc-config .
Also, there was a question on how to remove tiny core's text output while booting.
Try the forum's search function.
please tell me step by step how to rebuild initd and how can i call fbv
-
http://wiki.tinycorelinux.net/wiki:remastering
-
I don't know if this is still useful to you, but for anybody with the same question.
EDIT:
link:
http://pippin.gimp.org/tv/
You can use a terminal program called: tv
I don't remember where i downloaded, but if i recall, it was in a web page of a developer doing something with GIMP, i think. Maybe GPLv2, so i guess if put it in the Extension section i have to give the sourcecode, anyway GPL it's to messy and submit a binary it's not allowed, doing a quick search i can't find it, good look using a search engine.
If i can upload the binary i'll put it here, but for now you have a screenshot.
With utf8-256 the images looks really good, but you can read screenshots if you zoom enough with ./tv -m ascii *.png.
./tv --help
EDIT:
You don't need any Framebuffer support or any graphic extension, the little program does a pixel conversion to text data of jpg, png and gif.
-
Hi
Not sure if my answer belongs in TCE rather than base, but me thinks some images need good colour display so we are talking true colour and the like
if interested here is a test from link below
printf "\x1b[38;2;255;100;0mTRUECOLOR\x1b[0m\n"
https://gist.github.com/XVilka/8346728
^^ link shows heaps of true colour terminals
-
Never knew it was even possible