Can I add text to an image file without using Graph Box()?
How do I add text to an image file using JSLimg = Open( "$SAMPLE_IMAGES/tile.jpg", jpg );
{x, y} = img << size;
img =img << Text( Center Justified, {50, 55}, "test" ); //?
Thanks!