Digital Image Process

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • pljaison
    New Member
    • Dec 2006
    • 1

    Digital Image Process

    How can do image processing in VB?
    Is it possible to do complex activities on the image.
    Can I do the following process?

    1. Mark an image.
    2. Replace the image with another one.
    3. Give a blur, smudge etc. effect in image.

    If it is not possible in VB, which is the another
    programming language or tool can be used?
  • sashi
    Recognized Expert Top Contributor
    • Jun 2006
    • 1749

    #2
    Originally posted by pljaison
    How can do image processing in VB?
    Is it possible to do complex activities on the image.
    Can I do the following process?

    1. Mark an image.
    2. Replace the image with another one.
    3. Give a blur, smudge etc. effect in image.

    If it is not possible in VB, which is the another
    programming language or tool can be used?
    Hi there,

    Yes, it's possible. There are plenty of third-party ActiveX available for complex image processing. VB alone wont be able to handle such complex task. Good luck & Take care.

    Comment

    • Killer42
      Recognized Expert Expert
      • Oct 2006
      • 8429

      #3
      Originally posted by sashi
      Yes, it's possible. There are plenty of third-party ActiveX available for complex image processing. VB alone wont be able to handle such complex task. Good luck & Take care.
      To be fair, VB can probably do just about anything - but the result may run too slowly to be worthwhile.

      Comment

      Working...