This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Wednesday, August 8, 2007 11:19:28 PM(UTC)
Groups: Registered
Posts: 49
Hi,
Please find the attached image,as shown in image is it possible to draw two three images on one image at different palces in tilted position i.e the collage effect.I am using Leadtools 15 and c# .net.Please reply soon.
Thanks
Manju
#2
Posted
:
Sunday, August 12, 2007 8:27:56 AM(UTC)
Groups: Manager, Tech Support
Posts: 367
Was thanked: 1 time(s) in 1 post(s)
Manju,
Yes, you can start with the background image and use the CombineWarpCommand Class to draw the other images on it in different positions and different angles.
Amin Dodin
Senior Support Engineer
LEAD Technologies, Inc.
#3
Posted
:
Sunday, August 12, 2007 9:24:20 PM(UTC)
Groups: Registered
Posts: 49
Hi,
Thanks for early reply, as I know by CombineWarpCommand we are able to combine only two images so will you please tell me how to combine more than two images if possible give some sample code for that.Please reply soon.
Thanks
Manju
#4
Posted
:
Tuesday, August 14, 2007 5:14:49 AM(UTC)
Groups: Manager, Tech Support
Posts: 367
Was thanked: 1 time(s) in 1 post(s)
Manju,
You begin with the master (background) image and the first slave image, then use the CombineWarpCommand to draw the first slave image on the master.
Then use the resulting image (that contains 2 images now) as the new master, load the second slave image, and use the CombineWarpCommand again to draw the second slave image on the master.
Amin Dodin
Senior Support Engineer
LEAD Technologies, Inc.
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.