Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 168 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 168 Bytes

f-stop

A simple programming language for manipulating images.

Examples

OPEN "image.png" AS image
RESIZE image (300, 300)
SAVE image "out.jpg"
CLOSE image