Antialias Screenshots ?

Blitz3D Forums/Blitz3D Programming/Antialias Screenshots ?

Alienforce(Posted 2005) [#1]
Is there any way to antialias a screenshot so the meshes on the scene dont apper so "jagged" ??

PS. using white background to really see the jagginess :)


/Alienforce


DJWoodgate(Posted 2005) [#2]
Halo posted a routine to help remove the jaggies. Have not tried it myself, but from the screenshots he posted it seems fairly effective, though not the same as the real thing.

http://www.blitzbasic.com/Community/posts.php?topic=39429


Beaker(Posted 2005) [#3]
Either use the AntiAlias command (if you dare and if it works!) or use the highest resolution you can for the screenshot and then shrink it in a paint program (or in code) by half in both directions.


IPete2(Posted 2005) [#4]
yes ... what Beaker said!

IPete2.


Alienforce(Posted 2005) [#5]
Ok, i will try both alternatives.

Thanks.

Alienforce


GfK(Posted 2005) [#6]
You can also force antialiasing in your display properties if display prefs allow that on your graphics card. It works here.