| | Hello, What I want, specifically is to make a program where I can, for example, type in the filename of an image stored in my computer, and have the program place that image on top of another image, in a specific place. So, for example, I have a large image with a landscape and a file with a picture of the sun, and I type the filename of the sun, and my program places the sun in a specific place on the sky of my landscape. What do I need to do this? I haven't found a c++ library which does this yet. I prefer c++, but if this is much easier to do in another language I don't mind learning. Thank you. |

