Hi,
I was wondering if anyone knows if it's possible to open a JPEG using ImageCreateFromJpeg(), and then write on top of that layer (dynamically) using ImageTTFText() and then save it as a jpeg using ImageJpeg().
I know you can create a background using code and then write on top of it, but I'm trying to be able to bring in a background JPEG and then write on top of that.
Thanks in advance for any thoughts.