Beware. They are perma banning anti jew and racist accounts on X again. I'm sure his orders were specifically to ban any low profile accounts who exercise free speech. So we can get back advertisers now trump won. All i literally did was bring up true black crime stats. Perma banned. I had a paid account too. Appealed 10 times and never got a good explanation.
Make a plain txt image from file read -ep "Text file to use: " infile read -ep "Input size, eg.. 600x300 or 1200x800: " size read -ep "Input font size: " font #Define background and text color (optional) read -ep "Input background color: " BG #BG="black" # Change to your desired background color read -ep "Input text color: " TC #TC="green" # Change to your desired text color
#Read text content from file securely (assuming trusted content) #text=$(<"$infile")
#Create the image using label with text variable #convert -background "$BG" -fill "$TC" -pointsize "$font" -size "$size" -gravity Center label:"$text" muhmeme.jpg
[ + ] xmasskull
[ - ] xmasskull 1 point 6 monthsDec 9, 2024 23:55:00 ago (+1/-0)
[ + ] registereduser
[ - ] registereduser 1 point 6 monthsDec 10, 2024 00:11:50 ago (+1/-0)
2. run this script, and use that file as input..
#!/bin/bash
Make a plain txt image from file
read -ep "Text file to use: " infile
read -ep "Input size, eg.. 600x300 or 1200x800: " size
read -ep "Input font size: " font
#Define background and text color (optional)
read -ep "Input background color: " BG
#BG="black" # Change to your desired background color
read -ep "Input text color: " TC
#TC="green" # Change to your desired text color
#Read text content from file securely (assuming trusted content)
#text=$(<"$infile")
#Create the image using label with text variable
#convert -background "$BG" -fill "$TC" -pointsize "$font" -size "$size" -gravity Center label:"$text" muhmeme.jpg
convert -size "$size" xc:"$BG" -pointsize "$font" -fill "$TC" -gravity center -draw "text 0,0 '$(cat "$infile")'" muhmeme.png
3. post image
4. profit
[ + ] Rowdybme
[ - ] Rowdybme [op] 1 point 6 monthsDec 10, 2024 02:26:13 ago (+1/-0)
[ + ] 2Drunk
[ - ] 2Drunk 0 points 6 monthsDec 10, 2024 00:02:01 ago (+0/-0)
[ + ] Rowdybme
[ - ] Rowdybme [op] 0 points 6 monthsDec 10, 2024 02:24:27 ago (+0/-0)
[ + ] TheOriginal1Icemonkey
[ - ] TheOriginal1Icemonkey 0 points 6 monthsDec 10, 2024 00:20:01 ago (+0/-0)
[ + ] Anus_Expander
[ - ] Anus_Expander 0 points 6 monthsDec 10, 2024 18:10:41 ago (+0/-0)