Skip to content

Commit

Permalink
Dev box setup steps
Browse files Browse the repository at this point in the history
  • Loading branch information
emaillenin committed Dec 26, 2014
1 parent cb5779e commit 521b64d
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 10 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
/test/version_tmp/
/tmp/

assets

## Specific to RubyMotion:
.dat*
.repl_history
Expand Down
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,10 @@ Image Mojo
# to:

![Virat Kohli](https://scontent-a.xx.fbcdn.net/hphotos-xap1/t31.0-8/p843x403/10661671_785463531495111_7728021187341465124_o.jpg "Virat Kohli")


Dev Box Setup
=============

1. brew install imagemagick
2. brew install ghostscript
20 changes: 10 additions & 10 deletions template.yml
Original file line number Diff line number Diff line change
@@ -1,34 +1,34 @@

image:
path: /Users/leninraj/Downloads/hughes.jpg
path: /Users/leninraj/Downloads/3day1.jpg

image_copyright:
file: logo.png
location: NorthEastGravity

hhashtag:
text: AusVsSA
hashtag:
text: AusVsInd
x_offset: 25
y_offset: 25
font: Roboto
color: white

player:
text: "Australia win series\n4-1"
caption_player:
text: "Day 1\nAustralia - 259/5"
line_spacing: 10
blur: 0.4
font: Serif
size: 60
size: 70
color: white
offset_x: 0
offset_y: 214
offset_y: 230
quote: false
background: true
# background_color: rgba(150,93,14,0.9) # brown
# background_color: rgba(255,255,255,0.8) # white
background_color: rgba(10,10,10,0.9) # black
# background_color: rgba(23,168,230,1) # blue
# background_color: rgba(10,10,10,0.9) # black
background_color: rgba(23,168,230,0.9) # blue
# background_color: rgba(150,14,93,0.5) # pink
background_opacity: 0.9
background_height: 350
background_start_y: 450
background_start_y: 498

0 comments on commit 521b64d

Please sign in to comment.