Download or view FeatureGraphic.frink in plain text format
g = new graphics
g.backgroundColor[0,0,1/2]
g.font["SansSerif", "bold", 10]
g.color[1,1,1]
g.text["Frink",0,0, "center", "bottom"]
g.font["SansSerif", 1]
g.text["The Google Play store tells me I need a \"feature graphic.\"", 0,0,"center", "top"]
g.text["This is one rendered by Frink.", 0,1,"center", "top"]
g.text["Frink can even do your graphics work for you.", 0,2,"center", "top"]
g.show[]
g.write["FeatureGraphic.png", 1024, 500]
Download or view FeatureGraphic.frink in plain text format
This is a program written in the programming language Frink.
For more information, view the Frink
Documentation or see More Sample Frink Programs.
Alan Eliasen, eliasen@mindspring.com