Hello,

I am working on a project and I want to export the results of what is displayed. It uses OpenGL and I already have found an option on this site to export to bitmaphttp://www.pascalgamedevelopment.com...p?topic=5624.0.

I also tried the Export to TGA but that comes out distorted and in gray scales. Now it is not my idea to export to bitmap, but rather to some sort of vector graphic (EPS, SVG, ....) and maybe some more standard graphic formats like (PNG, GIF, JPG).

Does any of you have some ideas how I can accomplish this? I have found GL2PS, but it is in C (http://geuz.org/gl2ps/) and I cannot find the DLL.
RenderEPS (http://www.opengl.org/resources/code.../Feedback.html) would also be nice, but has the same problem. Since I am not a C programmer, I have no idea how I can accomplish to compile the project and use in my Pascal (Delphi 2009) project.

So does anyone have experience with one of the suggested packages or has any other tips/hints/.... for me to accomplish the exports?

Thanks in advance