Introduction

F-Stop

F-Stop is a language for manipulating images. It aims to make the action of manipulating images easier, with easy, intuitive, understandable syntax.

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