|
Krita Source Code Documentation
|
#include "kis_tile_compressor_2.h"#include "kis_lzf_compression.h"#include <QIODevice>#include "kis_paint_device_writer.h"Go to the source code of this file.
Macros | |
| #define | TILE_DATA_SIZE(pixelSize) ((pixelSize) * KisTileData::WIDTH * KisTileData::HEIGHT) |
| #define TILE_DATA_SIZE | ( | pixelSize | ) | ((pixelSize) * KisTileData::WIDTH * KisTileData::HEIGHT) |
Definition at line 11 of file kis_tile_compressor_2.cpp.