kvarnerexpress 0 Report post Posted December 23, 2005 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. Share this post Link to post Share on other sites
switch 0 Report post Posted December 26, 2005 I've seen people do a similar thing with the .NET extensions for C++. It's called ImageXYZ and it's used for overlaying text onto an image. The website is here: http://www.pointofhonor5k.com/. Unfortunately, the software isn't free anymore, but there you go.Explain your problem to them and see if they could help you maybe.Good luck. Share this post Link to post Share on other sites