Skip to content

Commit

Permalink
adjust image
Browse files Browse the repository at this point in the history
  • Loading branch information
mcchrish committed Aug 17, 2024
1 parent c141049 commit f8ac506
Showing 1 changed file with 22 additions and 10 deletions.
32 changes: 22 additions & 10 deletions .github/workflows/create-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,19 +39,31 @@ jobs:
rm -rf images
mkdir images
cd images
convert -size 1200x630 xc:'#f0edec' -gravity north -font ${{ matrix.typeface }} -pointsize 128 -fill '#2c363c' \
-draw "text 0,10 'Aa'" \
convert -size 1200x630 xc:'#f0edec' \
-gravity center \
-font ${{ matrix.typeface }} -pointsize 40 -fill '#2c363c' \
-draw "text 0,30 'ABC.DEF.GHI.JKL.MNO.PQRS.TUV.WXYZ abc.def.ghi.jkl.mno.pqrs.tuv.wxyz'" \
-font ${{ matrix.typeface }} -pointsize 60 -fill '#2c363c' \
-draw "text 0,30 'ABC.DEF.GHI.JKL.MNO.PQRS.TUV.WXYZ'" \
-gravity center \
-font ${{ matrix.typeface }} -pointsize 40 -fill '#2c363c' \
-draw "text 0,90 '!iIlL17|¦ ¢coO08BbDQ $5SZ2zs 96µm float il1[]={1-2/3.4,5+6=7/8%90};'" \
-font ${{ matrix.typeface }} -pointsize 60 -fill '#2c363c' \
-draw "text 0,30 'abc.def.ghi.jkl.mno.pqrs.tuv.wxyz'" \
-gravity center \
-font ${{ matrix.typeface }} -pointsize 40 -fill '#2c363c' \
-draw "text 0,150 '1234567890 ,._-+= >< «¯-¬_» ~–÷+× {*}[]()<>\`+-=$/#_%^@\&|~?\'\" !,.;:'" \
-font ${{ matrix.typeface }} -pointsize 40 -fill '#2c363c' \
-draw "text 0,210 'CG6Qg9q¶ Þẞðþſß ΓΔΛαβγδιλμνξπτυχ∂ ЖЗКНРУЭЯавжзклмнруфчьыэя <= != =='" \
-font ${{ matrix.typeface }} -pointsize 60 -fill '#2c363c' \
-draw "text 0,90 '!iIlL17|¦ ¢coO08BbDQ $5SZ2zs 96µm'" \
-gravity center \
-font ${{ matrix.typeface }} -pointsize 60 -fill '#2c363c' \
-draw "text 0,90 'float il1[]={1-2/3.4,5+6=7/8%90};'" \
-gravity center \
-font ${{ matrix.typeface }} -pointsize 60 -fill '#2c363c' \
-draw "text 0,150 '1234567890 ,._-+= >< «¯-¬_» ~–÷+×'" \
-gravity center \
-font ${{ matrix.typeface }} -pointsize 60 -fill '#2c363c' \
-draw "text 0,150 '{*}[]()<>\`+-=$/#_%^@\\&|~?\'\" !,.;:'" \
-gravity center \
-font ${{ matrix.typeface }} -pointsize 60 -fill '#2c363c' \
-draw "text 0,210 'CG6Qg9q¶ Þẞðþſß ΓΔΛαβγδιλμνξπτυχ∂'" \
-gravity center \
-font ${{ matrix.typeface }} -pointsize 60 -fill '#2c363c' \
-draw "text 0,210 'ЖЗКНРУЭЯавжзклмнруфчьыэя <= != =='" \
${{ matrix.typeface }}-specimen.png
- name: Upload specimen images
Expand Down

0 comments on commit f8ac506

Please sign in to comment.