Results 1 to 3 of 3

Thread: Image smoothing?? Is it possible?

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Jun 2000
    Posts
    299

    Image smoothing?? Is it possible?

    I'm making a little utility and one of the features is a zoom of a picture. Now this zoom is like a zoom window. To do this i am StretchBlt-ing from one picturebox into another. This is fine, but doing so makes the picture come out with mega jaggies. is there a quick way (cos its all being done as the user moves the mouse over the original picture) of filtering the picture? a quick look around shows a lot of huge loops but this is not what i need.

    Anything anyone can mention to do this quicker?

  2. #2
    Kitten CornedBee's Avatar
    Join Date
    Aug 2001
    Location
    In a microchip!
    Posts
    11,594
    Imge filtering algorithms are usually complicated and take a lot of time. The things with many loops you've seen could actually be simple algorithms.
    All the buzzt
    CornedBee

    "Writing specifications is like writing a novel. Writing code is like writing poetry."
    - Anonymous, published by Raymond Chen

    Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    Jun 2000
    Posts
    299
    thanks for the heads up.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width