IPicture method and quality...
Hi,
I just added Nehe's IPicture code to my engine. I already had my own texture loader but I wanted to try the IPicture method.
The picture loads as they should except that the resulting quality is lesser than with a non-IPicture approach. I have taken screenshots using both method. You can see them here:
http://www.geocities.com/v_d_d/ipicture.html
You clearly see that the artifacts are more visible with the IPicture method. I used the same opengl texture quality with both method, so it's not that.
Does anyone know why the quality isn't as good using the IPicture method? I tried with jpg and bmp. Same problem.
v_d_d
[edited by - v_d_d on March 11, 2003 4:03:00 PM]
Just a guess, but maybe because it is drawing the image to a DC and it is losing quality over that. When it goes from a DC to a texture. Dont take my word for it. I noticed a quality loss as well when drawing icons.
Dustin Davis
Owner / CEO
Programmers Unlimited
www.Programmers-Unlimited.com
Dustin Davis
Owner / CEO
Programmers Unlimited
www.Programmers-Unlimited.com
Dustin DavisOwner / CEOProgrammers Unlimitedwww.Programmers-Unlimited.com
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement