...
Go Chungo the worlds across spacetime! Enjoy!
- 0xfreddiemac.eth
- 0xMasterChef.eth
- BeachInspector.eth
- Blackcrock.eth
- ChiefRiskOfficer.eth
- Chungobots
- chungoholicsanonymous
- firstyoulaughatthem.eth
- gmtime.eth
- lmfaowtf.eth
- LurveCoach.eth
- MakeChungo.eth
- MetaChungo.eth
- naked-news.eth
- PoohBah.eth
- PornadoCash.eth
- poshy.eth
- PudgyChungos.eth
- requiescatinpace.eth
- sallie-mae.eth
- sexy-devil.eth
- thouartgod.eth
- tsarbucks.eth
- TomadoCash.eth
- watafuck.eth
Mar 28 2024
Jun 8 2023
Apr 23 2023
Apr 17 2023
Apr 14 2023
Apr 14 2023
Apr 13 2023
Apr 12 2023
Apr 12 2023
Apr 6 2023
Apr 3 2023
Apr 3 2023
Apr 3 2023
Apr 3 2023
Apr 3 2023
Apr 2 2023
Apr 1 2023
Apr 1 2023
Mar 31 2023
Mar 31 2023
Mar 31 2023
Apr 1 2023
Mar 28 2023
Mar 21 2023
Mar 21 2023
Mar 21 2023
Mar 20 2023
Mar 14 2023
Mar 14 2023
Feb 28 2023
Feb 27 2023
Feb 19 2023
Feb 19 2023
Feb 17 2023
Feb 16 2023
Feb 16 2023
Feb 15 2023
Feb 15 2023
Feb 13 2023
Feb 13 2023
Feb 12 2023
Steps:
- Remove the Chungo background and resize to 600x600 px
- Align 5 of these Chungos horizontally with an offset of 100 px
- Set canvas to 2400x800 px, align the above 5 images to the south
Use ImageMagick and shell scripts like:
#!/bin/sh
#blackcrock #chungo #972
# BITCORN WILL BE A GOOD PORTFOLIO DIVERSIFIER
# BITCORN IS AN ASSET CLASS THAT PROTECTS YOU
# BITCORN COULD REVOLUTIONIZE FINANCE
# BITCORN RETURNS LIKELY TO COME DOWN
# BITCORN: I'M A BIG BELIEVER
# BITCORN: IT'S BIGGER THAN ANY GOVERNMENT
# BITCORN MAY TRANSFORM THE FINANCIAL WORLD
# ONLY 'A LITTLE BIT' DEMAND FOR ETHERIUM
# EVERY FINANCIAL ASSET WILL EVENTUALLY BE TONKENIZED
# CHUNGOS ARE JUST STEPPING STONES TOWARD TONKENIZATION
# BITCORN IS AN INDEX OF MONEY LAUNDERING
TEXT="BITCORN IS AN INDEX OF MONEY LAUNDERING"
NAME=`echo $TEXT | sed 's/[^[:alnum:]]//g' | tr '[:upper:]' '[:lower:]'`
echo $NAME
magick ./BlackcrockChungo_972x5-2400x800.png \
-font Arial -pointsize 100 \
-fill white -stroke white -strokewidth 4 -gravity north \
-annotate +0+100 "${TEXT}" \
-font Arial -pointsize 36 \
-fill white -stroke white -strokewidth 1 -gravity southeast \
-annotate +20+20 'blackcrock.eth' \
"${NAME}.png"
open "${NAME}.png"
# Following removes flat coloured background
# convert BlackcrockChungo_972.png -fuzz 10% -fill none -draw "alpha 0,0 floodfill" -resize 600x600 BlackcrockChungo_972-nobg.png