Is there a design program alternative to Photoshop that uses code instead of a visual UI?
Eg put this jpg at coordinates 30,40 make it greyscale 80% and put a 5mm blue border.
Center text over it it font Times New Roman text "Hello"
something like:
image1
file[../text.jpg]
position(30,40)
grayscale(80%)
text(Hello World)
font(Times New Roman)
center[image1]
difference
rectangle
size[20,30]
position(100, 150)
rectangle
size[20,30]
position(120, 160)
image2
file[smile.png]
crop[circle]