See more at: https://meta.discourse.org/t/letter-ava ... date/33671
We use the following command to create letter avatars
Code: Select all
convert -size 360x360 xc:'rgb(198,125,40)' -pointsize 280 -fill '#FFFFFFCC' -font 'Helvetica' -gravity Center -annotate -0+26 'A' -depth 8 'avatar.png'
Any ideas what happened here?
Is there a format here that will render the same image on both 6.9.2 and 6.9.1 ?