Here's the command if you want to run it too. You need the imagemagick package
convert http://i.kym-cdn.com/photos/images/newsfeed/002/285/551/bc0.jpg -size 250x -pointsize 30 caption:'use a traditional image editor.' -geometry +50+470 -composite -size 280x -pointsize 14 caption:"$BASH_COMMAND" -geometry +360+530 -composite meme.jpg

18 Comments
j4k3@lemmy.world · 19 pts · 3y
This guy knows how to exit vim
graham1@gekinzuku.com · 27 pts · 3y
ctrl+zkill %1graham1@gekinzuku.com · 12 pts · 3y
BilboBargains@lemmy.world · 7 pts · 3y
Strong jawline means I can trust this
Redjard@lemmy.dbzer0.com · 12 pts · 3y
There is this way easier command to get the same image:
wget https://gekinzuku.com/pictrs/image/b0038235-d353-4976-81b7-0144d1a7e046.jpegthemoonisacheese@sh.itjust.works · 12 pts · 3y
And it's a quine. Beautiful.
LastoftheDinosaurs@lemmy.world · 9 pts · 3y
graham1@gekinzuku.com · 2 pts · 3y
yeah those are good commands especially for the posts with messed up image rotation on Lemmy
themoonisacheese@sh.itjust.works · 4 pts · 3y
Fun fact: Lemmy (well, pict-rs) tries to keep rotation when stripping tags but fails on certain formats. Funnily enough, it calls imagemagick to do this.
I submitted a PR a few weeks ago to make the fallback tag stripper keep the orientation tag but I don't think the fix has been applied :/
graham1@gekinzuku.com · 2 pts · 3y
it's soul crushing juice to submit a bugfix for a big open source project and have it sit in triage forever or closed for an unrelated reason
themoonisacheese@sh.itjust.works · 3 pts · 3y
Actually it's even worse because the repo for pict-rs is on the Dev's private gitea instance and to submit a PR I had to do it the kernel.org way by email and they just went "I can't reproduce can you tell me more" and I'm like "I cannot I do not know rust, I just know that this is how you can strip all tags and keep orientation" and never got a response.
Maybe I should fork it and offer my fix and instance admins can choose. :/
graham1@gekinzuku.com · 2 pts · 3y
oh... yeah it would be nice if the code were a little more open than that...
themoonisacheese@sh.itjust.works · 3 pts · 3y
Well I mean the code is open. You can search for it, read it and even clone it, you just can't create an account to open a PR or an issue for that matter.
graham1@gekinzuku.com · 2 pts · 3y
yeah normally I hear people say "open software but not open governance."
lanolinoil@lemmy.world · 2 pts · 3y
Imagemagick commands can be tricky and bing gpt4 has been great at helping me construct them and write bash/zsh functions with less pain
two_wheel2@lemm.ee · 6 pts · 3y
This god is here to crucify my terminal skills… they’re not worthy
iuseit@iusearchlinux.fyi · 4 pts · 3y
This meme is both cursed and blessed
lanolinoil@lemmy.world · 3 pts · 3y
The mogrify messiah returns!
Redo11@szmer.info · 2 pts · 3y
You scared of recursion?