[ prog / sol / mona ]

prog


Simple image file formats

3 2022-05-25 06:25

>>2

#!/usr/bin/scemeh
(imrpot "imge-file-fromat.scm")
(canvas 1600 1200)
(image (
  (solid "black" (circle 200 300 15))
  (gradient ((0.0 #fef0fe) (1.0 #050000)) (rect 50 100 200 20))
  (cubic-bezier-path ((0.0 0.0) (1600.0 0.0) (0.0 1200.0)))
))
14


VIP:

do not edit these