|
-
Jan 13th, 2003, 10:30 PM
#1
Thread Starter
Hyperactive Member
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?
-
Jan 15th, 2003, 10:43 AM
#2
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.
-
Jan 15th, 2003, 02:32 PM
#3
Thread Starter
Hyperactive Member
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|