Update README.md

This commit is contained in:
cale bradbury 2016-11-18 00:48:07 -04:00 committed by GitHub
parent c7d9ab5089
commit c7caf60173

View File

@ -68,6 +68,8 @@ $ ! ; Clear temporary storage
: balance red 0.9 0.4 0.7 ; Set color balance red to 0.9 0.4 0.7
: balance white 0.7 0.7 0.7 ; Set color balance white to 0.7 0.7 0.7
: sharpen 0.5 ; Sharpen image to 50%
: chromatic 10 ; Shifts, from center, pixels red value by 10, green by 5, blue by 0
: chromatic 8 0 16 ; Shifts, from center, pixels red value by 8, green by 0, blue by 16
```
##Translate*