Skip to content

Instantly share code, notes, and snippets.

@yoya
Last active June 21, 2022 14:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yoya/94e062fa809a6c0c3b6547693cab05fc to your computer and use it in GitHub Desktop.
Save yoya/94e062fa809a6c0c3b6547693cab05fc to your computer and use it in GitHub Desktop.
RGB circle by ImageMagick
convert -size 1024x1024 -background transparent xc: -compose lighten \
\( xc: -draw "fill red circle 512,350,512,650" \) -composite \
\( xc: -draw "fill green2 circle 324,650,324,950" \) -composite \
\( xc: -draw "fill blue1 circle 676,650,676,950" \) -composite \
-font KaiseiDecol-Regular.ttf +gravity -pointsize 256 -fill black -stroke black -strokewidth 18 \
-draw "text 420,320 R" \
-draw "rotate -10 text -20,850 G" \
-draw "fill white stroke white rotate 25 text 940,410 B" \
RGB.png ;
@yoya
Copy link
Author

yoya commented Jun 21, 2022

RGB

@yoya
Copy link
Author

yoya commented Jun 21, 2022

RGB

@yoya
Copy link
Author

yoya commented Jun 21, 2022

RGB

@yoya
Copy link
Author

yoya commented Jun 21, 2022

RGB

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment