Hi all,
is there a Pascal equivalent of Python's pil library? I have a working Python script that crops an image to a given size, possibly overlays other images on it, adds some text with a roundrect border box and exports the result as a PNG.
I'd like to reimplement that as a Pascal console app if there's a handy library to do the heavy lifting.
TIA
Rob