#include "PreCompiled.h"
#include <Inventor/fields/SoSFImage.h>
#include <QBuffer>
#include <QDateTime>
#include <QFile>
#include <QImageWriter>
#include <iomanip>
#include <ios>
#include <sstream>
#include <Base/FileInfo.h>
#include <Base/Exception.h>
#include <Base/Console.h>
#include <App/Application.h>
#include "SoFCOffscreenRenderer.h"
#include "BitmapFactory.h"
Go to the source code of this file.
Functions | |
void | writeJPEGComment (const std::string &, QByteArray &) |
void writeJPEGComment | ( | const std::string & | comment, | |
QByteArray & | ba | |||
) |
Definition at line 279 of file SoFCOffscreenRenderer.cpp.
References FemExample::b, and Py::int.
Referenced by Gui::SoFCOffscreenRenderer::writeToImageFile().