Convert Images to ASCII Art in Linux Terminal - jp2a

  Рет қаралды 55,440

TechHut

TechHut

Күн бұрын

Пікірлер: 67
@iAmTheWagon
@iAmTheWagon 3 жыл бұрын
Yet another cool thing I didn't know I wanted
@asadrafi3577
@asadrafi3577 3 жыл бұрын
One of the best KZbinrs, No extending the video to 10 minute mark. Just straight forward, no BS♥️♥️
@misaw-kun
@misaw-kun 3 жыл бұрын
might be off topic but the thumbs up expression was majestic
@mrksaccount123
@mrksaccount123 3 жыл бұрын
Thank you... just what i was looking for
@billfarley9015
@billfarley9015 3 жыл бұрын
Lately I've learned KZbin-dl, ffmpeg and mpv. They're useful for downloading, editing and playing videos. Now with jp2a you can create ascii images. But I can't figure out what to do with them once they're created. I don't use neofetch or screenfetch enough to bother changing the art there. There's ascii wallpaper, which it turns out, is already a thing. Then there's The World Around Us, which is a mysterious and strangely moving ascii animation. Never seen anything like it.
@shant-o
@shant-o 9 ай бұрын
something I saw back in the xp days on some of the game's text files(it's not important what or where :p) and always wondered how it was done, didn't even think it could be this easy! Thanks for sharing the tricks :) Subbed
@LivingLinux
@LivingLinux 3 жыл бұрын
Makes we wonder how this was done back in the days of the C64.
@alvarohigino
@alvarohigino 7 ай бұрын
Same stuff, the code isn't complex and heavy.
@Flantavius
@Flantavius Ай бұрын
is there anyway you could make a video showing an installation tutorial for this on windows?
@wintrywind
@wintrywind 3 жыл бұрын
Now i need my amogus png, turn it into ascii and place that on my neofetch.
@liftlinux9421
@liftlinux9421 3 жыл бұрын
I need Rick Astley
@georgeofhamilton
@georgeofhamilton 3 жыл бұрын
sus
@cosmicconduit6834
@cosmicconduit6834 3 жыл бұрын
How do i add it into my neofetch WITH THE COLORS. I do this while using --colors and make it pepetea.sh and paste it in there then read it out on neofetch it doesn't display colors on it its just white... Any way to fix this?
@destiny_02
@destiny_02 3 жыл бұрын
redirect the output of this program to a file then copy paste from there
@SnailBen
@SnailBen 2 жыл бұрын
@@destiny_02 i got some very weird results when trying to send to a txt file and opening with kate.... i too would like to preserve the colors and save as an image file. i hope the guy who made this video will say how.
@destiny_02
@destiny_02 2 жыл бұрын
@@SnailBen those are not weird results, they are ANSI Escape Codes, they are responsible for colors.
@SnailBen
@SnailBen 2 жыл бұрын
​@@destiny_02 right. but when i take your suggestion and redirect to say, kate i see the escape codes instead of the colors. what program should redirect the jp2a output to so we can see the colored text as desired and save as some type of image file? that is what the thrust of the original question is as well. a simple copy and paste works great in black and white, but colors are not making the jump
@destiny_02
@destiny_02 2 жыл бұрын
@@SnailBen the issue here is kate itself doesn't support should color codes (sublime trxt does with some plugin afaik), if you want a picture, just screenshot the terminal. Also, you can use cat command on that file to print out colored text again in terminal
@Reichstaubenminister
@Reichstaubenminister 2 жыл бұрын
No need to get it from the AUR, it's in the community repository (by now) so you can just install it through pacman!
@shivanshkush27
@shivanshkush27 3 жыл бұрын
Hey! Are you using Zsh? Or is it some customized bash script?
@TechHut
@TechHut 3 жыл бұрын
Customized bash script. I'll do a video soon :D
@SnailBen
@SnailBen 2 жыл бұрын
how does one save the image with --colors? i've tried ImageMagick and saving as .jpg but got very strange results. when i try to simply copy/paste into kate, the colors do not paste with the text. i can save as html and read it with a browser, but it's a lot of inline code and it would seem simpler to have an image file... am i missing something simple??
@liftlinux9421
@liftlinux9421 3 жыл бұрын
It's cool I gonna use it for fetchmaster 6000 script. & BTW did your Arch audio problems fixed? (I was the guy who gave the packages suggestions lol)
@TranquilSeaOfMath
@TranquilSeaOfMath 5 ай бұрын
Looks fun.
@錦山_明
@錦山_明 6 ай бұрын
Aww man, I need that wallpaper
@MotorBeebop
@MotorBeebop 7 күн бұрын
very cool man
@juliotec0055
@juliotec0055 2 жыл бұрын
Hello how are you, excellent video, it is very good to convert an image to ascii, could you make a video on how to replace the logo that neofetch shows with these images or with a non-ascii image? Greetings from Argentina.
@chaikinlecahi
@chaikinlecahi 3 ай бұрын
How to window system to working Characert to images ? Thanks
@blockchaindomain
@blockchaindomain 3 жыл бұрын
THANK YOU! any tips for getting higher details?
@aqbar135
@aqbar135 3 ай бұрын
how to make it centre aligned?
@ZZ-dv9oo
@ZZ-dv9oo 3 жыл бұрын
Suscribed. May I ask which distro are you using?
@theinceptor3672
@theinceptor3672 3 жыл бұрын
Endeavour OS
@THotSouce
@THotSouce 5 ай бұрын
How do you save the coloured one?
@samuelricaro6785
@samuelricaro6785 2 жыл бұрын
How to install it on fedora?
@aminoff5887
@aminoff5887 Ай бұрын
anyone knows how I can put the colors into the neofetch?
@nasimalimam5415
@nasimalimam5415 3 жыл бұрын
It is possible to run this command automatically, everytime I open terminal? It may show custom image every time I open terminal.
@brandonlee712
@brandonlee712 3 жыл бұрын
edit your .bashrc file and echo "askii art here" then save and close it. then source ~/.bashrc close terminal and then reopen it
@nasimalimam5415
@nasimalimam5415 3 жыл бұрын
@@brandonlee712 Thanks a lot. Now it shows my logo every time I open the terminal.
@goestomars6542
@goestomars6542 2 жыл бұрын
Im getting the error: "Not a JPEG file: starts with 0x89 0x50" when I try to load a PNG what could that be?
@xXUnrulyXx
@xXUnrulyXx 3 жыл бұрын
i think pop os installs jp2a.. because i typed it in my term before downloading it, and its there, and i dont recall installing it.. or ever hearing about it lol.
@jackkraken3888
@jackkraken3888 11 ай бұрын
Lol I use to love playing with bgascii in Windows, fun times.
@scsc9311
@scsc9311 Жыл бұрын
when I try to copy, it won't keep it's format. What setting am I overlooking?
@userglls
@userglls 8 ай бұрын
I have the same problem. have you found a solution bro?
@braelinmichelus
@braelinmichelus 3 жыл бұрын
Is there a good equivalent to this for PNG images?
@TheClembo
@TheClembo 3 жыл бұрын
I wondered too, and just saved my image.png as a image.jpg and it now works OK
@AbhishekBM
@AbhishekBM 3 жыл бұрын
Bro, the first image he used was a png. Did you not watch the video?
@TheClembo
@TheClembo 3 жыл бұрын
@@AbhishekBM Watched it again, yes you are right. But kept getting error message (Not a JPEG file: starts with 0x89 0x50) so just tried .jpg
@AbhishekBM
@AbhishekBM 3 жыл бұрын
@@TheClembo yeah, that's the starting bytes of png file. I wonder how it worked for him.
@binodmalaka4508
@binodmalaka4508 Жыл бұрын
Thanks mate
@SolDeusInvectus
@SolDeusInvectus 7 ай бұрын
Thank you
@csr2537
@csr2537 3 жыл бұрын
Yeah I found it at sudo apt install jp2a
@aguud
@aguud 3 жыл бұрын
how to install?
@guilherme5094
@guilherme5094 3 жыл бұрын
Nice!
@amirmohammadghasemiankarya9647
@amirmohammadghasemiankarya9647 3 жыл бұрын
nice thanks bro
@4ixw
@4ixw Жыл бұрын
does this work on kali linux?
@csr2537
@csr2537 3 жыл бұрын
Imma go watch this on Odysee
@purnamaanrai8188
@purnamaanrai8188 3 жыл бұрын
Is there any way to switch different distro without losing data?
@liftlinux9421
@liftlinux9421 3 жыл бұрын
Backup lol
@purnamaanrai8188
@purnamaanrai8188 3 жыл бұрын
@@liftlinux9421 How to?
@purnamaanrai8188
@purnamaanrai8188 3 жыл бұрын
I mean, In android, you can switch from one custom ROM to another ( If you don't know custom ROM, it's just like this distros but for Android) without loosing data The data stores in internal storage only system changes
@shriteendhamasker9499
@shriteendhamasker9499 3 жыл бұрын
I don't know exactly how to, but if you have home directory on separate partition then it could be preserved using manual partitioning while installing new distro...... Try searching on internet to learn how to do it
@purnamaanrai8188
@purnamaanrai8188 3 жыл бұрын
@@shriteendhamasker9499 thanks 🫂
@BG-ct7ny
@BG-ct7ny 2 жыл бұрын
Or you can pipe it with > like a real unix chad. Great vid tho!
@georgeofhamilton
@georgeofhamilton 3 жыл бұрын
Seems pretty pointless, but nice shoutout for Odysee.
7 AWESOME Linux Terminal Applications and Utilities
11:49
TechHut
Рет қаралды 465 М.
Coding Challenge 166: ASCII Text Images
22:42
The Coding Train
Рет қаралды 1,1 МЛН
The Best Band 😅 #toshleh #viralshort
00:11
Toshleh
Рет қаралды 22 МЛН
She made herself an ear of corn from his marmalade candies🌽🌽🌽
00:38
Valja & Maxim Family
Рет қаралды 18 МЛН
Customizing Neofetch - Everything You Should Know
17:22
The Linux Cast
Рет қаралды 17 М.
Are You Using the WRONG Image Format?
16:20
ThioJoe
Рет қаралды 774 М.
OPEN SOURCE alternatives to the MOST POPULAR productivity apps!
15:37
The Linux Experiment
Рет қаралды 1,4 МЛН
12 GREAT command line programs YOU recommended!
16:25
The Linux Experiment
Рет қаралды 304 М.
Why is Blender in Financial Trouble?
8:03
Film Stop
Рет қаралды 260 М.
10 AWESOME Linux Terminal Applications and Utilities
16:18
TechHut
Рет қаралды 149 М.