Skip to content

Commit

Permalink
logo v1.0 (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
seisman authored Feb 24, 2019
1 parent 0c2d5e7 commit a6f9343
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 0 deletions.
Binary file added gmt-china-logo-square.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added gmt-china-logo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added gmt-china-logo.pdf
Binary file not shown.
Binary file added gmt-china-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions mklogo.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
#!/bin/bash
#
# GMT中文社区logo
#
gmt begin gmt-china-logo pdf,jpg,PNG
gmt coast -Rd -JI110/10c -Dc -A10000 -G230/230/230 -S160/175/217
gmt coast -ECN+g204/204/204 -EHK+g204/204/204 -ETW+g204/204/204 -EMO+g204/204/204
echo 110 -20 GMT/China | gmt text -F+f35p,19,0/0/100
gmt end

# 方形版本的logo
PS=gmt-china-logo-square.ps
gmt set PS_MEDIA 10cx10c
gmt pscoast -Rd -JI110/10c -Dc -A10000 -G230/230/230 -S160/175/217 -Xc -Yc -K > $PS
gmt pscoast -J -R -ECN+g204/204/204 -EHK+g204/204/204 -ETW+g204/204/204 -EMO+g204/204/204 -K -O >> $PS
echo 110 -20 GMT/China | gmt pstext -J -R -F+f35p,19,0/0/100 -O >> $PS
gmt psconvert -P -TG -Z $PS
rm gmt.*

0 comments on commit a6f9343

Please sign in to comment.