Jump to content
xisto Community
Sign in to follow this  
kvarnerexpress

Image Manipulation In C++

Recommended Posts

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

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.