Skip to content

Commit

Permalink
Update usage_example.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
mrharmonies authored Apr 18, 2019
1 parent 6faba58 commit 9748f43
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions example/usage_example.lua
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
require ("lua_gmic")
gmic("testimage2d 500 -o testimage.png") -- test image with dimension of 500x500 output to testimage.png
gmic("solat.jpg +cartoon 3,80,15 -o solat2.jpg") -- cartoon effect. output to solat2.jpg
gmic("lion.jpg +fire_edges , -o lion2.jpg") -- fire edges effect. output to lion2.jpg

0 comments on commit 9748f43

Please sign in to comment.