Click here to Skip to main content
15,896,308 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Sir,

I am new to visual c++ and I would like to perform image wrapping or you can say image processing,
1) I have to load image.
2) Suppose if I stretched that image from top right corner with the help of mouse then it should be stretched from that corner.

Please help me.

Thanks
Posted
Updated 18-Oct-11 8:43am
v4
Comments
Sergey Alexandrovich Kryukov 18-Oct-11 14:24pm    
Please explain what are you talking about. Use "Improve question" above.
--SA
Sergey Alexandrovich Kryukov 18-Oct-11 15:35pm    
"Wrapping" or "Warping"?!
--SA
pranav_30 18-Oct-11 21:36pm    
hey i got confused in wrapping and warpping..
Bt i google abt it n i thnk its warping..
Thx buddy u put me on right track...

1 solution

This is a useful article: Image Warping Using Linear Interpolation and Double Buffer Panel[^] - it's C# not C++ but as it relies fairly heavily on unsafe code you should be able to understand what is going on pretty easily.

If it doesn't help enough, then then try a google: "warping image mouse c++" should get you somewhere useful to start with.
 
Share this answer
 
Comments
pranav_30 18-Oct-11 15:12pm    
THANKS FOR YoUR REPLY
i have google many times bt not get any quality stuff.

i need one dummy source code in visual c++ so that i can study it ang i can modify it according to my need..

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900