Jump to content

Stitching image in C#

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
2 replies to this topic

#1
anazahra

anazahra

    Newbie

  • Members
  • Pip
  • 1 posts
Hi, guys,

plz help me...

i have a problem with images, i have 1 image, that separate into 3 part images. Does anyone know how to stitching the images to become one whole image?

Does anyone know, maybe there another tools for stitching image ? or, the logic or the sample code for stitching image in C#.

Thanks in advance for your help,

Thanks and Best Regards,

#2
tomasr

tomasr

    Newbie

  • Members
  • Pip
  • 5 posts
i think what you want to do here is make a large graphics object that is big enough to hold all 3 parts. then you get the graphics and use Graphics.DrawImage to draw each part onto the larger one.

#3
lobo521

lobo521

    Learning Programmer

  • Members
  • PipPipPip
  • 57 posts
You can do it in ms paint.