Currently, the application can only save in jpeg, which results in compression artifacts. The application should also be able to save in png format which is a lossless format, thus resolving the compression artifacts problem.
The application should be able to save in both jpeg and png.
The SaveSnapshot() method from QGLViewer works well; check this out to see how it works.
Log in to post a comment.
The application should be able to save in both jpeg and png.
The SaveSnapshot() method from QGLViewer works well; check this out to see how it works.