Antialias Screenshots ?
Blitz3D Forums/Blitz3D Programming/Antialias Screenshots ?
| ||
| 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 |
| ||
| 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 |
| ||
| 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. |
| ||
| yes ... what Beaker said! IPete2. |
| ||
| Ok, i will try both alternatives. Thanks. Alienforce |
| ||
| You can also force antialiasing in your display properties if display prefs allow that on your graphics card. It works here. |