libs/flake

KoImageData.cpp File Reference

#include "KoImageData.h"
#include "KoImageCollection.h"
#include "KoImageData_p.h"
#include <KoUnit.h>
#include <KoStore.h>
#include <KoStoreDevice.h>
#include <kdebug.h>
#include <QBuffer>
#include <QCryptographicHash>
#include <KTemporaryFile>
#include <QPainter>
#include <KoImageData.moc>
Include dependency graph for KoImageData.cpp:

Go to the source code of this file.

Defines

#define MAX_MEMORY_IMAGESIZE   90000

Define Documentation

#define MAX_MEMORY_IMAGESIZE   90000

the maximum amount of bytes the image can be while we store it in memory instead of spooling it to disk in a temp-file.

Definition at line 41 of file KoImageData.cpp.